COLOR #D4E9ED

HEX: #D4E9ED
RGB: (212,233,237)

Color info

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

RGB color model

#D4E9ED color RGB value is (212,233,237).

  • red value is 212;
  • green value is 233;
  • blue value is 237.
RGB:
(212,233,237)
(83%,91%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 233 of 255 = 91%
B 237 of 255 = 93%

212
233
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 233 + 237 = 682 (100%)
R 212 of 682 ~ 31.09%
G 233 of 682 ~ 34.16%
B 237 of 682 ~ 34.75%

%31.09
%34.16
%34.75

CMYK color model

#D4E9ED color CMYK value is (11,2,0,7).

  • cyan value is 10.55%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,2,0,7)
C11M2Y0K7 
(11%,2%,0%,7%)
(0.11/0.02/0.00/0.07)	

CMYK percentages

%10.55
%1.69
%0
%7.06

Codes

Color #D4E9ED in popluar color models

D4E9ED
RGB212233237
HSL190°40.98%88.04%
HSB/HSV190°10.55%92.94%
CMYK10.55%1.69%0.00%
7.06%

Color #D4E9ED in popluar number systems.

HEXD4E9ED
Decimal212233237
Binary110101001110100111101101
Octal324351355

Shades and tints

Shades of #D4E9ED

#D4E9ED
(212,233,237)
#C1D4D8
(193,212,216)
#AEBFC3
(174,191,195)
#9BAAAE
(155,170,174)
#889599
(136,149,153)
#758084
(117,128,132)
#626B6F
(98,107,111)
#4F565A
(79,86,90)
#3C4145
(60,65,69)
#292C30
(41,44,48)
#16171B
(22,23,27)
#000000
(0,0,0)

Tints of #D4E9ED

#D4E9ED
(212,233,237)
#D7EBEE
(215,235,238)
#DAEDEF
(218,237,239)
#DDEFF0
(221,239,240)
#E0F1F1
(224,241,241)
#E3F3F2
(227,243,242)
#E6F5F3
(230,245,243)
#E9F7F4
(233,247,244)
#ECF9F5
(236,249,245)
#EFFBF6
(239,251,246)
#F2FDF7
(242,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4E9ED color. Also use rgb(212,233,237) instead hex code.

Text Font Color

.myTextColor { color: #D4E9ED; }

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

This text font color is #D4E9ED.


Background Color

.myBgColor { background-color: #D4E9ED; }

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

This div background color is #D4E9ED.


Border color

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

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

This div border color is #D4E9ED.


Opacity

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

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

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

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

This text has shadow with #D4E9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4E9ED on black background.


Color preview on white background

This text has color #D4E9ED on white background.



Black color preview on #D4E9ED background

This text has black color on #D4E9ED background.


White color preview on #D4E9ED background

This text has white color on #D4E9ED background.