COLOR #D9E6D6

HEX: #D9E6D6 RGB: (217,230,214)

Color info

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

RGB color model

#D9E6D6 color RGB value is (217,230,214).

RGB: (217,230,214) (85%, 90%, 84%)

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 214 of 255 = 84%

217
230
214

R + G + B ~ 86%. #D9E6D6 is light color.

Portions of RGB colors in percentages

R + G + B = 217 + 230 + 214 = 661 (100%)
R 217 of 661 ~ 32.83%
G 230 of 661 ~ 34.8%
B 214 of 661 ~ 32.38'%

%32.83
%34.8
%32.38

CMYK color model

#D9E6D6 color CMYK value is (6,0,7,10).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 9.80%
CMYK: (6,0,7,10) C6M0Y7K10 (6%,0%,7%,10%) (0.06/0.00/0.07/0.10) 

CMYK percentages

%5.65
%0
%6.96
%9.8

Codes

Color #D9E6D6 in popluar color models

D9 E6 D6
RGB 217 230 214
HSL 109° 24.24% 87.06%
HSB/HSV 109° 6.96% 90.20%
CMYK 5.65% 0.00% 6.96%
9.80%

Color #D9E6D6 in popluar number systems.

HEX D9 E6 D6
Decimal 217 230 214
Binary 11011001 11100110 11010110
Octal 331 346 326

Shades and tints

Shades of #D9E6D6

#D9E6D6
(217,230,214)
#C6D2C3
(198,210,195)
#B3BEB0
(179,190,176)
#A0AA9D
(160,170,157)
#8D968A
(141,150,138)
#7A8277
(122,130,119)
#676E64
(103,110,100)
#545A51
(84,90,81)
#41463E
(65,70,62)
#2E322B
(46,50,43)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #D9E6D6

#D9E6D6
(217,230,214)
#DCE8D9
(220,232,217)
#DFEADC
(223,234,220)
#E2ECDF
(226,236,223)
#E5EEE2
(229,238,226)
#E8F0E5
(232,240,229)
#EBF2E8
(235,242,232)
#EEF4EB
(238,244,235)
#F1F6EE
(241,246,238)
#F4F8F1
(244,248,241)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6D6; }

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

This text font color is #D9E6D6.

Background Color

.myBgColor { background-color: #D9E6D6; }

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

This div background color is #D9E6D6.

Border color

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

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

This div border color is #D9E6D6.

Opacity

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

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

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

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

This text has shadow with #D9E6D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E6D6.

Preview

Color preview on black background

This text has color #D9E6D6 on black background.


Color preview on white background

This text has color #D9E6D6 on white background.


Black color preview on #D9E6D6 background

This text has black color on #D9E6D6 background.


White color preview on #D9E6D6 background

This text has white color on #D9E6D6 background.


Related colors

Complementary color

Complementary color for #hex is #261929.


I love getcolorcode.com

Triadic colors

1 #D6D9E6 and #E6D6D9 with #D9E6D6 are triadic colors.

2 #D6E6D9 and #E6D9D6 with #D9E6D6 are triadic colors.