COLOR #D8E9DE

HEX: #D8E9DE
RGB: (216,233,222)

Color info

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

RGB color model

#D8E9DE color RGB value is (216,233,222).

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

RGB channels and saturation

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

216
233
222

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

Portions of RGB colors in percentages

R + G + B =
216 + 233 + 222 = 671 (100%)
R 216 of 671 ~ 32.19%
G 233 of 671 ~ 34.72%
B 222 of 671 ~ 33.08%

%32.19
%34.72
%33.08

CMYK color model

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

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

CMYK percentages

%7.3
%0
%4.72
%8.63

Codes

Color #D8E9DE in popluar color models

D8E9DE
RGB216233222
HSL141°27.87%88.04%
HSB/HSV141°7.30%91.37%
CMYK7.30%0.00%4.72%
8.63%

Color #D8E9DE in popluar number systems.

HEXD8E9DE
Decimal216233222
Binary110110001110100111011110
Octal330351336

Shades and tints

Shades of #D8E9DE

#D8E9DE
(216,233,222)
#C5D4CA
(197,212,202)
#B2BFB6
(178,191,182)
#9FAAA2
(159,170,162)
#8C958E
(140,149,142)
#79807A
(121,128,122)
#666B66
(102,107,102)
#535652
(83,86,82)
#40413E
(64,65,62)
#2D2C2A
(45,44,42)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #D8E9DE

#D8E9DE
(216,233,222)
#DBEBE1
(219,235,225)
#DEEDE4
(222,237,228)
#E1EFE7
(225,239,231)
#E4F1EA
(228,241,234)
#E7F3ED
(231,243,237)
#EAF5F0
(234,245,240)
#EDF7F3
(237,247,243)
#F0F9F6
(240,249,246)
#F3FBF9
(243,251,249)
#F6FDFC
(246,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E9DE; }

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

This text font color is #D8E9DE.


Background Color

.myBgColor { background-color: #D8E9DE; }

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

This div background color is #D8E9DE.


Border color

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

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

This div border color is #D8E9DE.


Opacity

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

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

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

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

This text has shadow with #D8E9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E9DE on black background.


Color preview on white background

This text has color #D8E9DE on white background.



Black color preview on #D8E9DE background

This text has black color on #D8E9DE background.


White color preview on #D8E9DE background

This text has white color on #D8E9DE background.