COLOR #D8ECE4

HEX: #D8ECE4
RGB: (216,236,228)

Color info

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

RGB color model

#D8ECE4 color RGB value is (216,236,228).

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

RGB channels and saturation

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

216
236
228

R + G + B ~ 89%. #D8ECE4 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 236 + 228 = 680 (100%)
R 216 of 680 ~ 31.76%
G 236 of 680 ~ 34.71%
B 228 of 680 ~ 33.53%

%31.76
%34.71
%33.53

CMYK color model

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

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

CMYK percentages

%8.47
%0
%3.39
%7.45

Codes

Color #D8ECE4 in popluar color models

D8ECE4
RGB216236228
HSL156°34.48%88.63%
HSB/HSV156°8.47%92.55%
CMYK8.47%0.00%3.39%
7.45%

Color #D8ECE4 in popluar number systems.

HEXD8ECE4
Decimal216236228
Binary110110001110110011100100
Octal330354344

Shades and tints

Shades of #D8ECE4

#D8ECE4
(216,236,228)
#C5D7D0
(197,215,208)
#B2C2BC
(178,194,188)
#9FADA8
(159,173,168)
#8C9894
(140,152,148)
#798380
(121,131,128)
#666E6C
(102,110,108)
#535958
(83,89,88)
#404444
(64,68,68)
#2D2F30
(45,47,48)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #D8ECE4

#D8ECE4
(216,236,228)
#DBEDE6
(219,237,230)
#DEEEE8
(222,238,232)
#E1EFEA
(225,239,234)
#E4F0EC
(228,240,236)
#E7F1EE
(231,241,238)
#EAF2F0
(234,242,240)
#EDF3F2
(237,243,242)
#F0F4F4
(240,244,244)
#F3F5F6
(243,245,246)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8ECE4; }

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

This text font color is #D8ECE4.


Background Color

.myBgColor { background-color: #D8ECE4; }

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

This div background color is #D8ECE4.


Border color

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

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

This div border color is #D8ECE4.


Opacity

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

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

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

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

This text has shadow with #D8ECE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8ECE4 on black background.


Color preview on white background

This text has color #D8ECE4 on white background.



Black color preview on #D8ECE4 background

This text has black color on #D8ECE4 background.


White color preview on #D8ECE4 background

This text has white color on #D8ECE4 background.