COLOR #D4E8F4

HEX: #D4E8F4 RGB: (212,232,244)

Color info

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

RGB color model

#D4E8F4 color RGB value is (212,232,244).

RGB: (212,232,244) (83%, 91%, 96%)

RGB channels and saturation

R 212 of 255 = 83%
G 232 of 255 = 91%
B 244 of 255 = 96%

212
232
244

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

Portions of RGB colors in percentages

R + G + B = 212 + 232 + 244 = 688 (100%)
R 212 of 688 ~ 30.81%
G 232 of 688 ~ 33.72%
B 244 of 688 ~ 35.47'%

%30.81
%33.72
%35.47

CMYK color model

#D4E8F4 color CMYK value is (13,5,0,4).

  • cyan value is 13.11%
  • magenta value is 4.92%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK: (13,5,0,4) C13M5Y0K4 (13%,5%,0%,4%) (0.13/0.05/0.00/0.04) 

CMYK percentages

%13.11
%4.92
%0
%4.31

Codes

Color #D4E8F4 in popluar color models

D4 E8 F4
RGB 212 232 244
HSL 203° 59.26% 89.41%
HSB/HSV 203° 13.11% 95.69%
CMYK 13.11% 4.92% 0.00%
4.31%

Color #D4E8F4 in popluar number systems.

HEX D4 E8 F4
Decimal 212 232 244
Binary 11010100 11101000 11110100
Octal 324 350 364

Shades and tints

Shades of #D4E8F4

#D4E8F4
(212,232,244)
#C1D3DE
(193,211,222)
#AEBEC8
(174,190,200)
#9BA9B2
(155,169,178)
#88949C
(136,148,156)
#757F86
(117,127,134)
#626A70
(98,106,112)
#4F555A
(79,85,90)
#3C4044
(60,64,68)
#292B2E
(41,43,46)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #D4E8F4

#D4E8F4
(212,232,244)
#D7EAF5
(215,234,245)
#DAECF6
(218,236,246)
#DDEEF7
(221,238,247)
#E0F0F8
(224,240,248)
#E3F2F9
(227,242,249)
#E6F4FA
(230,244,250)
#E9F6FB
(233,246,251)
#ECF8FC
(236,248,252)
#EFFAFD
(239,250,253)
#F2FCFE
(242,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E8F4; }

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

This text font color is #D4E8F4.

Background Color

.myBgColor { background-color: #D4E8F4; }

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

This div background color is #D4E8F4.

Border color

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

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

This div border color is #D4E8F4.

Opacity

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

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

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

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

This text has shadow with #D4E8F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4E8F4.

Preview

Color preview on black background

This text has color #D4E8F4 on black background.


Color preview on white background

This text has color #D4E8F4 on white background.


Black color preview on #D4E8F4 background

This text has black color on #D4E8F4 background.


White color preview on #D4E8F4 background

This text has white color on #D4E8F4 background.


Related colors

Complementary color

Complementary color for #hex is #2B170B.


I love getcolorcode.com

Triadic colors

1 #F4D4E8 and #E8F4D4 with #D4E8F4 are triadic colors.

2 #F4E8D4 and #E8D4F4 with #D4E8F4 are triadic colors.