#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 of #d9ebce | Value |
|---|---|
| RGB | 217, 235, 206 |
| HSL | 0.27, 0.42, 0.86 |
| HSV | 97°, 12°, 92° |
| XYZ | 69.46, 78.62, 69.9 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011001 | 11101011 | 11001110 |
| Octal | 331 | 353 | 316 |
| Decimal | 217 | 235 | 206 |
| Hex | D9 | EB | CE |
Shades of #d9ebce
Tints of #d9ebce
.mybgColor {background-color: #d9ebce;}
.myforeColor {color: #d9ebce;}
.myborderColor {border:3px solid #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,
<div style="background-color:#d9ebce">Div content here</div>
<div style="border:3px solid #d9ebce">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(217, 235, 206, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d9ebce;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
