COLOR #D0B0BB

HEX: #D0B0BB
RGB: (208,176,187)

Color info

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

RGB color model

#D0B0BB color RGB value is (208,176,187).

  • red value is 208;
  • green value is 176;
  • blue value is 187.
RGB:
(208,176,187)
(82%,69%,73%)

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 187 of 255 = 73%

208
176
187

R + G + B ~ 75%. #D0B0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 187 = 571 (100%)
R 208 of 571 ~ 36.43%
G 176 of 571 ~ 30.82%
B 187 of 571 ~ 32.75%

%36.43
%30.82
%32.75

CMYK color model

#D0B0BB color CMYK value is (0,15,10,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(0,15,10,18)
C0M15Y10K18 
(0%,15%,10%,18%)
(0.00/0.15/0.10/0.18)	

CMYK percentages

%0
%15.38
%10.1
%18.43

Codes

Color #D0B0BB in popluar color models

D0B0BB
RGB208176187
HSL339°25.40%75.29%
HSB/HSV339°15.38%81.57%
CMYK0.00%15.38%10.10%
18.43%

Color #D0B0BB in popluar number systems.

HEXD0B0BB
Decimal208176187
Binary110100001011000010111011
Octal320260273

Shades and tints

Shades of #D0B0BB

#D0B0BB
(208,176,187)
#BEA0AA
(190,160,170)
#AC9099
(172,144,153)
#9A8088
(154,128,136)
#887077
(136,112,119)
#766066
(118,96,102)
#645055
(100,80,85)
#524044
(82,64,68)
#403033
(64,48,51)
#2E2022
(46,32,34)
#1C1011
(28,16,17)
#000000
(0,0,0)

Tints of #D0B0BB

#D0B0BB
(208,176,187)
#D4B7C1
(212,183,193)
#D8BEC7
(216,190,199)
#DCC5CD
(220,197,205)
#E0CCD3
(224,204,211)
#E4D3D9
(228,211,217)
#E8DADF
(232,218,223)
#ECE1E5
(236,225,229)
#F0E8EB
(240,232,235)
#F4EFF1
(244,239,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B0BB color. Also use rgb(208,176,187) instead hex code.

Text Font Color

.myTextColor { color: #D0B0BB; }

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

This text font color is #D0B0BB.


Background Color

.myBgColor { background-color: #D0B0BB; }

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

This div background color is #D0B0BB.


Border color

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

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

This div border color is #D0B0BB.


Opacity

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

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

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

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

This text has shadow with #D0B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0BB on black background.


Color preview on white background

This text has color #D0B0BB on white background.



Black color preview on #D0B0BB background

This text has black color on #D0B0BB background.


White color preview on #D0B0BB background

This text has white color on #D0B0BB background.