color details

Color Details
#e9978c Color Hex

#e9978c color RGB value is (14, 153, 120).
#e9978c hex color red value is 14, green value is 153, and blue value is 120.
Cylindrical-coordinate representations (HSL) of color #e9978c hue: 165.76, saturation: 0.83 and lightness: 0.33.

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

Color Spaces
Color spaces of #e9978cValue
RGB233, 151, 140
HSL0.02, 0.68, 0.73
HSV7°, 40°, 91°
XYZ49.41, 41.35, 30.19
Base Numbers
Base Red Green Blue
Binary 11101001 10010111 10001100
Octal 351 227 214
Decimal 233 151 140
Hex E9 97 8C

RGB Percentages for Color #e9978c

44.47%
28.82%
26.72%

CMYK Percentages of the Color #e9978c

35.19%
39.91%
8.63%
CSS Codes for Color #e9978c
.mybgColor {background-color: #e9978c;}
.myforeColor {color: #e9978c;}
.myborderColor {border:3px solid #e9978c;}
Text Font Color #e9978c

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

This sample text is styled with the font color #e9978c. 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 #e9978c

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(233, 151, 140, 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 #e9978c;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top