breadcrumb
Mercury
Color Code Details
| HEX | #e8e8e8 | |
| RGB | (232, 232, 232); | |
| RGBA | (232, 232, 232, 1) | |
| HSL | (0, 0%, 91%); | |
| HSLA | (0, 0%, 91%, 1); |
| HSV | 0,0,90 | |
| HSB | 0, 0, 91 | |
| HWB | 0 91% 9% | |
| CMYK | 0, 0, 0, 9 | |
| Pantone | 1895 C |
Preview & Codes Examples
Text Color with Mercury |
|
| This Text has a Font Color of #e8e8e8 | |
.text {color:#e8e8e8;}
|
|
.text {color:rgba(232, 232, 232, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Mercury |
|
| This element has a background color of #e8e8e8 | |
.element {background-color:#e8e8e8;}
|
|
.element {background-color:rgba(232, 232, 232, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Mercury |
|
| This element has a border color of #e8e8e8 | |
.element {border:1px solid #e8e8e8;}
|
|
.element {border:1px solid rgba(232, 232, 232, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #e8e8e8;
|
Sass / SCSS |
|
$variable: #e8e8e8;
|
Less |
|
@variable: #e8e8e8;
|
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.