COLOR #D9D8CD

HEX: #D9D8CD RGB: (217,216,205)

Color info

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

RGB color model

#D9D8CD color RGB value is (217,216,205).

RGB: (217,216,205) (85%, 85%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 216 of 255 = 85%
B 205 of 255 = 80%

217
216
205

R + G + B ~ 83%. #D9D8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 216 + 205 = 638 (100%)
R 217 of 638 ~ 34.01%
G 216 of 638 ~ 33.86%
B 205 of 638 ~ 32.13'%

%34.01
%33.86
%32.13

CMYK color model

#D9D8CD color CMYK value is (0,0,6,15).

  • cyan value is 0.00%
  • magenta value is 0.46%
  • yellow value is 5.53%
  • key color value is 14.90%

CMYK: (0,0,6,15)
C0M0Y6K15 (0%, 0%, 6%, 15%)
(0.00 / 0.00 / 0.06 / 0.15)

CMYK percentages

%0
%0.46
%5.53
%14.9

Codes

Color #D9D8CD in popluar color models

D9 D8 CD
RGB 217 216 205
HSL 55° 13.64% 82.75%
HSB/HSV 55° 5.53% 85.10%
CMYK 0.00% 0.46% 5.53%
14.90%

Color #D9D8CD in popluar number systems.

HEX D9 D8 CD
Decimal 217 216 205
Binary 11011001 11011000 11001101
Octal 331 330 315

Shades and tints

Shades of #D9D8CD

#D9D8CD
(217,216,205)
#C6C5BB
(198,197,187)
#B3B2A9
(179,178,169)
#A09F97
(160,159,151)
#8D8C85
(141,140,133)
#7A7973
(122,121,115)
#676661
(103,102,97)
#54534F
(84,83,79)
#41403D
(65,64,61)
#2E2D2B
(46,45,43)
#1B1A19
(27,26,25)
#000000
(0,0,0)

Tints of #D9D8CD

#D9D8CD
(217,216,205)
#DCDBD1
(220,219,209)
#DFDED5
(223,222,213)
#E2E1D9
(226,225,217)
#E5E4DD
(229,228,221)
#E8E7E1
(232,231,225)
#EBEAE5
(235,234,229)
#EEEDE9
(238,237,233)
#F1F0ED
(241,240,237)
#F4F3F1
(244,243,241)
#F7F6F5
(247,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D8CD; }

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

This text font color is #D9D8CD.

Background Color

.myBgColor { background-color: #D9D8CD; }

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

This div background color is #D9D8CD.

Border color

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

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

This div border color is #D9D8CD.

Opacity

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

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

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

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

This text has shadow with #D9D8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9D8CD.

Preview

Color preview on black background

This text has color #D9D8CD on black background.


Color preview on white background

This text has color #D9D8CD on white background.


Black color preview on #D9D8CD background

This text has black color on #D9D8CD background.


White color preview on #D9D8CD background

This text has white color on #D9D8CD background.


Related colors

Complementary color

Complementary color for #hex is #262732.


I love getcolorcode.com

Triadic colors

1 #CDD9D8 and #D8CDD9 with #D9D8CD are triadic colors.

2 #CDD8D9 and #D8D9CD with #D9D8CD are triadic colors.