COLOR #D4EAF0

HEX: #D4EAF0 RGB: (212,234,240)

Color info

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

RGB color model

#D4EAF0 color RGB value is (212,234,240).

RGB: (212,234,240) (83%, 92%, 94%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 240 of 255 = 94%

212
234
240

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 240 = 686 (100%)
R 212 of 686 ~ 30.9%
G 234 of 686 ~ 34.11%
B 240 of 686 ~ 34.99'%

%30.9
%34.11
%34.99

CMYK color model

#D4EAF0 color CMYK value is (12,3,0,6).

  • cyan value is 11.67%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (12,3,0,6)
C12M3Y0K6 (12%, 3%, 0%, 6%)
(0.12 / 0.03 / 0.00 / 0.06)

CMYK percentages

%11.67
%2.5
%0
%5.88

Codes

Color #D4EAF0 in popluar color models

D4 EA F0
RGB 212 234 240
HSL 193° 48.28% 88.63%
HSB/HSV 193° 11.67% 94.12%
CMYK 11.67% 2.50% 0.00%
5.88%

Color #D4EAF0 in popluar number systems.

HEX D4 EA F0
Decimal 212 234 240
Binary 11010100 11101010 11110000
Octal 324 352 360

Shades and tints

Shades of #D4EAF0

#D4EAF0
(212,234,240)
#C1D5DB
(193,213,219)
#AEC0C6
(174,192,198)
#9BABB1
(155,171,177)
#88969C
(136,150,156)
#758187
(117,129,135)
#626C72
(98,108,114)
#4F575D
(79,87,93)
#3C4248
(60,66,72)
#292D33
(41,45,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #D4EAF0

#D4EAF0
(212,234,240)
#D7EBF1
(215,235,241)
#DAECF2
(218,236,242)
#DDEDF3
(221,237,243)
#E0EEF4
(224,238,244)
#E3EFF5
(227,239,245)
#E6F0F6
(230,240,246)
#E9F1F7
(233,241,247)
#ECF2F8
(236,242,248)
#EFF3F9
(239,243,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAF0; }

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

This text font color is #D4EAF0.

Background Color

.myBgColor { background-color: #D4EAF0; }

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

This div background color is #D4EAF0.

Border color

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

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

This div border color is #D4EAF0.

Opacity

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

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

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

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

This text has shadow with #D4EAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EAF0.

Preview

Color preview on black background

This text has color #D4EAF0 on black background.


Color preview on white background

This text has color #D4EAF0 on white background.


Black color preview on #D4EAF0 background

This text has black color on #D4EAF0 background.


White color preview on #D4EAF0 background

This text has white color on #D4EAF0 background.


Related colors

Complementary color

Complementary color for #hex is #2B150F.


I love getcolorcode.com

Triadic colors

1 #F0D4EA and #EAF0D4 with #D4EAF0 are triadic colors.

2 #F0EAD4 and #EAD4F0 with #D4EAF0 are triadic colors.