COLOR #D2C2BB

HEX: #D2C2BB
RGB: (210,194,187)

Color info

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

RGB color model

#D2C2BB color RGB value is (210,194,187).

  • red value is 210;
  • green value is 194;
  • blue value is 187.
RGB:
(210,194,187)
(82%,76%,73%)

RGB channels and saturation

R 210 of 255 = 82%
G 194 of 255 = 76%
B 187 of 255 = 73%

210
194
187

R + G + B ~ 77%. #D2C2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 194 + 187 = 591 (100%)
R 210 of 591 ~ 35.53%
G 194 of 591 ~ 32.83%
B 187 of 591 ~ 31.64%

%35.53
%32.83
%31.64

CMYK color model

#D2C2BB color CMYK value is (0,8,11,18).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(0,8,11,18)
C0M8Y11K18 
(0%,8%,11%,18%)
(0.00/0.08/0.11/0.18)	

CMYK percentages

%0
%7.62
%10.95
%17.65

Codes

Color #D2C2BB in popluar color models

D2C2BB
RGB210194187
HSL18°20.35%77.84%
HSB/HSV18°10.95%82.35%
CMYK0.00%7.62%10.95%
17.65%

Color #D2C2BB in popluar number systems.

HEXD2C2BB
Decimal210194187
Binary110100101100001010111011
Octal322302273

Shades and tints

Shades of #D2C2BB

#D2C2BB
(210,194,187)
#BFB1AA
(191,177,170)
#ACA099
(172,160,153)
#998F88
(153,143,136)
#867E77
(134,126,119)
#736D66
(115,109,102)
#605C55
(96,92,85)
#4D4B44
(77,75,68)
#3A3A33
(58,58,51)
#272922
(39,41,34)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #D2C2BB

#D2C2BB
(210,194,187)
#D6C7C1
(214,199,193)
#DACCC7
(218,204,199)
#DED1CD
(222,209,205)
#E2D6D3
(226,214,211)
#E6DBD9
(230,219,217)
#EAE0DF
(234,224,223)
#EEE5E5
(238,229,229)
#F2EAEB
(242,234,235)
#F6EFF1
(246,239,241)
#FAF4F7
(250,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2C2BB color. Also use rgb(210,194,187) instead hex code.

Text Font Color

.myTextColor { color: #D2C2BB; }

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

This text font color is #D2C2BB.


Background Color

.myBgColor { background-color: #D2C2BB; }

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

This div background color is #D2C2BB.


Border color

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

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

This div border color is #D2C2BB.


Opacity

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

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

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

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

This text has shadow with #D2C2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2C2BB on black background.


Color preview on white background

This text has color #D2C2BB on white background.



Black color preview on #D2C2BB background

This text has black color on #D2C2BB background.


White color preview on #D2C2BB background

This text has white color on #D2C2BB background.