COLOR #D9E8C3

HEX: #D9E8C3
RGB: (217,232,195)

Color info

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

RGB color model

#D9E8C3 color RGB value is (217,232,195).

  • red value is 217;
  • green value is 232;
  • blue value is 195.
RGB:
(217,232,195)
(85%,91%,76%)

RGB channels and saturation

R 217 of 255 = 85%
G 232 of 255 = 91%
B 195 of 255 = 76%

217
232
195

R + G + B ~ 84%. #D9E8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 232 + 195 = 644 (100%)
R 217 of 644 ~ 33.7%
G 232 of 644 ~ 36.02%
B 195 of 644 ~ 30.28%

%33.7
%36.02
%30.28

CMYK color model

#D9E8C3 color CMYK value is (6,0,16,9).

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 9.02%
CMYK:
(6,0,16,9)
C6M0Y16K9 
(6%,0%,16%,9%)
(0.06/0.00/0.16/0.09)	

CMYK percentages

%6.47
%0
%15.95
%9.02

Codes

Color #D9E8C3 in popluar color models

D9E8C3
RGB217232195
HSL84°44.58%83.73%
HSB/HSV84°15.95%90.98%
CMYK6.47%0.00%15.95%
9.02%

Color #D9E8C3 in popluar number systems.

HEXD9E8C3
Decimal217232195
Binary110110011110100011000011
Octal331350303

Shades and tints

Shades of #D9E8C3

#D9E8C3
(217,232,195)
#C6D3B2
(198,211,178)
#B3BEA1
(179,190,161)
#A0A990
(160,169,144)
#8D947F
(141,148,127)
#7A7F6E
(122,127,110)
#676A5D
(103,106,93)
#54554C
(84,85,76)
#41403B
(65,64,59)
#2E2B2A
(46,43,42)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #D9E8C3

#D9E8C3
(217,232,195)
#DCEAC8
(220,234,200)
#DFECCD
(223,236,205)
#E2EED2
(226,238,210)
#E5F0D7
(229,240,215)
#E8F2DC
(232,242,220)
#EBF4E1
(235,244,225)
#EEF6E6
(238,246,230)
#F1F8EB
(241,248,235)
#F4FAF0
(244,250,240)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E8C3 color. Also use rgb(217,232,195) instead hex code.

Text Font Color

.myTextColor { color: #D9E8C3; }

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

This text font color is #D9E8C3.


Background Color

.myBgColor { background-color: #D9E8C3; }

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

This div background color is #D9E8C3.


Border color

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

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

This div border color is #D9E8C3.


Opacity

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

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

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

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

This text has shadow with #D9E8C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E8C3 on black background.


Color preview on white background

This text has color #D9E8C3 on white background.



Black color preview on #D9E8C3 background

This text has black color on #D9E8C3 background.


White color preview on #D9E8C3 background

This text has white color on #D9E8C3 background.