COLOR #D9E6E2

HEX: #D9E6E2
RGB: (217,230,226)

Color info

#D9E6E2 contains red, green and blue colors in about the same proportion. Web safe color of #D9E6E2 is #CCCCCC (or #CCC).

RGB color model

#D9E6E2 color RGB value is (217,230,226).

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

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 226 of 255 = 89%

217
230
226

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

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 226 = 673 (100%)
R 217 of 673 ~ 32.24%
G 230 of 673 ~ 34.18%
B 226 of 673 ~ 33.58%

%32.24
%34.18
%33.58

CMYK color model

#D9E6E2 color CMYK value is (6,0,2,10).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK:
(6,0,2,10)
C6M0Y2K10 
(6%,0%,2%,10%)
(0.06/0.00/0.02/0.10)	

CMYK percentages

%5.65
%0
%1.74
%9.8

Codes

Color #D9E6E2 in popluar color models

D9E6E2
RGB217230226
HSL162°20.63%87.65%
HSB/HSV162°5.65%90.20%
CMYK5.65%0.00%1.74%
9.80%

Color #D9E6E2 in popluar number systems.

HEXD9E6E2
Decimal217230226
Binary110110011110011011100010
Octal331346342

Shades and tints

Shades of #D9E6E2

#D9E6E2
(217,230,226)
#C6D2CE
(198,210,206)
#B3BEBA
(179,190,186)
#A0AAA6
(160,170,166)
#8D9692
(141,150,146)
#7A827E
(122,130,126)
#676E6A
(103,110,106)
#545A56
(84,90,86)
#414642
(65,70,66)
#2E322E
(46,50,46)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #D9E6E2

#D9E6E2
(217,230,226)
#DCE8E4
(220,232,228)
#DFEAE6
(223,234,230)
#E2ECE8
(226,236,232)
#E5EEEA
(229,238,234)
#E8F0EC
(232,240,236)
#EBF2EE
(235,242,238)
#EEF4F0
(238,244,240)
#F1F6F2
(241,246,242)
#F4F8F4
(244,248,244)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6E2; }

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

This text font color is #D9E6E2.


Background Color

.myBgColor { background-color: #D9E6E2; }

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

This div background color is #D9E6E2.


Border color

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

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

This div border color is #D9E6E2.


Opacity

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

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

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

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

This text has shadow with #D9E6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6E2 on black background.


Color preview on white background

This text has color #D9E6E2 on white background.



Black color preview on #D9E6E2 background

This text has black color on #D9E6E2 background.


White color preview on #D9E6E2 background

This text has white color on #D9E6E2 background.