COLOR #D8ECD5

HEX: #D8ECD5
RGB: (216,236,213)

Color info

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

RGB color model

#D8ECD5 color RGB value is (216,236,213).

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

RGB channels and saturation

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

216
236
213

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

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 213 = 665 (100%)
R 216 of 665 ~ 32.48%
G 236 of 665 ~ 35.49%
B 213 of 665 ~ 32.03%

%32.48
%35.49
%32.03

CMYK color model

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

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

CMYK percentages

%8.47
%0
%9.75
%7.45

Codes

Color #D8ECD5 in popluar color models

D8ECD5
RGB216236213
HSL112°37.70%88.04%
HSB/HSV112°9.75%92.55%
CMYK8.47%0.00%9.75%
7.45%

Color #D8ECD5 in popluar number systems.

HEXD8ECD5
Decimal216236213
Binary110110001110110011010101
Octal330354325

Shades and tints

Shades of #D8ECD5

#D8ECD5
(216,236,213)
#C5D7C2
(197,215,194)
#B2C2AF
(178,194,175)
#9FAD9C
(159,173,156)
#8C9889
(140,152,137)
#798376
(121,131,118)
#666E63
(102,110,99)
#535950
(83,89,80)
#40443D
(64,68,61)
#2D2F2A
(45,47,42)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #D8ECD5

#D8ECD5
(216,236,213)
#DBEDD8
(219,237,216)
#DEEEDB
(222,238,219)
#E1EFDE
(225,239,222)
#E4F0E1
(228,240,225)
#E7F1E4
(231,241,228)
#EAF2E7
(234,242,231)
#EDF3EA
(237,243,234)
#F0F4ED
(240,244,237)
#F3F5F0
(243,245,240)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECD5; }

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

This text font color is #D8ECD5.


Background Color

.myBgColor { background-color: #D8ECD5; }

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

This div background color is #D8ECD5.


Border color

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

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

This div border color is #D8ECD5.


Opacity

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

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

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

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

This text has shadow with #D8ECD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECD5 on black background.


Color preview on white background

This text has color #D8ECD5 on white background.



Black color preview on #D8ECD5 background

This text has black color on #D8ECD5 background.


White color preview on #D8ECD5 background

This text has white color on #D8ECD5 background.