COLOR #D4EEFA

HEX: #D4EEFA
RGB: (212,238,250)

Color info

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

RGB color model

#D4EEFA color RGB value is (212,238,250).

  • red value is 212;
  • green value is 238;
  • blue value is 250.
RGB:
(212,238,250)
(83%,93%,98%)

RGB channels and saturation

R 212 of 255 = 83%
G 238 of 255 = 93%
B 250 of 255 = 98%

212
238
250

R + G + B ~ 91%. #D4EEFA is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 238 + 250 = 700 (100%)
R 212 of 700 ~ 30.29%
G 238 of 700 ~ 34%
B 250 of 700 ~ 35.71%

%30.29
%34
%35.71

CMYK color model

#D4EEFA color CMYK value is (15,5,0,2).

  • cyan value is 15.20%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,5,0,2)
C15M5Y0K2 
(15%,5%,0%,2%)
(0.15/0.05/0.00/0.02)	

CMYK percentages

%15.2
%4.8
%0
%1.96

Codes

Color #D4EEFA in popluar color models

D4EEFA
RGB212238250
HSL199°79.17%90.59%
HSB/HSV199°15.20%98.04%
CMYK15.20%4.80%0.00%
1.96%

Color #D4EEFA in popluar number systems.

HEXD4EEFA
Decimal212238250
Binary110101001110111011111010
Octal324356372

Shades and tints

Shades of #D4EEFA

#D4EEFA
(212,238,250)
#C1D9E4
(193,217,228)
#AEC4CE
(174,196,206)
#9BAFB8
(155,175,184)
#889AA2
(136,154,162)
#75858C
(117,133,140)
#627076
(98,112,118)
#4F5B60
(79,91,96)
#3C464A
(60,70,74)
#293134
(41,49,52)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #D4EEFA

#D4EEFA
(212,238,250)
#D7EFFA
(215,239,250)
#DAF0FA
(218,240,250)
#DDF1FA
(221,241,250)
#E0F2FA
(224,242,250)
#E3F3FA
(227,243,250)
#E6F4FA
(230,244,250)
#E9F5FA
(233,245,250)
#ECF6FA
(236,246,250)
#EFF7FA
(239,247,250)
#F2F8FA
(242,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EEFA color. Also use rgb(212,238,250) instead hex code.

Text Font Color

.myTextColor { color: #D4EEFA; }

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

This text font color is #D4EEFA.


Background Color

.myBgColor { background-color: #D4EEFA; }

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

This div background color is #D4EEFA.


Border color

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

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

This div border color is #D4EEFA.


Opacity

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

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

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

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

This text has shadow with #D4EEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EEFA on black background.


Color preview on white background

This text has color #D4EEFA on white background.



Black color preview on #D4EEFA background

This text has black color on #D4EEFA background.


White color preview on #D4EEFA background

This text has white color on #D4EEFA background.