COLOR #D4EAED

HEX: #D4EAED
RGB: (212,234,237)

Color info

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

RGB color model

#D4EAED color RGB value is (212,234,237).

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

RGB channels and saturation

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

212
234
237

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 237 = 683 (100%)
R 212 of 683 ~ 31.04%
G 234 of 683 ~ 34.26%
B 237 of 683 ~ 34.7%

%31.04
%34.26
%34.7

CMYK color model

#D4EAED color CMYK value is (11,1,0,7).

  • cyan value is 10.55%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(11,1,0,7)
C11M1Y0K7 
(11%,1%,0%,7%)
(0.11/0.01/0.00/0.07)	

CMYK percentages

%10.55
%1.27
%0
%7.06

Codes

Color #D4EAED in popluar color models

D4EAED
RGB212234237
HSL187°40.98%88.04%
HSB/HSV187°10.55%92.94%
CMYK10.55%1.27%0.00%
7.06%

Color #D4EAED in popluar number systems.

HEXD4EAED
Decimal212234237
Binary110101001110101011101101
Octal324352355

Shades and tints

Shades of #D4EAED

#D4EAED
(212,234,237)
#C1D5D8
(193,213,216)
#AEC0C3
(174,192,195)
#9BABAE
(155,171,174)
#889699
(136,150,153)
#758184
(117,129,132)
#626C6F
(98,108,111)
#4F575A
(79,87,90)
#3C4245
(60,66,69)
#292D30
(41,45,48)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #D4EAED

#D4EAED
(212,234,237)
#D7EBEE
(215,235,238)
#DAECEF
(218,236,239)
#DDEDF0
(221,237,240)
#E0EEF1
(224,238,241)
#E3EFF2
(227,239,242)
#E6F0F3
(230,240,243)
#E9F1F4
(233,241,244)
#ECF2F5
(236,242,245)
#EFF3F6
(239,243,246)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAED; }

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

This text font color is #D4EAED.


Background Color

.myBgColor { background-color: #D4EAED; }

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

This div background color is #D4EAED.


Border color

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

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

This div border color is #D4EAED.


Opacity

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

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

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

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

This text has shadow with #D4EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAED on black background.


Color preview on white background

This text has color #D4EAED on white background.



Black color preview on #D4EAED background

This text has black color on #D4EAED background.


White color preview on #D4EAED background

This text has white color on #D4EAED background.