COLOR #D9EEE9

HEX: #D9EEE9
RGB: (217,238,233)

Color info

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

RGB color model

#D9EEE9 color RGB value is (217,238,233).

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

RGB channels and saturation

R 217 of 255 = 85%
G 238 of 255 = 93%
B 233 of 255 = 91%

217
238
233

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

Portions of RGB colors in percentages

R + G + B =
217 + 238 + 233 = 688 (100%)
R 217 of 688 ~ 31.54%
G 238 of 688 ~ 34.59%
B 233 of 688 ~ 33.87%

%31.54
%34.59
%33.87

CMYK color model

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

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

CMYK percentages

%8.82
%0
%2.1
%6.67

Codes

Color #D9EEE9 in popluar color models

D9EEE9
RGB217238233
HSL166°38.18%89.22%
HSB/HSV166°8.82%93.33%
CMYK8.82%0.00%2.10%
6.67%

Color #D9EEE9 in popluar number systems.

HEXD9EEE9
Decimal217238233
Binary110110011110111011101001
Octal331356351

Shades and tints

Shades of #D9EEE9

#D9EEE9
(217,238,233)
#C6D9D4
(198,217,212)
#B3C4BF
(179,196,191)
#A0AFAA
(160,175,170)
#8D9A95
(141,154,149)
#7A8580
(122,133,128)
#67706B
(103,112,107)
#545B56
(84,91,86)
#414641
(65,70,65)
#2E312C
(46,49,44)
#1B1C17
(27,28,23)
#000000
(0,0,0)

Tints of #D9EEE9

#D9EEE9
(217,238,233)
#DCEFEB
(220,239,235)
#DFF0ED
(223,240,237)
#E2F1EF
(226,241,239)
#E5F2F1
(229,242,241)
#E8F3F3
(232,243,243)
#EBF4F5
(235,244,245)
#EEF5F7
(238,245,247)
#F1F6F9
(241,246,249)
#F4F7FB
(244,247,251)
#F7F8FD
(247,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EEE9; }

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

This text font color is #D9EEE9.


Background Color

.myBgColor { background-color: #D9EEE9; }

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

This div background color is #D9EEE9.


Border color

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

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

This div border color is #D9EEE9.


Opacity

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

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

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

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

This text has shadow with #D9EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EEE9 on black background.


Color preview on white background

This text has color #D9EEE9 on white background.



Black color preview on #D9EEE9 background

This text has black color on #D9EEE9 background.


White color preview on #D9EEE9 background

This text has white color on #D9EEE9 background.