COLOR #D8ECD8

HEX: #D8ECD8
RGB: (216,236,216)

Color info

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

RGB color model

#D8ECD8 color RGB value is (216,236,216).

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

RGB channels and saturation

R 216 of 255 = 85%
G 236 of 255 = 93%
B 216 of 255 = 85%

216
236
216

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

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 216 = 668 (100%)
R 216 of 668 ~ 32.34%
G 236 of 668 ~ 35.33%
B 216 of 668 ~ 32.34%

%32.34
%35.33
%32.34

CMYK color model

#D8ECD8 color CMYK value is (8,0,8,7).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 7.45%
CMYK:
(8,0,8,7)
C8M0Y8K7 
(8%,0%,8%,7%)
(0.08/0.00/0.08/0.07)	

CMYK percentages

%8.47
%0
%8.47
%7.45

Codes

Color #D8ECD8 in popluar color models

D8ECD8
RGB216236216
HSL120°34.48%88.63%
HSB/HSV120°8.47%92.55%
CMYK8.47%0.00%8.47%
7.45%

Color #D8ECD8 in popluar number systems.

HEXD8ECD8
Decimal216236216
Binary110110001110110011011000
Octal330354330

Shades and tints

Shades of #D8ECD8

#D8ECD8
(216,236,216)
#C5D7C5
(197,215,197)
#B2C2B2
(178,194,178)
#9FAD9F
(159,173,159)
#8C988C
(140,152,140)
#798379
(121,131,121)
#666E66
(102,110,102)
#535953
(83,89,83)
#404440
(64,68,64)
#2D2F2D
(45,47,45)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #D8ECD8

#D8ECD8
(216,236,216)
#DBEDDB
(219,237,219)
#DEEEDE
(222,238,222)
#E1EFE1
(225,239,225)
#E4F0E4
(228,240,228)
#E7F1E7
(231,241,231)
#EAF2EA
(234,242,234)
#EDF3ED
(237,243,237)
#F0F4F0
(240,244,240)
#F3F5F3
(243,245,243)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECD8; }

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

This text font color is #D8ECD8.


Background Color

.myBgColor { background-color: #D8ECD8; }

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

This div background color is #D8ECD8.


Border color

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

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

This div border color is #D8ECD8.


Opacity

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

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

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

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

This text has shadow with #D8ECD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECD8 on black background.


Color preview on white background

This text has color #D8ECD8 on white background.



Black color preview on #D8ECD8 background

This text has black color on #D8ECD8 background.


White color preview on #D8ECD8 background

This text has white color on #D8ECD8 background.