COLOR #D4E8E7

HEX: #D4E8E7
RGB: (212,232,231)

Color info

#D4E8E7 contains red, green and blue colors in about the same proportion. Web safe color of #D4E8E7 is #CCFFFF (or #CFF).

RGB color model

#D4E8E7 color RGB value is (212,232,231).

  • red value is 212;
  • green value is 232;
  • blue value is 231.
RGB:
(212,232,231)
(83%,91%,91%)

RGB channels and saturation

R 212 of 255 = 83%
G 232 of 255 = 91%
B 231 of 255 = 91%

212
232
231

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

Portions of RGB colors in percentages

R + G + B =
212 + 232 + 231 = 675 (100%)
R 212 of 675 ~ 31.41%
G 232 of 675 ~ 34.37%
B 231 of 675 ~ 34.22%

%31.41
%34.37
%34.22

CMYK color model

#D4E8E7 color CMYK value is (9,0,0,9).

  • cyan value is 8.62%
  • magenta value is 0.00%
  • yellow value is 0.43%
  • key color value is 9.02%
CMYK:
(9,0,0,9)
C9M0Y0K9 
(9%,0%,0%,9%)
(0.09/0.00/0.00/0.09)	

CMYK percentages

%8.62
%0
%0.43
%9.02

Codes

Color #D4E8E7 in popluar color models

D4E8E7
RGB212232231
HSL177°30.30%87.06%
HSB/HSV177°8.62%90.98%
CMYK8.62%0.00%0.43%
9.02%

Color #D4E8E7 in popluar number systems.

HEXD4E8E7
Decimal212232231
Binary110101001110100011100111
Octal324350347

Shades and tints

Shades of #D4E8E7

#D4E8E7
(212,232,231)
#C1D3D2
(193,211,210)
#AEBEBD
(174,190,189)
#9BA9A8
(155,169,168)
#889493
(136,148,147)
#757F7E
(117,127,126)
#626A69
(98,106,105)
#4F5554
(79,85,84)
#3C403F
(60,64,63)
#292B2A
(41,43,42)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #D4E8E7

#D4E8E7
(212,232,231)
#D7EAE9
(215,234,233)
#DAECEB
(218,236,235)
#DDEEED
(221,238,237)
#E0F0EF
(224,240,239)
#E3F2F1
(227,242,241)
#E6F4F3
(230,244,243)
#E9F6F5
(233,246,245)
#ECF8F7
(236,248,247)
#EFFAF9
(239,250,249)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E8E7 color. Also use rgb(212,232,231) instead hex code.

Text Font Color

.myTextColor { color: #D4E8E7; }

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

This text font color is #D4E8E7.


Background Color

.myBgColor { background-color: #D4E8E7; }

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

This div background color is #D4E8E7.


Border color

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

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

This div border color is #D4E8E7.


Opacity

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

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

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

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

This text has shadow with #D4E8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E8E7 on black background.


Color preview on white background

This text has color #D4E8E7 on white background.



Black color preview on #D4E8E7 background

This text has black color on #D4E8E7 background.


White color preview on #D4E8E7 background

This text has white color on #D4E8E7 background.