COLOR #D9EADF

HEX: #D9EADF
RGB: (217,234,223)

Color info

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

RGB color model

#D9EADF color RGB value is (217,234,223).

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

RGB channels and saturation

R 217 of 255 = 85%
G 234 of 255 = 92%
B 223 of 255 = 87%

217
234
223

R + G + B ~ 88%. #D9EADF is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 234 + 223 = 674 (100%)
R 217 of 674 ~ 32.2%
G 234 of 674 ~ 34.72%
B 223 of 674 ~ 33.09%

%32.2
%34.72
%33.09

CMYK color model

#D9EADF color CMYK value is (7,0,5,8).

  • cyan value is 7.26%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(7,0,5,8)
C7M0Y5K8 
(7%,0%,5%,8%)
(0.07/0.00/0.05/0.08)	

CMYK percentages

%7.26
%0
%4.7
%8.24

Codes

Color #D9EADF in popluar color models

D9EADF
RGB217234223
HSL141°28.81%88.43%
HSB/HSV141°7.26%91.76%
CMYK7.26%0.00%4.70%
8.24%

Color #D9EADF in popluar number systems.

HEXD9EADF
Decimal217234223
Binary110110011110101011011111
Octal331352337

Shades and tints

Shades of #D9EADF

#D9EADF
(217,234,223)
#C6D5CB
(198,213,203)
#B3C0B7
(179,192,183)
#A0ABA3
(160,171,163)
#8D968F
(141,150,143)
#7A817B
(122,129,123)
#676C67
(103,108,103)
#545753
(84,87,83)
#41423F
(65,66,63)
#2E2D2B
(46,45,43)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #D9EADF

#D9EADF
(217,234,223)
#DCEBE1
(220,235,225)
#DFECE3
(223,236,227)
#E2EDE5
(226,237,229)
#E5EEE7
(229,238,231)
#E8EFE9
(232,239,233)
#EBF0EB
(235,240,235)
#EEF1ED
(238,241,237)
#F1F2EF
(241,242,239)
#F4F3F1
(244,243,241)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EADF; }

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

This text font color is #D9EADF.


Background Color

.myBgColor { background-color: #D9EADF; }

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

This div background color is #D9EADF.


Border color

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

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

This div border color is #D9EADF.


Opacity

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

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

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

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

This text has shadow with #D9EADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EADF on black background.


Color preview on white background

This text has color #D9EADF on white background.



Black color preview on #D9EADF background

This text has black color on #D9EADF background.


White color preview on #D9EADF background

This text has white color on #D9EADF background.