COLOR #D4E8F7

HEX: #D4E8F7
RGB: (212,232,247)

Color info

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

RGB color model

#D4E8F7 color RGB value is (212,232,247).

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

RGB channels and saturation

R 212 of 255 = 83%
G 232 of 255 = 91%
B 247 of 255 = 97%

212
232
247

R + G + B ~ 90%. #D4E8F7 is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 232 + 247 = 691 (100%)
R 212 of 691 ~ 30.68%
G 232 of 691 ~ 33.57%
B 247 of 691 ~ 35.75%

%30.68
%33.57
%35.75

CMYK color model

#D4E8F7 color CMYK value is (14,6,0,3).

  • cyan value is 14.17%
  • magenta value is 6.07%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,6,0,3)
C14M6Y0K3 
(14%,6%,0%,3%)
(0.14/0.06/0.00/0.03)	

CMYK percentages

%14.17
%6.07
%0
%3.14

Codes

Color #D4E8F7 in popluar color models

D4E8F7
RGB212232247
HSL206°68.63%90.00%
HSB/HSV206°14.17%96.86%
CMYK14.17%6.07%0.00%
3.14%

Color #D4E8F7 in popluar number systems.

HEXD4E8F7
Decimal212232247
Binary110101001110100011110111
Octal324350367

Shades and tints

Shades of #D4E8F7

#D4E8F7
(212,232,247)
#C1D3E1
(193,211,225)
#AEBECB
(174,190,203)
#9BA9B5
(155,169,181)
#88949F
(136,148,159)
#757F89
(117,127,137)
#626A73
(98,106,115)
#4F555D
(79,85,93)
#3C4047
(60,64,71)
#292B31
(41,43,49)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #D4E8F7

#D4E8F7
(212,232,247)
#D7EAF7
(215,234,247)
#DAECF7
(218,236,247)
#DDEEF7
(221,238,247)
#E0F0F7
(224,240,247)
#E3F2F7
(227,242,247)
#E6F4F7
(230,244,247)
#E9F6F7
(233,246,247)
#ECF8F7
(236,248,247)
#EFFAF7
(239,250,247)
#F2FCF7
(242,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E8F7; }

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

This text font color is #D4E8F7.


Background Color

.myBgColor { background-color: #D4E8F7; }

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

This div background color is #D4E8F7.


Border color

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

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

This div border color is #D4E8F7.


Opacity

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

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

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

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

This text has shadow with #D4E8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E8F7 on black background.


Color preview on white background

This text has color #D4E8F7 on white background.



Black color preview on #D4E8F7 background

This text has black color on #D4E8F7 background.


White color preview on #D4E8F7 background

This text has white color on #D4E8F7 background.