color details

Color Details
#e7e9ea Color Hex

#e7e9ea color RGB value is (14, 126, 158).
#e7e9ea hex color red value is 14, green value is 126, and blue value is 158.
Cylindrical-coordinate representations (HSL) of color #e7e9ea hue: 193.33, saturation: 0.84 and lightness: 0.34.

The process color (four-color CMYK) of #e7e9ea color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e7e9ea is #ff9999. Color #e7e9ea contains mainly RED.

Color Spaces
Color spaces of #e7e9eaValue
RGB231, 233, 234
HSL0.56, 0.07, 0.91
HSV200°, 1°, 92°
XYZ76.94, 81.21, 89.45
Base Numbers
Base Red Green Blue
Binary 11100111 11101001 11101010
Octal 347 351 352
Decimal 231 233 234
Hex E7 E9 EA

RGB Percentages for Color #e7e9ea

33.09%
33.38%
33.52%

CMYK Percentages of the Color #e7e9ea

1.28%
0.43%
8.24%
CSS Codes for Color #e7e9ea
.mybgColor {background-color: #e7e9ea;}
.myforeColor {color: #e7e9ea;}
.myborderColor {border:3px solid #e7e9ea;}
Text Font Color #e7e9ea

<p style="color:#e7e9ea">Text here</p>

This sample text is styled with the font color #e7e9ea. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #e7e9ea

<div style="background-color:#e7e9ea">Div content here</div>

The background color of this div is #e7e9ea
Border Color #e7e9ea

<div style="border:3px solid #e7e9ea">Div here</div>

The border color of this div is #e7e9ea
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(231, 233, 234, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #e7e9ea;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #e7e9ea;
-webkit-box-shadow: 1px 1px 3px #e7e9ea;
box-shadow: 1px 1px 3px #e7e9ea;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231, 233, 234, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e7e9ea;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #e7e9ea; -webkit-box-shadow: 1px 1px 3px #e7e9ea; box-shadow: 1px 1px 3px #e7e9ea;">Div content here</div>

This div box has a shadow with a specified color. #e7e9ea

Scroll to Top