#d6e1dc color RGB value is (13, 110, 29).
#d6e1dc hex color red value is 13, green value is 110, and blue value is 29.
Cylindrical-coordinate representations (HSL) of color #d6e1dc
hue: 129.9,
saturation: 0.79 and lightness: 0.24.
The process color (four-color CMYK) of #d6e1dc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d6e1dc is #ff9999. Color #d6e1dc contains mainly RED.
| Color spaces of #d6e1dc | Value |
|---|---|
| RGB | 214, 225, 220 |
| HSL | 0.42, 0.15, 0.86 |
| HSV | 153°, 5°, 88° |
| XYZ | 67.57, 73.31, 78.29 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010110 | 11100001 | 11011100 |
| Octal | 326 | 341 | 334 |
| Decimal | 214 | 225 | 220 |
| Hex | D6 | E1 | DC |
Shades of #d6e1dc
Tints of #d6e1dc
.mybgColor {background-color: #d6e1dc;}
.myforeColor {color: #d6e1dc;}
.myborderColor {border:3px solid #d6e1dc;}
<p style="color:#d6e1dc">Text here</p>
This sample text is styled with the font color #d6e1dc. 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:#d6e1dc">Div content here</div>
<div style="border:3px solid #d6e1dc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(214, 225, 220, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d6e1dc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d6e1dc;
-webkit-box-shadow: 1px 1px 3px #d6e1dc;
box-shadow: 1px 1px 3px #d6e1dc; }
<p style="text-shadow: 4px 4px 2px rgba(214, 225, 220, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d6e1dc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d6e1dc;
-webkit-box-shadow: 1px 1px 3px #d6e1dc;
box-shadow: 1px 1px 3px #d6e1dc;">Div content here</div>
