COLOR #D9D3CB

HEX: #D9D3CB
RGB: (217,211,203)

Color info

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

RGB color model

#D9D3CB color RGB value is (217,211,203).

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

RGB channels and saturation

R 217 of 255 = 85%
G 211 of 255 = 83%
B 203 of 255 = 80%

217
211
203

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

Portions of RGB colors in percentages

R + G + B =
217 + 211 + 203 = 631 (100%)
R 217 of 631 ~ 34.39%
G 211 of 631 ~ 33.44%
B 203 of 631 ~ 32.17%

%34.39
%33.44
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 6.45%
  • key color value is 14.90%
CMYK:
(0,3,6,15)
C0M3Y6K15 
(0%,3%,6%,15%)
(0.00/0.03/0.06/0.15)	

CMYK percentages

%0
%2.76
%6.45
%14.9

Codes

Color #D9D3CB in popluar color models

D9D3CB
RGB217211203
HSL34°15.56%82.35%
HSB/HSV34°6.45%85.10%
CMYK0.00%2.76%6.45%
14.90%

Color #D9D3CB in popluar number systems.

HEXD9D3CB
Decimal217211203
Binary110110011101001111001011
Octal331323313

Shades and tints

Shades of #D9D3CB

#D9D3CB
(217,211,203)
#C6C0B9
(198,192,185)
#B3ADA7
(179,173,167)
#A09A95
(160,154,149)
#8D8783
(141,135,131)
#7A7471
(122,116,113)
#67615F
(103,97,95)
#544E4D
(84,78,77)
#413B3B
(65,59,59)
#2E2829
(46,40,41)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #D9D3CB

#D9D3CB
(217,211,203)
#DCD7CF
(220,215,207)
#DFDBD3
(223,219,211)
#E2DFD7
(226,223,215)
#E5E3DB
(229,227,219)
#E8E7DF
(232,231,223)
#EBEBE3
(235,235,227)
#EEEFE7
(238,239,231)
#F1F3EB
(241,243,235)
#F4F7EF
(244,247,239)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D3CB; }

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

This text font color is #D9D3CB.


Background Color

.myBgColor { background-color: #D9D3CB; }

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

This div background color is #D9D3CB.


Border color

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

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

This div border color is #D9D3CB.


Opacity

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

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

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

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

This text has shadow with #D9D3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D3CB on black background.


Color preview on white background

This text has color #D9D3CB on white background.



Black color preview on #D9D3CB background

This text has black color on #D9D3CB background.


White color preview on #D9D3CB background

This text has white color on #D9D3CB background.