COLOR #D9DFCD

HEX: #D9DFCD
RGB: (217,223,205)

Color info

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

RGB color model

#D9DFCD color RGB value is (217,223,205).

  • red value is 217;
  • green value is 223;
  • blue value is 205.
RGB:
(217,223,205)
(85%,87%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 223 of 255 = 87%
B 205 of 255 = 80%

217
223
205

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

Portions of RGB colors in percentages

R + G + B =
217 + 223 + 205 = 645 (100%)
R 217 of 645 ~ 33.64%
G 223 of 645 ~ 34.57%
B 205 of 645 ~ 31.78%

%33.64
%34.57
%31.78

CMYK color model

#D9DFCD color CMYK value is (3,0,8,13).

  • cyan value is 2.69%
  • magenta value is 0.00%
  • yellow value is 8.07%
  • key color value is 12.55%
CMYK:
(3,0,8,13)
C3M0Y8K13 
(3%,0%,8%,13%)
(0.03/0.00/0.08/0.13)	

CMYK percentages

%2.69
%0
%8.07
%12.55

Codes

Color #D9DFCD in popluar color models

D9DFCD
RGB217223205
HSL80°21.95%83.92%
HSB/HSV80°8.07%87.45%
CMYK2.69%0.00%8.07%
12.55%

Color #D9DFCD in popluar number systems.

HEXD9DFCD
Decimal217223205
Binary110110011101111111001101
Octal331337315

Shades and tints

Shades of #D9DFCD

#D9DFCD
(217,223,205)
#C6CBBB
(198,203,187)
#B3B7A9
(179,183,169)
#A0A397
(160,163,151)
#8D8F85
(141,143,133)
#7A7B73
(122,123,115)
#676761
(103,103,97)
#54534F
(84,83,79)
#413F3D
(65,63,61)
#2E2B2B
(46,43,43)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9DFCD

#D9DFCD
(217,223,205)
#DCE1D1
(220,225,209)
#DFE3D5
(223,227,213)
#E2E5D9
(226,229,217)
#E5E7DD
(229,231,221)
#E8E9E1
(232,233,225)
#EBEBE5
(235,235,229)
#EEEDE9
(238,237,233)
#F1EFED
(241,239,237)
#F4F1F1
(244,241,241)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DFCD color. Also use rgb(217,223,205) instead hex code.

Text Font Color

.myTextColor { color: #D9DFCD; }

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

This text font color is #D9DFCD.


Background Color

.myBgColor { background-color: #D9DFCD; }

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

This div background color is #D9DFCD.


Border color

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

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

This div border color is #D9DFCD.


Opacity

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

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

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

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

This text has shadow with #D9DFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DFCD on black background.


Color preview on white background

This text has color #D9DFCD on white background.



Black color preview on #D9DFCD background

This text has black color on #D9DFCD background.


White color preview on #D9DFCD background

This text has white color on #D9DFCD background.