COLOR #D9D5CB

HEX: #D9D5CB
RGB: (217,213,203)

Color info

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

RGB color model

#D9D5CB color RGB value is (217,213,203).

  • red value is 217;
  • green value is 213;
  • blue value is 203.
RGB:
(217,213,203)
(85%,84%,80%)

RGB channels and saturation

R 217 of 255 = 85%
G 213 of 255 = 84%
B 203 of 255 = 80%

217
213
203

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

Portions of RGB colors in percentages

R + G + B =
217 + 213 + 203 = 633 (100%)
R 217 of 633 ~ 34.28%
G 213 of 633 ~ 33.65%
B 203 of 633 ~ 32.07%

%34.28
%33.65
%32.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.84%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,2,6,15)
C0M2Y6K15 
(0%,2%,6%,15%)
(0.00/0.02/0.06/0.15)	

CMYK percentages

%0
%1.84
%6.45
%14.9

Codes

Color #D9D5CB in popluar color models

D9D5CB
RGB217213203
HSL43°15.56%82.35%
HSB/HSV43°6.45%85.10%
CMYK0.00%1.84%6.45%
14.90%

Color #D9D5CB in popluar number systems.

HEXD9D5CB
Decimal217213203
Binary110110011101010111001011
Octal331325313

Shades and tints

Shades of #D9D5CB

#D9D5CB
(217,213,203)
#C6C2B9
(198,194,185)
#B3AFA7
(179,175,167)
#A09C95
(160,156,149)
#8D8983
(141,137,131)
#7A7671
(122,118,113)
#67635F
(103,99,95)
#54504D
(84,80,77)
#413D3B
(65,61,59)
#2E2A29
(46,42,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9D5CB

#D9D5CB
(217,213,203)
#DCD8CF
(220,216,207)
#DFDBD3
(223,219,211)
#E2DED7
(226,222,215)
#E5E1DB
(229,225,219)
#E8E4DF
(232,228,223)
#EBE7E3
(235,231,227)
#EEEAE7
(238,234,231)
#F1EDEB
(241,237,235)
#F4F0EF
(244,240,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9D5CB color. Also use rgb(217,213,203) instead hex code.

Text Font Color

.myTextColor { color: #D9D5CB; }

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

This text font color is #D9D5CB.


Background Color

.myBgColor { background-color: #D9D5CB; }

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

This div background color is #D9D5CB.


Border color

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

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

This div border color is #D9D5CB.


Opacity

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

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

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

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

This text has shadow with #D9D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D5CB on black background.


Color preview on white background

This text has color #D9D5CB on white background.



Black color preview on #D9D5CB background

This text has black color on #D9D5CB background.


White color preview on #D9D5CB background

This text has white color on #D9D5CB background.