COLOR #D8ECDD

HEX: #D8ECDD
RGB: (216,236,221)

Color info

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

RGB color model

#D8ECDD color RGB value is (216,236,221).

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

RGB channels and saturation

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

216
236
221

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

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 221 = 673 (100%)
R 216 of 673 ~ 32.1%
G 236 of 673 ~ 35.07%
B 221 of 673 ~ 32.84%

%32.1
%35.07
%32.84

CMYK color model

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

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

CMYK percentages

%8.47
%0
%6.36
%7.45

Codes

Color #D8ECDD in popluar color models

D8ECDD
RGB216236221
HSL135°34.48%88.63%
HSB/HSV135°8.47%92.55%
CMYK8.47%0.00%6.36%
7.45%

Color #D8ECDD in popluar number systems.

HEXD8ECDD
Decimal216236221
Binary110110001110110011011101
Octal330354335

Shades and tints

Shades of #D8ECDD

#D8ECDD
(216,236,221)
#C5D7C9
(197,215,201)
#B2C2B5
(178,194,181)
#9FADA1
(159,173,161)
#8C988D
(140,152,141)
#798379
(121,131,121)
#666E65
(102,110,101)
#535951
(83,89,81)
#40443D
(64,68,61)
#2D2F29
(45,47,41)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8ECDD

#D8ECDD
(216,236,221)
#DBEDE0
(219,237,224)
#DEEEE3
(222,238,227)
#E1EFE6
(225,239,230)
#E4F0E9
(228,240,233)
#E7F1EC
(231,241,236)
#EAF2EF
(234,242,239)
#EDF3F2
(237,243,242)
#F0F4F5
(240,244,245)
#F3F5F8
(243,245,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECDD; }

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

This text font color is #D8ECDD.


Background Color

.myBgColor { background-color: #D8ECDD; }

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

This div background color is #D8ECDD.


Border color

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

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

This div border color is #D8ECDD.


Opacity

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

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

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

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

This text has shadow with #D8ECDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECDD on black background.


Color preview on white background

This text has color #D8ECDD on white background.



Black color preview on #D8ECDD background

This text has black color on #D8ECDD background.


White color preview on #D8ECDD background

This text has white color on #D8ECDD background.