COLOR #D9E4C9

HEX: #D9E4C9
RGB: (217,228,201)

Color info

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

RGB color model

#D9E4C9 color RGB value is (217,228,201).

  • red value is 217;
  • green value is 228;
  • blue value is 201.
RGB:
(217,228,201)
(85%,89%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 228 of 255 = 89%
B 201 of 255 = 79%

217
228
201

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

Portions of RGB colors in percentages

R + G + B =
217 + 228 + 201 = 646 (100%)
R 217 of 646 ~ 33.59%
G 228 of 646 ~ 35.29%
B 201 of 646 ~ 31.11%

%33.59
%35.29
%31.11

CMYK color model

#D9E4C9 color CMYK value is (5,0,12,11).

  • cyan value is 4.82%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 10.59%
CMYK:
(5,0,12,11)
C5M0Y12K11 
(5%,0%,12%,11%)
(0.05/0.00/0.12/0.11)	

CMYK percentages

%4.82
%0
%11.84
%10.59

Codes

Color #D9E4C9 in popluar color models

D9E4C9
RGB217228201
HSL84°33.33%84.12%
HSB/HSV84°11.84%89.41%
CMYK4.82%0.00%11.84%
10.59%

Color #D9E4C9 in popluar number systems.

HEXD9E4C9
Decimal217228201
Binary110110011110010011001001
Octal331344311

Shades and tints

Shades of #D9E4C9

#D9E4C9
(217,228,201)
#C6D0B7
(198,208,183)
#B3BCA5
(179,188,165)
#A0A893
(160,168,147)
#8D9481
(141,148,129)
#7A806F
(122,128,111)
#676C5D
(103,108,93)
#54584B
(84,88,75)
#414439
(65,68,57)
#2E3027
(46,48,39)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #D9E4C9

#D9E4C9
(217,228,201)
#DCE6CD
(220,230,205)
#DFE8D1
(223,232,209)
#E2EAD5
(226,234,213)
#E5ECD9
(229,236,217)
#E8EEDD
(232,238,221)
#EBF0E1
(235,240,225)
#EEF2E5
(238,242,229)
#F1F4E9
(241,244,233)
#F4F6ED
(244,246,237)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E4C9 color. Also use rgb(217,228,201) instead hex code.

Text Font Color

.myTextColor { color: #D9E4C9; }

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

This text font color is #D9E4C9.


Background Color

.myBgColor { background-color: #D9E4C9; }

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

This div background color is #D9E4C9.


Border color

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

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

This div border color is #D9E4C9.


Opacity

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

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

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

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

This text has shadow with #D9E4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E4C9 on black background.


Color preview on white background

This text has color #D9E4C9 on white background.



Black color preview on #D9E4C9 background

This text has black color on #D9E4C9 background.


White color preview on #D9E4C9 background

This text has white color on #D9E4C9 background.