COLOR #D8ECDE

HEX: #D8ECDE
RGB: (216,236,222)

Color info

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

RGB color model

#D8ECDE color RGB value is (216,236,222).

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

RGB channels and saturation

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

216
236
222

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

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 222 = 674 (100%)
R 216 of 674 ~ 32.05%
G 236 of 674 ~ 35.01%
B 222 of 674 ~ 32.94%

%32.05
%35.01
%32.94

CMYK color model

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

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • 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
%5.93
%7.45

Codes

Color #D8ECDE in popluar color models

D8ECDE
RGB216236222
HSL138°34.48%88.63%
HSB/HSV138°8.47%92.55%
CMYK8.47%0.00%5.93%
7.45%

Color #D8ECDE in popluar number systems.

HEXD8ECDE
Decimal216236222
Binary110110001110110011011110
Octal330354336

Shades and tints

Shades of #D8ECDE

#D8ECDE
(216,236,222)
#C5D7CA
(197,215,202)
#B2C2B6
(178,194,182)
#9FADA2
(159,173,162)
#8C988E
(140,152,142)
#79837A
(121,131,122)
#666E66
(102,110,102)
#535952
(83,89,82)
#40443E
(64,68,62)
#2D2F2A
(45,47,42)
#1A1A16
(26,26,22)
#000000
(0,0,0)

Tints of #D8ECDE

#D8ECDE
(216,236,222)
#DBEDE1
(219,237,225)
#DEEEE4
(222,238,228)
#E1EFE7
(225,239,231)
#E4F0EA
(228,240,234)
#E7F1ED
(231,241,237)
#EAF2F0
(234,242,240)
#EDF3F3
(237,243,243)
#F0F4F6
(240,244,246)
#F3F5F9
(243,245,249)
#F6F6FC
(246,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECDE; }

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

This text font color is #D8ECDE.


Background Color

.myBgColor { background-color: #D8ECDE; }

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

This div background color is #D8ECDE.


Border color

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

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

This div border color is #D8ECDE.


Opacity

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

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

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

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

This text has shadow with #D8ECDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECDE on black background.


Color preview on white background

This text has color #D8ECDE on white background.



Black color preview on #D8ECDE background

This text has black color on #D8ECDE background.


White color preview on #D8ECDE background

This text has white color on #D8ECDE background.