COLOR #D8E9D5

HEX: #D8E9D5
RGB: (216,233,213)

Color info

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

RGB color model

#D8E9D5 color RGB value is (216,233,213).

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

RGB channels and saturation

R 216 of 255 = 85%
G 233 of 255 = 91%
B 213 of 255 = 84%

216
233
213

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

Portions of RGB colors in percentages

R + G + B =
216 + 233 + 213 = 662 (100%)
R 216 of 662 ~ 32.63%
G 233 of 662 ~ 35.2%
B 213 of 662 ~ 32.18%

%32.63
%35.2
%32.18

CMYK color model

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

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(7,0,9,9)
C7M0Y9K9 
(7%,0%,9%,9%)
(0.07/0.00/0.09/0.09)	

CMYK percentages

%7.3
%0
%8.58
%8.63

Codes

Color #D8E9D5 in popluar color models

D8E9D5
RGB216233213
HSL111°31.25%87.45%
HSB/HSV111°8.58%91.37%
CMYK7.30%0.00%8.58%
8.63%

Color #D8E9D5 in popluar number systems.

HEXD8E9D5
Decimal216233213
Binary110110001110100111010101
Octal330351325

Shades and tints

Shades of #D8E9D5

#D8E9D5
(216,233,213)
#C5D4C2
(197,212,194)
#B2BFAF
(178,191,175)
#9FAA9C
(159,170,156)
#8C9589
(140,149,137)
#798076
(121,128,118)
#666B63
(102,107,99)
#535650
(83,86,80)
#40413D
(64,65,61)
#2D2C2A
(45,44,42)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8E9D5

#D8E9D5
(216,233,213)
#DBEBD8
(219,235,216)
#DEEDDB
(222,237,219)
#E1EFDE
(225,239,222)
#E4F1E1
(228,241,225)
#E7F3E4
(231,243,228)
#EAF5E7
(234,245,231)
#EDF7EA
(237,247,234)
#F0F9ED
(240,249,237)
#F3FBF0
(243,251,240)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8E9D5; }

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

This text font color is #D8E9D5.


Background Color

.myBgColor { background-color: #D8E9D5; }

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

This div background color is #D8E9D5.


Border color

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

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

This div border color is #D8E9D5.


Opacity

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

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

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

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

This text has shadow with #D8E9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8E9D5 on black background.


Color preview on white background

This text has color #D8E9D5 on white background.



Black color preview on #D8E9D5 background

This text has black color on #D8E9D5 background.


White color preview on #D8E9D5 background

This text has white color on #D8E9D5 background.