COLOR #D9D2CB

HEX: #D9D2CB
RGB: (217,210,203)

Color info

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

RGB color model

#D9D2CB color RGB value is (217,210,203).

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

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 203 of 255 = 80%

217
210
203

R + G + B ~ 82%. #D9D2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 203 = 630 (100%)
R 217 of 630 ~ 34.44%
G 210 of 630 ~ 33.33%
B 203 of 630 ~ 32.22%

%34.44
%33.33
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.23%
  • 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
%3.23
%6.45
%14.9

Codes

Color #D9D2CB in popluar color models

D9D2CB
RGB217210203
HSL30°15.56%82.35%
HSB/HSV30°6.45%85.10%
CMYK0.00%3.23%6.45%
14.90%

Color #D9D2CB in popluar number systems.

HEXD9D2CB
Decimal217210203
Binary110110011101001011001011
Octal331322313

Shades and tints

Shades of #D9D2CB

#D9D2CB
(217,210,203)
#C6BFB9
(198,191,185)
#B3ACA7
(179,172,167)
#A09995
(160,153,149)
#8D8683
(141,134,131)
#7A7371
(122,115,113)
#67605F
(103,96,95)
#544D4D
(84,77,77)
#413A3B
(65,58,59)
#2E2729
(46,39,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #D9D2CB

#D9D2CB
(217,210,203)
#DCD6CF
(220,214,207)
#DFDAD3
(223,218,211)
#E2DED7
(226,222,215)
#E5E2DB
(229,226,219)
#E8E6DF
(232,230,223)
#EBEAE3
(235,234,227)
#EEEEE7
(238,238,231)
#F1F2EB
(241,242,235)
#F4F6EF
(244,246,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D2CB; }

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

This text font color is #D9D2CB.


Background Color

.myBgColor { background-color: #D9D2CB; }

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

This div background color is #D9D2CB.


Border color

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

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

This div border color is #D9D2CB.


Opacity

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

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

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

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

This text has shadow with #D9D2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2CB on black background.


Color preview on white background

This text has color #D9D2CB on white background.



Black color preview on #D9D2CB background

This text has black color on #D9D2CB background.


White color preview on #D9D2CB background

This text has white color on #D9D2CB background.