COLOR #D4EAF4

HEX: #D4EAF4
RGB: (212,234,244)

Color info

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

RGB color model

#D4EAF4 color RGB value is (212,234,244).

  • red value is 212;
  • green value is 234;
  • blue value is 244.
RGB:
(212,234,244)
(83%,92%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 244 of 255 = 96%

212
234
244

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 244 = 690 (100%)
R 212 of 690 ~ 30.72%
G 234 of 690 ~ 33.91%
B 244 of 690 ~ 35.36%

%30.72
%33.91
%35.36

CMYK color model

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

  • cyan value is 13.11%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(13,4,0,4)
C13M4Y0K4 
(13%,4%,0%,4%)
(0.13/0.04/0.00/0.04)	

CMYK percentages

%13.11
%4.1
%0
%4.31

Codes

Color #D4EAF4 in popluar color models

D4EAF4
RGB212234244
HSL199°59.26%89.41%
HSB/HSV199°13.11%95.69%
CMYK13.11%4.10%0.00%
4.31%

Color #D4EAF4 in popluar number systems.

HEXD4EAF4
Decimal212234244
Binary110101001110101011110100
Octal324352364

Shades and tints

Shades of #D4EAF4

#D4EAF4
(212,234,244)
#C1D5DE
(193,213,222)
#AEC0C8
(174,192,200)
#9BABB2
(155,171,178)
#88969C
(136,150,156)
#758186
(117,129,134)
#626C70
(98,108,112)
#4F575A
(79,87,90)
#3C4244
(60,66,68)
#292D2E
(41,45,46)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4EAF4

#D4EAF4
(212,234,244)
#D7EBF5
(215,235,245)
#DAECF6
(218,236,246)
#DDEDF7
(221,237,247)
#E0EEF8
(224,238,248)
#E3EFF9
(227,239,249)
#E6F0FA
(230,240,250)
#E9F1FB
(233,241,251)
#ECF2FC
(236,242,252)
#EFF3FD
(239,243,253)
#F2F4FE
(242,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAF4; }

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

This text font color is #D4EAF4.


Background Color

.myBgColor { background-color: #D4EAF4; }

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

This div background color is #D4EAF4.


Border color

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

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

This div border color is #D4EAF4.


Opacity

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

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

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

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

This text has shadow with #D4EAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAF4 on black background.


Color preview on white background

This text has color #D4EAF4 on white background.



Black color preview on #D4EAF4 background

This text has black color on #D4EAF4 background.


White color preview on #D4EAF4 background

This text has white color on #D4EAF4 background.