breadcrumb
Silver
Color Code Details
| HEX | #bfbfbf | |
| RGB | (191, 191, 191); | |
| RGBA | (191, 191, 191, 1) | |
| HSL | (0, 0%, 75%); | |
| HSLA | (0, 0%, 75%, 1); |
| HSV | 0,0,74 | |
| HSB | 0, 0, 75 | |
| HWB | 0 75% 25% | |
| CMYK | 0, 0, 0, 25 | |
| Pantone | Cool Gray 8 C |
Preview & Codes Examples
Text Color with Silver |
|
| This Text has a Font Color of #bfbfbf | |
.text {color:#bfbfbf;}
|
|
.text {color:rgba(191, 191, 191, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Silver |
|
| This element has a background color of #bfbfbf | |
.element {background-color:#bfbfbf;}
|
|
.element {background-color:rgba(191, 191, 191, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Silver |
|
| This element has a border color of #bfbfbf | |
.element {border:1px solid #bfbfbf;}
|
|
.element {border:1px solid rgba(191, 191, 191, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #bfbfbf;
|
Sass / SCSS |
|
$variable: #bfbfbf;
|
Less |
|
@variable: #bfbfbf;
|
Similar Grey Shades You Might Like
Grey colors bring elegance, neutrality, and modernism. Great for minimal UI design, typography, and corporate branding. Explore more neutral tones for sophisticated layouts.