COLOR #D8E8DE

HEX: #D8E8DE
RGB: (216,232,222)

Color info

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

RGB color model

#D8E8DE color RGB value is (216,232,222).

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

RGB channels and saturation

R 216 of 255 = 85%
G 232 of 255 = 91%
B 222 of 255 = 87%

216
232
222

R + G + B ~ 88%. #D8E8DE is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 232 + 222 = 670 (100%)
R 216 of 670 ~ 32.24%
G 232 of 670 ~ 34.63%
B 222 of 670 ~ 33.13%

%32.24
%34.63
%33.13

CMYK color model

#D8E8DE color CMYK value is (7,0,4,9).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%
CMYK:
(7,0,4,9)
C7M0Y4K9 
(7%,0%,4%,9%)
(0.07/0.00/0.04/0.09)	

CMYK percentages

%6.9
%0
%4.31
%9.02

Codes

Color #D8E8DE in popluar color models

D8E8DE
RGB216232222
HSL143°25.81%87.84%
HSB/HSV143°6.90%90.98%
CMYK6.90%0.00%4.31%
9.02%

Color #D8E8DE in popluar number systems.

HEXD8E8DE
Decimal216232222
Binary110110001110100011011110
Octal330350336

Shades and tints

Shades of #D8E8DE

#D8E8DE
(216,232,222)
#C5D3CA
(197,211,202)
#B2BEB6
(178,190,182)
#9FA9A2
(159,169,162)
#8C948E
(140,148,142)
#797F7A
(121,127,122)
#666A66
(102,106,102)
#535552
(83,85,82)
#40403E
(64,64,62)
#2D2B2A
(45,43,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #D8E8DE

#D8E8DE
(216,232,222)
#DBEAE1
(219,234,225)
#DEECE4
(222,236,228)
#E1EEE7
(225,238,231)
#E4F0EA
(228,240,234)
#E7F2ED
(231,242,237)
#EAF4F0
(234,244,240)
#EDF6F3
(237,246,243)
#F0F8F6
(240,248,246)
#F3FAF9
(243,250,249)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E8DE; }

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

This text font color is #D8E8DE.


Background Color

.myBgColor { background-color: #D8E8DE; }

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

This div background color is #D8E8DE.


Border color

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

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

This div border color is #D8E8DE.


Opacity

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

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

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

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

This text has shadow with #D8E8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E8DE on black background.


Color preview on white background

This text has color #D8E8DE on white background.



Black color preview on #D8E8DE background

This text has black color on #D8E8DE background.


White color preview on #D8E8DE background

This text has white color on #D8E8DE background.