COLOR #D8E0DC

HEX: #D8E0DC
RGB: (216,224,220)

Color info

#D8E0DC contains red, green and blue colors in about the same proportion. Web safe color of #D8E0DC is #CCCCCC (or #CCC).

RGB color model

#D8E0DC color RGB value is (216,224,220).

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

RGB channels and saturation

R 216 of 255 = 85%
G 224 of 255 = 88%
B 220 of 255 = 86%

216
224
220

R + G + B ~ 86%. #D8E0DC is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 224 + 220 = 660 (100%)
R 216 of 660 ~ 32.73%
G 224 of 660 ~ 33.94%
B 220 of 660 ~ 33.33%

%32.73
%33.94
%33.33

CMYK color model

#D8E0DC color CMYK value is (4,0,2,12).

  • cyan value is 3.57%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 12.16%
CMYK:
(4,0,2,12)
C4M0Y2K12 
(4%,0%,2%,12%)
(0.04/0.00/0.02/0.12)	

CMYK percentages

%3.57
%0
%1.79
%12.16

Codes

Color #D8E0DC in popluar color models

D8E0DC
RGB216224220
HSL150°11.43%86.27%
HSB/HSV150°3.57%87.84%
CMYK3.57%0.00%1.79%
12.16%

Color #D8E0DC in popluar number systems.

HEXD8E0DC
Decimal216224220
Binary110110001110000011011100
Octal330340334

Shades and tints

Shades of #D8E0DC

#D8E0DC
(216,224,220)
#C5CCC8
(197,204,200)
#B2B8B4
(178,184,180)
#9FA4A0
(159,164,160)
#8C908C
(140,144,140)
#797C78
(121,124,120)
#666864
(102,104,100)
#535450
(83,84,80)
#40403C
(64,64,60)
#2D2C28
(45,44,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #D8E0DC

#D8E0DC
(216,224,220)
#DBE2DF
(219,226,223)
#DEE4E2
(222,228,226)
#E1E6E5
(225,230,229)
#E4E8E8
(228,232,232)
#E7EAEB
(231,234,235)
#EAECEE
(234,236,238)
#EDEEF1
(237,238,241)
#F0F0F4
(240,240,244)
#F3F2F7
(243,242,247)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E0DC; }

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

This text font color is #D8E0DC.


Background Color

.myBgColor { background-color: #D8E0DC; }

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

This div background color is #D8E0DC.


Border color

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

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

This div border color is #D8E0DC.


Opacity

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

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

Text with #D8E0DC 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 #D8E0DC;}

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

This text has shadow with #D8E0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E0DC on black background.


Color preview on white background

This text has color #D8E0DC on white background.



Black color preview on #D8E0DC background

This text has black color on #D8E0DC background.


White color preview on #D8E0DC background

This text has white color on #D8E0DC background.