COLOR #D9E8C2

HEX: #D9E8C2
RGB: (217,232,194)

Color info

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

RGB color model

#D9E8C2 color RGB value is (217,232,194).

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

RGB channels and saturation

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

217
232
194

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

Portions of RGB colors in percentages

R + G + B =
217 + 232 + 194 = 643 (100%)
R 217 of 643 ~ 33.75%
G 232 of 643 ~ 36.08%
B 194 of 643 ~ 30.17%

%33.75
%36.08
%30.17

CMYK color model

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

  • cyan value is 6.47%
  • magenta value is 0.00%
  • yellow value is 16.38%
  • 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
%16.38
%9.02

Codes

Color #D9E8C2 in popluar color models

D9E8C2
RGB217232194
HSL84°45.24%83.53%
HSB/HSV84°16.38%90.98%
CMYK6.47%0.00%16.38%
9.02%

Color #D9E8C2 in popluar number systems.

HEXD9E8C2
Decimal217232194
Binary110110011110100011000010
Octal331350302

Shades and tints

Shades of #D9E8C2

#D9E8C2
(217,232,194)
#C6D3B1
(198,211,177)
#B3BEA0
(179,190,160)
#A0A98F
(160,169,143)
#8D947E
(141,148,126)
#7A7F6D
(122,127,109)
#676A5C
(103,106,92)
#54554B
(84,85,75)
#41403A
(65,64,58)
#2E2B29
(46,43,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #D9E8C2

#D9E8C2
(217,232,194)
#DCEAC7
(220,234,199)
#DFECCC
(223,236,204)
#E2EED1
(226,238,209)
#E5F0D6
(229,240,214)
#E8F2DB
(232,242,219)
#EBF4E0
(235,244,224)
#EEF6E5
(238,246,229)
#F1F8EA
(241,248,234)
#F4FAEF
(244,250,239)
#F7FCF4
(247,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E8C2; }

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

This text font color is #D9E8C2.


Background Color

.myBgColor { background-color: #D9E8C2; }

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

This div background color is #D9E8C2.


Border color

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

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

This div border color is #D9E8C2.


Opacity

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

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

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

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

This text has shadow with #D9E8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E8C2 on black background.


Color preview on white background

This text has color #D9E8C2 on white background.



Black color preview on #D9E8C2 background

This text has black color on #D9E8C2 background.


White color preview on #D9E8C2 background

This text has white color on #D9E8C2 background.