COLOR #D9D2BC

HEX: #D9D2BC
RGB: (217,210,188)

Color info

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

RGB color model

#D9D2BC color RGB value is (217,210,188).

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

RGB channels and saturation

R 217 of 255 = 85%
G 210 of 255 = 82%
B 188 of 255 = 74%

217
210
188

R + G + B ~ 80%. #D9D2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 210 + 188 = 615 (100%)
R 217 of 615 ~ 35.28%
G 210 of 615 ~ 34.15%
B 188 of 615 ~ 30.57%

%35.28
%34.15
%30.57

CMYK color model

#D9D2BC color CMYK value is (0,3,13,15).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 13.36%
  • key color value is 14.90%
CMYK:
(0,3,13,15)
C0M3Y13K15 
(0%,3%,13%,15%)
(0.00/0.03/0.13/0.15)	

CMYK percentages

%0
%3.23
%13.36
%14.9

Codes

Color #D9D2BC in popluar color models

D9D2BC
RGB217210188
HSL46°27.62%79.41%
HSB/HSV46°13.36%85.10%
CMYK0.00%3.23%13.36%
14.90%

Color #D9D2BC in popluar number systems.

HEXD9D2BC
Decimal217210188
Binary110110011101001010111100
Octal331322274

Shades and tints

Shades of #D9D2BC

#D9D2BC
(217,210,188)
#C6BFAB
(198,191,171)
#B3AC9A
(179,172,154)
#A09989
(160,153,137)
#8D8678
(141,134,120)
#7A7367
(122,115,103)
#676056
(103,96,86)
#544D45
(84,77,69)
#413A34
(65,58,52)
#2E2723
(46,39,35)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #D9D2BC

#D9D2BC
(217,210,188)
#DCD6C2
(220,214,194)
#DFDAC8
(223,218,200)
#E2DECE
(226,222,206)
#E5E2D4
(229,226,212)
#E8E6DA
(232,230,218)
#EBEAE0
(235,234,224)
#EEEEE6
(238,238,230)
#F1F2EC
(241,242,236)
#F4F6F2
(244,246,242)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9D2BC; }

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

This text font color is #D9D2BC.


Background Color

.myBgColor { background-color: #D9D2BC; }

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

This div background color is #D9D2BC.


Border color

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

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

This div border color is #D9D2BC.


Opacity

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

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

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

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

This text has shadow with #D9D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9D2BC on black background.


Color preview on white background

This text has color #D9D2BC on white background.



Black color preview on #D9D2BC background

This text has black color on #D9D2BC background.


White color preview on #D9D2BC background

This text has white color on #D9D2BC background.