COLOR #D8E8DC

HEX: #D8E8DC
RGB: (216,232,220)

Color info

#D8E8DC contains red, green and blue colors in about the same proportion. Web safe color of #D8E8DC is #CCFFCC (or #CFC).

RGB color model

#D8E8DC color RGB value is (216,232,220).

  • red value is 216;
  • green value is 232;
  • blue value is 220.
RGB:
(216,232,220)
(85%,91%,86%)

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 220 of 255 = 86%

216
232
220

R + G + B ~ 87%. #D8E8DC is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 232 + 220 = 668 (100%)
R 216 of 668 ~ 32.34%
G 232 of 668 ~ 34.73%
B 220 of 668 ~ 32.93%

%32.34
%34.73
%32.93

CMYK color model

#D8E8DC color CMYK value is (7,0,5,9).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 5.17%
  • key color value is 9.02%
CMYK:
(7,0,5,9)
C7M0Y5K9 
(7%,0%,5%,9%)
(0.07/0.00/0.05/0.09)	

CMYK percentages

%6.9
%0
%5.17
%9.02

Codes

Color #D8E8DC in popluar color models

D8E8DC
RGB216232220
HSL135°25.81%87.84%
HSB/HSV135°6.90%90.98%
CMYK6.90%0.00%5.17%
9.02%

Color #D8E8DC in popluar number systems.

HEXD8E8DC
Decimal216232220
Binary110110001110100011011100
Octal330350334

Shades and tints

Shades of #D8E8DC

#D8E8DC
(216,232,220)
#C5D3C8
(197,211,200)
#B2BEB4
(178,190,180)
#9FA9A0
(159,169,160)
#8C948C
(140,148,140)
#797F78
(121,127,120)
#666A64
(102,106,100)
#535550
(83,85,80)
#40403C
(64,64,60)
#2D2B28
(45,43,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #D8E8DC

#D8E8DC
(216,232,220)
#DBEADF
(219,234,223)
#DEECE2
(222,236,226)
#E1EEE5
(225,238,229)
#E4F0E8
(228,240,232)
#E7F2EB
(231,242,235)
#EAF4EE
(234,244,238)
#EDF6F1
(237,246,241)
#F0F8F4
(240,248,244)
#F3FAF7
(243,250,247)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8E8DC color. Also use rgb(216,232,220) instead hex code.

Text Font Color

.myTextColor { color: #D8E8DC; }

<p style="color:#D8E8DC">This sample text font color is #D8E8DC.</p>

This text font color is #D8E8DC.


Background Color

.myBgColor { background-color: #D8E8DC; }

<div style="background-color:#D8E8DC">Inner text</div>

This div background color is #D8E8DC.


Border color

.myBorderColor { border: 1px solid #D8E8DC; }

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

This div border color is #D8E8DC.


Opacity

.myOpacity80 { color: #D8E8DC; opacity: 0.8; }

<p style="color:#D8E8DC;opacity:0.8;">80%</p>

Text with #D8E8DC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D8E8DC;}

<p style="text-shadow: 3px 3px 1px #D8E8DC">Text here.</p>

This text has shadow with #D8E8DC color.

.textShadow {text-shadow: 3px 3px 1px #D8E8DC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D8E8DC, 5px 5px 20px red">Text here.</p>

This text has shadow with #D8E8DC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D8E8DC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D8E8DC, Direction=45, Strength=4)">Text</p>

This text has shadow with #D8E8DC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D8E8DC;
  -webkit-box-shadow:	1px 1px 3px 2px #D8E8DC;
  box-shadow:		1px 1px 3px 2px #D8E8DC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8E8DC;
-webkit-box-shadow: 1px 1px 3px 2px #D8E8DC;
box-shadow:1px 1px 3px 2px #D8E8DC;">
Div content here</div>
This div box has shadow with color #D8E8DC.

Preview

Color preview on black background

This text has color #D8E8DC on black background.


Color preview on white background

This text has color #D8E8DC on white background.



Black color preview on #D8E8DC background

This text has black color on #D8E8DC background.


White color preview on #D8E8DC background

This text has white color on #D8E8DC background.