COLOR #D4EAEC

HEX: #D4EAEC
RGB: (212,234,236)

Color info

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

RGB color model

#D4EAEC color RGB value is (212,234,236).

  • red value is 212;
  • green value is 234;
  • blue value is 236.
RGB:
(212,234,236)
(83%,92%,93%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 236 of 255 = 93%

212
234
236

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 236 = 682 (100%)
R 212 of 682 ~ 31.09%
G 234 of 682 ~ 34.31%
B 236 of 682 ~ 34.6%

%31.09
%34.31
%34.6

CMYK color model

#D4EAEC color CMYK value is (10,1,0,7).

  • cyan value is 10.17%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(10,1,0,7)
C10M1Y0K7 
(10%,1%,0%,7%)
(0.10/0.01/0.00/0.07)	

CMYK percentages

%10.17
%0.85
%0
%7.45

Codes

Color #D4EAEC in popluar color models

D4EAEC
RGB212234236
HSL185°38.71%87.84%
HSB/HSV185°10.17%92.55%
CMYK10.17%0.85%0.00%
7.45%

Color #D4EAEC in popluar number systems.

HEXD4EAEC
Decimal212234236
Binary110101001110101011101100
Octal324352354

Shades and tints

Shades of #D4EAEC

#D4EAEC
(212,234,236)
#C1D5D7
(193,213,215)
#AEC0C2
(174,192,194)
#9BABAD
(155,171,173)
#889698
(136,150,152)
#758183
(117,129,131)
#626C6E
(98,108,110)
#4F5759
(79,87,89)
#3C4244
(60,66,68)
#292D2F
(41,45,47)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #D4EAEC

#D4EAEC
(212,234,236)
#D7EBED
(215,235,237)
#DAECEE
(218,236,238)
#DDEDEF
(221,237,239)
#E0EEF0
(224,238,240)
#E3EFF1
(227,239,241)
#E6F0F2
(230,240,242)
#E9F1F3
(233,241,243)
#ECF2F4
(236,242,244)
#EFF3F5
(239,243,245)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAEC; }

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

This text font color is #D4EAEC.


Background Color

.myBgColor { background-color: #D4EAEC; }

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

This div background color is #D4EAEC.


Border color

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

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

This div border color is #D4EAEC.


Opacity

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

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

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

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

This text has shadow with #D4EAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAEC on black background.


Color preview on white background

This text has color #D4EAEC on white background.



Black color preview on #D4EAEC background

This text has black color on #D4EAEC background.


White color preview on #D4EAEC background

This text has white color on #D4EAEC background.