COLOR #D8EDE0

HEX: #D8EDE0 RGB: (216,237,224)

Color info

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

RGB color model

#D8EDE0 color RGB value is (216,237,224).

RGB: (216,237,224) (85%, 93%, 88%)

RGB channels and saturation

R 216 of 255 = 85%
G 237 of 255 = 93%
B 224 of 255 = 88%

216
237
224

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

Portions of RGB colors in percentages

R + G + B = 216 + 237 + 224 = 677 (100%)
R 216 of 677 ~ 31.91%
G 237 of 677 ~ 35.01%
B 224 of 677 ~ 33.09'%

%31.91
%35.01
%33.09

CMYK color model

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

  • cyan value is 8.86%
  • magenta value is 0.00%
  • yellow value is 5.49%
  • key color value is 7.06%

CMYK: (9,0,5,7)
C9M0Y5K7 (9%, 0%, 5%, 7%)
(0.09 / 0.00 / 0.05 / 0.07)

CMYK percentages

%8.86
%0
%5.49
%7.06

Codes

Color #D8EDE0 in popluar color models

D8 ED E0
RGB 216 237 224
HSL 143° 36.84% 88.82%
HSB/HSV 143° 8.86% 92.94%
CMYK 8.86% 0.00% 5.49%
7.06%

Color #D8EDE0 in popluar number systems.

HEX D8 ED E0
Decimal 216 237 224
Binary 11011000 11101101 11100000
Octal 330 355 340

Shades and tints

Shades of #D8EDE0

#D8EDE0
(216,237,224)
#C5D8CC
(197,216,204)
#B2C3B8
(178,195,184)
#9FAEA4
(159,174,164)
#8C9990
(140,153,144)
#79847C
(121,132,124)
#666F68
(102,111,104)
#535A54
(83,90,84)
#404540
(64,69,64)
#2D302C
(45,48,44)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8EDE0

#D8EDE0
(216,237,224)
#DBEEE2
(219,238,226)
#DEEFE4
(222,239,228)
#E1F0E6
(225,240,230)
#E4F1E8
(228,241,232)
#E7F2EA
(231,242,234)
#EAF3EC
(234,243,236)
#EDF4EE
(237,244,238)
#F0F5F0
(240,245,240)
#F3F6F2
(243,246,242)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EDE0; }

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

This text font color is #D8EDE0.

Background Color

.myBgColor { background-color: #D8EDE0; }

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

This div background color is #D8EDE0.

Border color

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

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

This div border color is #D8EDE0.

Opacity

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

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

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

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

This text has shadow with #D8EDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EDE0.

Preview

Color preview on black background

This text has color #D8EDE0 on black background.


Color preview on white background

This text has color #D8EDE0 on white background.


Black color preview on #D8EDE0 background

This text has black color on #D8EDE0 background.


White color preview on #D8EDE0 background

This text has white color on #D8EDE0 background.


Related colors

Complementary color

Complementary color for #hex is #27121F.


I love getcolorcode.com

Triadic colors

1 #E0D8ED and #EDE0D8 with #D8EDE0 are triadic colors.

2 #E0EDD8 and #EDD8E0 with #D8EDE0 are triadic colors.