COLOR #D4E5EE

HEX: #D4E5EE
RGB: (212,229,238)

Color info

#D4E5EE contains red, green and blue colors in about the same proportion. Web safe color of #D4E5EE is #CCCCFF (or #CCF).

RGB color model

#D4E5EE color RGB value is (212,229,238).

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

RGB channels and saturation

R 212 of 255 = 83%
G 229 of 255 = 90%
B 238 of 255 = 93%

212
229
238

R + G + B ~ 89%. #D4E5EE is light color.

Portions of RGB colors in percentages

R + G + B =
212 + 229 + 238 = 679 (100%)
R 212 of 679 ~ 31.22%
G 229 of 679 ~ 33.73%
B 238 of 679 ~ 35.05%

%31.22
%33.73
%35.05

CMYK color model

#D4E5EE color CMYK value is (11,4,0,7).

  • cyan value is 10.92%
  • magenta value is 3.78%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(11,4,0,7)
C11M4Y0K7 
(11%,4%,0%,7%)
(0.11/0.04/0.00/0.07)	

CMYK percentages

%10.92
%3.78
%0
%6.67

Codes

Color #D4E5EE in popluar color models

D4E5EE
RGB212229238
HSL201°43.33%88.24%
HSB/HSV201°10.92%93.33%
CMYK10.92%3.78%0.00%
6.67%

Color #D4E5EE in popluar number systems.

HEXD4E5EE
Decimal212229238
Binary110101001110010111101110
Octal324345356

Shades and tints

Shades of #D4E5EE

#D4E5EE
(212,229,238)
#C1D1D9
(193,209,217)
#AEBDC4
(174,189,196)
#9BA9AF
(155,169,175)
#88959A
(136,149,154)
#758185
(117,129,133)
#626D70
(98,109,112)
#4F595B
(79,89,91)
#3C4546
(60,69,70)
#293131
(41,49,49)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #D4E5EE

#D4E5EE
(212,229,238)
#D7E7EF
(215,231,239)
#DAE9F0
(218,233,240)
#DDEBF1
(221,235,241)
#E0EDF2
(224,237,242)
#E3EFF3
(227,239,243)
#E6F1F4
(230,241,244)
#E9F3F5
(233,243,245)
#ECF5F6
(236,245,246)
#EFF7F7
(239,247,247)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4E5EE; }

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

This text font color is #D4E5EE.


Background Color

.myBgColor { background-color: #D4E5EE; }

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

This div background color is #D4E5EE.


Border color

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

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

This div border color is #D4E5EE.


Opacity

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

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

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

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

This text has shadow with #D4E5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E5EE on black background.


Color preview on white background

This text has color #D4E5EE on white background.



Black color preview on #D4E5EE background

This text has black color on #D4E5EE background.


White color preview on #D4E5EE background

This text has white color on #D4E5EE background.