COLOR #D2B9BB

HEX: #D2B9BB RGB: (210,185,187)

Color info

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

RGB color model

#D2B9BB color RGB value is (210,185,187).

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

RGB channels and saturation

R 210 of 255 = 82%
G 185 of 255 = 73%
B 187 of 255 = 73%

210
185
187

R + G + B ~ 76%. #D2B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 185 + 187 = 582 (100%)
R 210 of 582 ~ 36.08%
G 185 of 582 ~ 31.79%
B 187 of 582 ~ 32.13%

%36.08
%31.79
%32.13

CMYK color model

#D2B9BB color CMYK value is (0,12,11,18).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK: (0,12,11,18) C0M12Y11K18 (0%,12%,11%,18%) (0.00/0.12/0.11/0.18)

CMYK percentages

%0
%11.9
%10.95
%17.65

Codes

Color #D2B9BB in popluar color models

D2B9BB
RGB210185187
HSL355°21.74%77.45%
HSB/HSV355°11.90%82.35%
CMYK0.00%11.90%10.95%
17.65%

Color #D2B9BB in popluar number systems.

HEXD2B9BB
Decimal210185187
Binary110100101011100110111011
Octal322271273

Shades and tints

Shades of #D2B9BB

#D2B9BB
(210,185,187)
#BFA9AA
(191,169,170)
#AC9999
(172,153,153)
#998988
(153,137,136)
#867977
(134,121,119)
#736966
(115,105,102)
#605955
(96,89,85)
#4D4944
(77,73,68)
#3A3933
(58,57,51)
#272922
(39,41,34)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2B9BB

#D2B9BB
(210,185,187)
#D6BFC1
(214,191,193)
#DAC5C7
(218,197,199)
#DECBCD
(222,203,205)
#E2D1D3
(226,209,211)
#E6D7D9
(230,215,217)
#EADDDF
(234,221,223)
#EEE3E5
(238,227,229)
#F2E9EB
(242,233,235)
#F6EFF1
(246,239,241)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2B9BB; }

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

This text font color is #D2B9BB.


Background Color

.myBgColor { background-color: #D2B9BB; }

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

This div background color is #D2B9BB.


Border color

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

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

This div border color is #D2B9BB.


Opacity

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

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

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

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

This text has shadow with #D2B9BB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2B9BB on black background.


Color preview on white background

This text has color #D2B9BB on white background.



Black color preview on #D2B9BB background

This text has black color on #D2B9BB background.


White color preview on #D2B9BB background

This text has white color on #D2B9BB background.