COLOR #D9EAE3

HEX: #D9EAE3
RGB: (217,234,227)

Color info

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

RGB color model

#D9EAE3 color RGB value is (217,234,227).

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

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 227 of 255 = 89%

217
234
227

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

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 227 = 678 (100%)
R 217 of 678 ~ 32.01%
G 234 of 678 ~ 34.51%
B 227 of 678 ~ 33.48%

%32.01
%34.51
%33.48

CMYK color model

#D9EAE3 color CMYK value is (7,0,3,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(7,0,3,8)
C7M0Y3K8 
(7%,0%,3%,8%)
(0.07/0.00/0.03/0.08)	

CMYK percentages

%7.26
%0
%2.99
%8.24

Codes

Color #D9EAE3 in popluar color models

D9EAE3
RGB217234227
HSL155°28.81%88.43%
HSB/HSV155°7.26%91.76%
CMYK7.26%0.00%2.99%
8.24%

Color #D9EAE3 in popluar number systems.

HEXD9EAE3
Decimal217234227
Binary110110011110101011100011
Octal331352343

Shades and tints

Shades of #D9EAE3

#D9EAE3
(217,234,227)
#C6D5CF
(198,213,207)
#B3C0BB
(179,192,187)
#A0ABA7
(160,171,167)
#8D9693
(141,150,147)
#7A817F
(122,129,127)
#676C6B
(103,108,107)
#545757
(84,87,87)
#414243
(65,66,67)
#2E2D2F
(46,45,47)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #D9EAE3

#D9EAE3
(217,234,227)
#DCEBE5
(220,235,229)
#DFECE7
(223,236,231)
#E2EDE9
(226,237,233)
#E5EEEB
(229,238,235)
#E8EFED
(232,239,237)
#EBF0EF
(235,240,239)
#EEF1F1
(238,241,241)
#F1F2F3
(241,242,243)
#F4F3F5
(244,243,245)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EAE3; }

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

This text font color is #D9EAE3.


Background Color

.myBgColor { background-color: #D9EAE3; }

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

This div background color is #D9EAE3.


Border color

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

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

This div border color is #D9EAE3.


Opacity

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

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

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

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

This text has shadow with #D9EAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EAE3 on black background.


Color preview on white background

This text has color #D9EAE3 on white background.



Black color preview on #D9EAE3 background

This text has black color on #D9EAE3 background.


White color preview on #D9EAE3 background

This text has white color on #D9EAE3 background.