COLOR #D0B0BD

HEX: #D0B0BD
RGB: (208,176,189)

Color info

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

RGB color model

#D0B0BD color RGB value is (208,176,189).

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

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 189 of 255 = 74%

208
176
189

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

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 189 = 573 (100%)
R 208 of 573 ~ 36.3%
G 176 of 573 ~ 30.72%
B 189 of 573 ~ 32.98%

%36.3
%30.72
%32.98

CMYK color model

#D0B0BD color CMYK value is (0,15,9,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(0,15,9,18)
C0M15Y9K18 
(0%,15%,9%,18%)
(0.00/0.15/0.09/0.18)	

CMYK percentages

%0
%15.38
%9.13
%18.43

Codes

Color #D0B0BD in popluar color models

D0B0BD
RGB208176189
HSL336°25.40%75.29%
HSB/HSV336°15.38%81.57%
CMYK0.00%15.38%9.13%
18.43%

Color #D0B0BD in popluar number systems.

HEXD0B0BD
Decimal208176189
Binary110100001011000010111101
Octal320260275

Shades and tints

Shades of #D0B0BD

#D0B0BD
(208,176,189)
#BEA0AC
(190,160,172)
#AC909B
(172,144,155)
#9A808A
(154,128,138)
#887079
(136,112,121)
#766068
(118,96,104)
#645057
(100,80,87)
#524046
(82,64,70)
#403035
(64,48,53)
#2E2024
(46,32,36)
#1C1013
(28,16,19)
#000000
(0,0,0)

Tints of #D0B0BD

#D0B0BD
(208,176,189)
#D4B7C3
(212,183,195)
#D8BEC9
(216,190,201)
#DCC5CF
(220,197,207)
#E0CCD5
(224,204,213)
#E4D3DB
(228,211,219)
#E8DAE1
(232,218,225)
#ECE1E7
(236,225,231)
#F0E8ED
(240,232,237)
#F4EFF3
(244,239,243)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0BD; }

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

This text font color is #D0B0BD.


Background Color

.myBgColor { background-color: #D0B0BD; }

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

This div background color is #D0B0BD.


Border color

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

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

This div border color is #D0B0BD.


Opacity

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

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

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

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

This text has shadow with #D0B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0BD on black background.


Color preview on white background

This text has color #D0B0BD on white background.



Black color preview on #D0B0BD background

This text has black color on #D0B0BD background.


White color preview on #D0B0BD background

This text has white color on #D0B0BD background.