COLOR #D9E9E6

HEX: #D9E9E6
RGB: (217,233,230)

Color info

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

RGB color model

#D9E9E6 color RGB value is (217,233,230).

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

RGB channels and saturation

R 217 of 255 = 85%
G 233 of 255 = 91%
B 230 of 255 = 90%

217
233
230

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

Portions of RGB colors in percentages

R + G + B =
217 + 233 + 230 = 680 (100%)
R 217 of 680 ~ 31.91%
G 233 of 680 ~ 34.26%
B 230 of 680 ~ 33.82%

%31.91
%34.26
%33.82

CMYK color model

#D9E9E6 color CMYK value is (7,0,1,9).

  • cyan value is 6.87%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 8.63%
CMYK:
(7,0,1,9)
C7M0Y1K9 
(7%,0%,1%,9%)
(0.07/0.00/0.01/0.09)	

CMYK percentages

%6.87
%0
%1.29
%8.63

Codes

Color #D9E9E6 in popluar color models

D9E9E6
RGB217233230
HSL169°26.67%88.24%
HSB/HSV169°6.87%91.37%
CMYK6.87%0.00%1.29%
8.63%

Color #D9E9E6 in popluar number systems.

HEXD9E9E6
Decimal217233230
Binary110110011110100111100110
Octal331351346

Shades and tints

Shades of #D9E9E6

#D9E9E6
(217,233,230)
#C6D4D2
(198,212,210)
#B3BFBE
(179,191,190)
#A0AAAA
(160,170,170)
#8D9596
(141,149,150)
#7A8082
(122,128,130)
#676B6E
(103,107,110)
#54565A
(84,86,90)
#414146
(65,65,70)
#2E2C32
(46,44,50)
#1B171E
(27,23,30)
#000000
(0,0,0)

Tints of #D9E9E6

#D9E9E6
(217,233,230)
#DCEBE8
(220,235,232)
#DFEDEA
(223,237,234)
#E2EFEC
(226,239,236)
#E5F1EE
(229,241,238)
#E8F3F0
(232,243,240)
#EBF5F2
(235,245,242)
#EEF7F4
(238,247,244)
#F1F9F6
(241,249,246)
#F4FBF8
(244,251,248)
#F7FDFA
(247,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E9E6; }

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

This text font color is #D9E9E6.


Background Color

.myBgColor { background-color: #D9E9E6; }

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

This div background color is #D9E9E6.


Border color

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

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

This div border color is #D9E9E6.


Opacity

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

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

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

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

This text has shadow with #D9E9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E9E6 on black background.


Color preview on white background

This text has color #D9E9E6 on white background.



Black color preview on #D9E9E6 background

This text has black color on #D9E9E6 background.


White color preview on #D9E9E6 background

This text has white color on #D9E9E6 background.