COLOR #D9E6CE

HEX: #D9E6CE
RGB: (217,230,206)

Color info

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

RGB color model

#D9E6CE color RGB value is (217,230,206).

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

RGB channels and saturation

R 217 of 255 = 85%
G 230 of 255 = 90%
B 206 of 255 = 81%

217
230
206

R + G + B ~ 85%. #D9E6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 230 + 206 = 653 (100%)
R 217 of 653 ~ 33.23%
G 230 of 653 ~ 35.22%
B 206 of 653 ~ 31.55%

%33.23
%35.22
%31.55

CMYK color model

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

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(6,0,10,10)
C6M0Y10K10 
(6%,0%,10%,10%)
(0.06/0.00/0.10/0.10)	

CMYK percentages

%5.65
%0
%10.43
%9.8

Codes

Color #D9E6CE in popluar color models

D9E6CE
RGB217230206
HSL93°32.43%85.49%
HSB/HSV93°10.43%90.20%
CMYK5.65%0.00%10.43%
9.80%

Color #D9E6CE in popluar number systems.

HEXD9E6CE
Decimal217230206
Binary110110011110011011001110
Octal331346316

Shades and tints

Shades of #D9E6CE

#D9E6CE
(217,230,206)
#C6D2BC
(198,210,188)
#B3BEAA
(179,190,170)
#A0AA98
(160,170,152)
#8D9686
(141,150,134)
#7A8274
(122,130,116)
#676E62
(103,110,98)
#545A50
(84,90,80)
#41463E
(65,70,62)
#2E322C
(46,50,44)
#1B1E1A
(27,30,26)
#000000
(0,0,0)

Tints of #D9E6CE

#D9E6CE
(217,230,206)
#DCE8D2
(220,232,210)
#DFEAD6
(223,234,214)
#E2ECDA
(226,236,218)
#E5EEDE
(229,238,222)
#E8F0E2
(232,240,226)
#EBF2E6
(235,242,230)
#EEF4EA
(238,244,234)
#F1F6EE
(241,246,238)
#F4F8F2
(244,248,242)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E6CE; }

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

This text font color is #D9E6CE.


Background Color

.myBgColor { background-color: #D9E6CE; }

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

This div background color is #D9E6CE.


Border color

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

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

This div border color is #D9E6CE.


Opacity

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

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

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

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

This text has shadow with #D9E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E6CE on black background.


Color preview on white background

This text has color #D9E6CE on white background.



Black color preview on #D9E6CE background

This text has black color on #D9E6CE background.


White color preview on #D9E6CE background

This text has white color on #D9E6CE background.