COLOR #D8EDE5

HEX: #D8EDE5
RGB: (216,237,229)

Color info

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

RGB color model

#D8EDE5 color RGB value is (216,237,229).

  • red value is 216;
  • green value is 237;
  • blue value is 229.
RGB:
(216,237,229)
(85%,93%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 229 of 255 = 90%

216
237
229

R + G + B ~ 89%. #D8EDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 237 + 229 = 682 (100%)
R 216 of 682 ~ 31.67%
G 237 of 682 ~ 34.75%
B 229 of 682 ~ 33.58%

%31.67
%34.75
%33.58

CMYK color model

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

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(9,0,3,7)
C9M0Y3K7 
(9%,0%,3%,7%)
(0.09/0.00/0.03/0.07)	

CMYK percentages

%8.86
%0
%3.38
%7.06

Codes

Color #D8EDE5 in popluar color models

D8EDE5
RGB216237229
HSL157°36.84%88.82%
HSB/HSV157°8.86%92.94%
CMYK8.86%0.00%3.38%
7.06%

Color #D8EDE5 in popluar number systems.

HEXD8EDE5
Decimal216237229
Binary110110001110110111100101
Octal330355345

Shades and tints

Shades of #D8EDE5

#D8EDE5
(216,237,229)
#C5D8D1
(197,216,209)
#B2C3BD
(178,195,189)
#9FAEA9
(159,174,169)
#8C9995
(140,153,149)
#798481
(121,132,129)
#666F6D
(102,111,109)
#535A59
(83,90,89)
#404545
(64,69,69)
#2D3031
(45,48,49)
#1A1B1D
(26,27,29)
#000000
(0,0,0)

Tints of #D8EDE5

#D8EDE5
(216,237,229)
#DBEEE7
(219,238,231)
#DEEFE9
(222,239,233)
#E1F0EB
(225,240,235)
#E4F1ED
(228,241,237)
#E7F2EF
(231,242,239)
#EAF3F1
(234,243,241)
#EDF4F3
(237,244,243)
#F0F5F5
(240,245,245)
#F3F6F7
(243,246,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EDE5 color. Also use rgb(216,237,229) instead hex code.

Text Font Color

.myTextColor { color: #D8EDE5; }

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

This text font color is #D8EDE5.


Background Color

.myBgColor { background-color: #D8EDE5; }

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

This div background color is #D8EDE5.


Border color

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

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

This div border color is #D8EDE5.


Opacity

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

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

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

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

This text has shadow with #D8EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EDE5 on black background.


Color preview on white background

This text has color #D8EDE5 on white background.



Black color preview on #D8EDE5 background

This text has black color on #D8EDE5 background.


White color preview on #D8EDE5 background

This text has white color on #D8EDE5 background.