COLOR #D9D7CB

HEX: #D9D7CB
RGB: (217,215,203)

Color info

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

RGB color model

#D9D7CB color RGB value is (217,215,203).

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

RGB channels and saturation

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

217
215
203

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

Portions of RGB colors in percentages

R + G + B =
217 + 215 + 203 = 635 (100%)
R 217 of 635 ~ 34.17%
G 215 of 635 ~ 33.86%
B 203 of 635 ~ 31.97%

%34.17
%33.86
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,1,6,15)
C0M1Y6K15 
(0%,1%,6%,15%)
(0.00/0.01/0.06/0.15)	

CMYK percentages

%0
%0.92
%6.45
%14.9

Codes

Color #D9D7CB in popluar color models

D9D7CB
RGB217215203
HSL51°15.56%82.35%
HSB/HSV51°6.45%85.10%
CMYK0.00%0.92%6.45%
14.90%

Color #D9D7CB in popluar number systems.

HEXD9D7CB
Decimal217215203
Binary110110011101011111001011
Octal331327313

Shades and tints

Shades of #D9D7CB

#D9D7CB
(217,215,203)
#C6C4B9
(198,196,185)
#B3B1A7
(179,177,167)
#A09E95
(160,158,149)
#8D8B83
(141,139,131)
#7A7871
(122,120,113)
#67655F
(103,101,95)
#54524D
(84,82,77)
#413F3B
(65,63,59)
#2E2C29
(46,44,41)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #D9D7CB

#D9D7CB
(217,215,203)
#DCDACF
(220,218,207)
#DFDDD3
(223,221,211)
#E2E0D7
(226,224,215)
#E5E3DB
(229,227,219)
#E8E6DF
(232,230,223)
#EBE9E3
(235,233,227)
#EEECE7
(238,236,231)
#F1EFEB
(241,239,235)
#F4F2EF
(244,242,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D7CB; }

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

This text font color is #D9D7CB.


Background Color

.myBgColor { background-color: #D9D7CB; }

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

This div background color is #D9D7CB.


Border color

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

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

This div border color is #D9D7CB.


Opacity

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

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

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

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

This text has shadow with #D9D7CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D7CB on black background.


Color preview on white background

This text has color #D9D7CB on white background.



Black color preview on #D9D7CB background

This text has black color on #D9D7CB background.


White color preview on #D9D7CB background

This text has white color on #D9D7CB background.