COLOR #D8EED0

HEX: #D8EED0
RGB: (216,238,208)

Color info

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

RGB color model

#D8EED0 color RGB value is (216,238,208).

  • red value is 216;
  • green value is 238;
  • blue value is 208.
RGB:
(216,238,208)
(85%,93%,82%)

RGB channels and saturation

R 216 of 255 = 85%
G 238 of 255 = 93%
B 208 of 255 = 82%

216
238
208

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

Portions of RGB colors in percentages

R + G + B =
216 + 238 + 208 = 662 (100%)
R 216 of 662 ~ 32.63%
G 238 of 662 ~ 35.95%
B 208 of 662 ~ 31.42%

%32.63
%35.95
%31.42

CMYK color model

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

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(9,0,13,7)
C9M0Y13K7 
(9%,0%,13%,7%)
(0.09/0.00/0.13/0.07)	

CMYK percentages

%9.24
%0
%12.61
%6.67

Codes

Color #D8EED0 in popluar color models

D8EED0
RGB216238208
HSL104°46.88%87.45%
HSB/HSV104°12.61%93.33%
CMYK9.24%0.00%12.61%
6.67%

Color #D8EED0 in popluar number systems.

HEXD8EED0
Decimal216238208
Binary110110001110111011010000
Octal330356320

Shades and tints

Shades of #D8EED0

#D8EED0
(216,238,208)
#C5D9BE
(197,217,190)
#B2C4AC
(178,196,172)
#9FAF9A
(159,175,154)
#8C9A88
(140,154,136)
#798576
(121,133,118)
#667064
(102,112,100)
#535B52
(83,91,82)
#404640
(64,70,64)
#2D312E
(45,49,46)
#1A1C1C
(26,28,28)
#000000
(0,0,0)

Tints of #D8EED0

#D8EED0
(216,238,208)
#DBEFD4
(219,239,212)
#DEF0D8
(222,240,216)
#E1F1DC
(225,241,220)
#E4F2E0
(228,242,224)
#E7F3E4
(231,243,228)
#EAF4E8
(234,244,232)
#EDF5EC
(237,245,236)
#F0F6F0
(240,246,240)
#F3F7F4
(243,247,244)
#F6F8F8
(246,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EED0 color. Also use rgb(216,238,208) instead hex code.

Text Font Color

.myTextColor { color: #D8EED0; }

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

This text font color is #D8EED0.


Background Color

.myBgColor { background-color: #D8EED0; }

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

This div background color is #D8EED0.


Border color

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

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

This div border color is #D8EED0.


Opacity

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

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

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

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

This text has shadow with #D8EED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EED0 on black background.


Color preview on white background

This text has color #D8EED0 on white background.



Black color preview on #D8EED0 background

This text has black color on #D8EED0 background.


White color preview on #D8EED0 background

This text has white color on #D8EED0 background.