COLOR #D2B0B7

HEX: #D2B0B7
RGB: (210,176,183)

Color info

#D2B0B7 contains red, green and blue colors in about the same proportion. Web safe color of #D2B0B7 is #CC99CC (or #C9C).

RGB color model

#D2B0B7 color RGB value is (210,176,183).

  • red value is 210;
  • green value is 176;
  • blue value is 183.
RGB:
(210,176,183)
(82%,69%,72%)

RGB channels and saturation

R 210 of 255 = 82%
G 176 of 255 = 69%
B 183 of 255 = 72%

210
176
183

R + G + B ~ 74%. #D2B0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 176 + 183 = 569 (100%)
R 210 of 569 ~ 36.91%
G 176 of 569 ~ 30.93%
B 183 of 569 ~ 32.16%

%36.91
%30.93
%32.16

CMYK color model

#D2B0B7 color CMYK value is (0,16,13,18).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 12.86%
  • key color value is 17.65%
CMYK:
(0,16,13,18)
C0M16Y13K18 
(0%,16%,13%,18%)
(0.00/0.16/0.13/0.18)	

CMYK percentages

%0
%16.19
%12.86
%17.65

Codes

Color #D2B0B7 in popluar color models

D2B0B7
RGB210176183
HSL348°27.42%75.69%
HSB/HSV348°16.19%82.35%
CMYK0.00%16.19%12.86%
17.65%

Color #D2B0B7 in popluar number systems.

HEXD2B0B7
Decimal210176183
Binary110100101011000010110111
Octal322260267

Shades and tints

Shades of #D2B0B7

#D2B0B7
(210,176,183)
#BFA0A7
(191,160,167)
#AC9097
(172,144,151)
#998087
(153,128,135)
#867077
(134,112,119)
#736067
(115,96,103)
#605057
(96,80,87)
#4D4047
(77,64,71)
#3A3037
(58,48,55)
#272027
(39,32,39)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #D2B0B7

#D2B0B7
(210,176,183)
#D6B7BD
(214,183,189)
#DABEC3
(218,190,195)
#DEC5C9
(222,197,201)
#E2CCCF
(226,204,207)
#E6D3D5
(230,211,213)
#EADADB
(234,218,219)
#EEE1E1
(238,225,225)
#F2E8E7
(242,232,231)
#F6EFED
(246,239,237)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B0B7 color. Also use rgb(210,176,183) instead hex code.

Text Font Color

.myTextColor { color: #D2B0B7; }

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

This text font color is #D2B0B7.


Background Color

.myBgColor { background-color: #D2B0B7; }

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

This div background color is #D2B0B7.


Border color

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

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

This div border color is #D2B0B7.


Opacity

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

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

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

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

This text has shadow with #D2B0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2B0B7 on black background.


Color preview on white background

This text has color #D2B0B7 on white background.



Black color preview on #D2B0B7 background

This text has black color on #D2B0B7 background.


White color preview on #D2B0B7 background

This text has white color on #D2B0B7 background.