COLOR #D9EAEE

HEX: #D9EAEE
RGB: (217,234,238)

Color info

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

RGB color model

#D9EAEE color RGB value is (217,234,238).

  • red value is 217;
  • green value is 234;
  • blue value is 238.
RGB:
(217,234,238)
(85%,92%,93%)

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 238 of 255 = 93%

217
234
238

R + G + B ~ 90%. #D9EAEE is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 238 = 689 (100%)
R 217 of 689 ~ 31.49%
G 234 of 689 ~ 33.96%
B 238 of 689 ~ 34.54%

%31.49
%33.96
%34.54

CMYK color model

#D9EAEE color CMYK value is (9,2,0,7).

  • cyan value is 8.82%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(9,2,0,7)
C9M2Y0K7 
(9%,2%,0%,7%)
(0.09/0.02/0.00/0.07)	

CMYK percentages

%8.82
%1.68
%0
%6.67

Codes

Color #D9EAEE in popluar color models

D9EAEE
RGB217234238
HSL191°38.18%89.22%
HSB/HSV191°8.82%93.33%
CMYK8.82%1.68%0.00%
6.67%

Color #D9EAEE in popluar number systems.

HEXD9EAEE
Decimal217234238
Binary110110011110101011101110
Octal331352356

Shades and tints

Shades of #D9EAEE

#D9EAEE
(217,234,238)
#C6D5D9
(198,213,217)
#B3C0C4
(179,192,196)
#A0ABAF
(160,171,175)
#8D969A
(141,150,154)
#7A8185
(122,129,133)
#676C70
(103,108,112)
#54575B
(84,87,91)
#414246
(65,66,70)
#2E2D31
(46,45,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #D9EAEE

#D9EAEE
(217,234,238)
#DCEBEF
(220,235,239)
#DFECF0
(223,236,240)
#E2EDF1
(226,237,241)
#E5EEF2
(229,238,242)
#E8EFF3
(232,239,243)
#EBF0F4
(235,240,244)
#EEF1F5
(238,241,245)
#F1F2F6
(241,242,246)
#F4F3F7
(244,243,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EAEE color. Also use rgb(217,234,238) instead hex code.

Text Font Color

.myTextColor { color: #D9EAEE; }

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

This text font color is #D9EAEE.


Background Color

.myBgColor { background-color: #D9EAEE; }

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

This div background color is #D9EAEE.


Border color

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

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

This div border color is #D9EAEE.


Opacity

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

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

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

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

This text has shadow with #D9EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAEE on black background.


Color preview on white background

This text has color #D9EAEE on white background.



Black color preview on #D9EAEE background

This text has black color on #D9EAEE background.


White color preview on #D9EAEE background

This text has white color on #D9EAEE background.