COLOR #D8E2DC

HEX: #D8E2DC
RGB: (216,226,220)

Color info

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

RGB color model

#D8E2DC color RGB value is (216,226,220).

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

RGB channels and saturation

R 216 of 255 = 85%
G 226 of 255 = 89%
B 220 of 255 = 86%

216
226
220

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

Portions of RGB colors in percentages

R + G + B =
216 + 226 + 220 = 662 (100%)
R 216 of 662 ~ 32.63%
G 226 of 662 ~ 34.14%
B 220 of 662 ~ 33.23%

%32.63
%34.14
%33.23

CMYK color model

#D8E2DC color CMYK value is (4,0,3,11).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(4,0,3,11)
C4M0Y3K11 
(4%,0%,3%,11%)
(0.04/0.00/0.03/0.11)	

CMYK percentages

%4.42
%0
%2.65
%11.37

Codes

Color #D8E2DC in popluar color models

D8E2DC
RGB216226220
HSL144°14.71%86.67%
HSB/HSV144°4.42%88.63%
CMYK4.42%0.00%2.65%
11.37%

Color #D8E2DC in popluar number systems.

HEXD8E2DC
Decimal216226220
Binary110110001110001011011100
Octal330342334

Shades and tints

Shades of #D8E2DC

#D8E2DC
(216,226,220)
#C5CEC8
(197,206,200)
#B2BAB4
(178,186,180)
#9FA6A0
(159,166,160)
#8C928C
(140,146,140)
#797E78
(121,126,120)
#666A64
(102,106,100)
#535650
(83,86,80)
#40423C
(64,66,60)
#2D2E28
(45,46,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #D8E2DC

#D8E2DC
(216,226,220)
#DBE4DF
(219,228,223)
#DEE6E2
(222,230,226)
#E1E8E5
(225,232,229)
#E4EAE8
(228,234,232)
#E7ECEB
(231,236,235)
#EAEEEE
(234,238,238)
#EDF0F1
(237,240,241)
#F0F2F4
(240,242,244)
#F3F4F7
(243,244,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E2DC; }

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

This text font color is #D8E2DC.


Background Color

.myBgColor { background-color: #D8E2DC; }

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

This div background color is #D8E2DC.


Border color

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

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

This div border color is #D8E2DC.


Opacity

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

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

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

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

This text has shadow with #D8E2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E2DC on black background.


Color preview on white background

This text has color #D8E2DC on white background.



Black color preview on #D8E2DC background

This text has black color on #D8E2DC background.


White color preview on #D8E2DC background

This text has white color on #D8E2DC background.