COLOR #D9EAE6

HEX: #D9EAE6
RGB: (217,234,230)

Color info

#D9EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #D9EAE6 is #CCFFCC (or #CFC).

RGB color model

#D9EAE6 color RGB value is (217,234,230).

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

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 230 of 255 = 90%

217
234
230

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 230 = 681 (100%)
R 217 of 681 ~ 31.86%
G 234 of 681 ~ 34.36%
B 230 of 681 ~ 33.77%

%31.86
%34.36
%33.77

CMYK color model

#D9EAE6 color CMYK value is (7,0,2,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(7,0,2,8)
C7M0Y2K8 
(7%,0%,2%,8%)
(0.07/0.00/0.02/0.08)	

CMYK percentages

%7.26
%0
%1.71
%8.24

Codes

Color #D9EAE6 in popluar color models

D9EAE6
RGB217234230
HSL166°28.81%88.43%
HSB/HSV166°7.26%91.76%
CMYK7.26%0.00%1.71%
8.24%

Color #D9EAE6 in popluar number systems.

HEXD9EAE6
Decimal217234230
Binary110110011110101011100110
Octal331352346

Shades and tints

Shades of #D9EAE6

#D9EAE6
(217,234,230)
#C6D5D2
(198,213,210)
#B3C0BE
(179,192,190)
#A0ABAA
(160,171,170)
#8D9696
(141,150,150)
#7A8182
(122,129,130)
#676C6E
(103,108,110)
#54575A
(84,87,90)
#414246
(65,66,70)
#2E2D32
(46,45,50)
#1B181E
(27,24,30)
#000000
(0,0,0)

Tints of #D9EAE6

#D9EAE6
(217,234,230)
#DCEBE8
(220,235,232)
#DFECEA
(223,236,234)
#E2EDEC
(226,237,236)
#E5EEEE
(229,238,238)
#E8EFF0
(232,239,240)
#EBF0F2
(235,240,242)
#EEF1F4
(238,241,244)
#F1F2F6
(241,242,246)
#F4F3F8
(244,243,248)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAE6; }

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

This text font color is #D9EAE6.


Background Color

.myBgColor { background-color: #D9EAE6; }

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

This div background color is #D9EAE6.


Border color

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

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

This div border color is #D9EAE6.


Opacity

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

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

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

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

This text has shadow with #D9EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAE6 on black background.


Color preview on white background

This text has color #D9EAE6 on white background.



Black color preview on #D9EAE6 background

This text has black color on #D9EAE6 background.


White color preview on #D9EAE6 background

This text has white color on #D9EAE6 background.