COLOR #D4EAF6

HEX: #D4EAF6 RGB: (212,234,246)

Color info

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

RGB color model

#D4EAF6 color RGB value is (212,234,246).

RGB: (212,234,246) (83%, 92%, 96%)

RGB channels and saturation

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

212
234
246

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 246 = 692 (100%)
R 212 of 692 ~ 30.64%
G 234 of 692 ~ 33.82%
B 246 of 692 ~ 35.55'%

%30.64
%33.82
%35.55

CMYK color model

#D4EAF6 color CMYK value is (14,5,0,4).

  • cyan value is 13.82%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (14,5,0,4)
C14M5Y0K4 (14%, 5%, 0%, 4%)
(0.14 / 0.05 / 0.00 / 0.04)

CMYK percentages

%13.82
%4.88
%0
%3.53

Codes

Color #D4EAF6 in popluar color models

D4 EA F6
RGB 212 234 246
HSL 201° 65.38% 89.80%
HSB/HSV 201° 13.82% 96.47%
CMYK 13.82% 4.88% 0.00%
3.53%

Color #D4EAF6 in popluar number systems.

HEX D4 EA F6
Decimal 212 234 246
Binary 11010100 11101010 11110110
Octal 324 352 366

Shades and tints

Shades of #D4EAF6

#D4EAF6
(212,234,246)
#C1D5E0
(193,213,224)
#AEC0CA
(174,192,202)
#9BABB4
(155,171,180)
#88969E
(136,150,158)
#758188
(117,129,136)
#626C72
(98,108,114)
#4F575C
(79,87,92)
#3C4246
(60,66,70)
#292D30
(41,45,48)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4EAF6

#D4EAF6
(212,234,246)
#D7EBF6
(215,235,246)
#DAECF6
(218,236,246)
#DDEDF6
(221,237,246)
#E0EEF6
(224,238,246)
#E3EFF6
(227,239,246)
#E6F0F6
(230,240,246)
#E9F1F6
(233,241,246)
#ECF2F6
(236,242,246)
#EFF3F6
(239,243,246)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAF6; }

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

This text font color is #D4EAF6.

Background Color

.myBgColor { background-color: #D4EAF6; }

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

This div background color is #D4EAF6.

Border color

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

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

This div border color is #D4EAF6.

Opacity

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

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

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

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

This text has shadow with #D4EAF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EAF6.

Preview

Color preview on black background

This text has color #D4EAF6 on black background.


Color preview on white background

This text has color #D4EAF6 on white background.


Black color preview on #D4EAF6 background

This text has black color on #D4EAF6 background.


White color preview on #D4EAF6 background

This text has white color on #D4EAF6 background.


Related colors

Complementary color

Complementary color for #hex is #2B1509.


I love getcolorcode.com

Triadic colors

1 #F6D4EA and #EAF6D4 with #D4EAF6 are triadic colors.

2 #F6EAD4 and #EAD4F6 with #D4EAF6 are triadic colors.