color details

Color Details
#d9ebce Color Hex

#d9ebce color RGB value is (13, 158, 188).
#d9ebce hex color red value is 13, green value is 158, and blue value is 188.
Cylindrical-coordinate representations (HSL) of color #d9ebce hue: 190.29, saturation: 0.87 and lightness: 0.39.

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

Color Spaces
Color spaces of #d9ebceValue
RGB217, 235, 206
HSL0.27, 0.42, 0.86
HSV97°, 12°, 92°
XYZ69.46, 78.62, 69.9
Base Numbers
Base Red Green Blue
Binary 11011001 11101011 11001110
Octal 331 353 316
Decimal 217 235 206
Hex D9 EB CE

RGB Percentages for Color #d9ebce

32.98%
35.71%
31.31%

CMYK Percentages of the Color #d9ebce

7.66%
12.34%
7.84%
CSS Codes for Color #d9ebce
.mybgColor {background-color: #d9ebce;}
.myforeColor {color: #d9ebce;}
.myborderColor {border:3px solid #d9ebce;}
Text Font Color #d9ebce

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(217, 235, 206, 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 #d9ebce;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top