COLOR #D0B0DD

HEX: #D0B0DD
RGB: (208,176,221)

Color info

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

RGB color model

#D0B0DD color RGB value is (208,176,221).

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

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 221 of 255 = 87%

208
176
221

R + G + B ~ 79%. #D0B0DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 221 = 605 (100%)
R 208 of 605 ~ 34.38%
G 176 of 605 ~ 29.09%
B 221 of 605 ~ 36.53%

%34.38
%29.09
%36.53

CMYK color model

#D0B0DD color CMYK value is (6,20,0,13).

  • cyan value is 5.88%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(6,20,0,13)
C6M20Y0K13 
(6%,20%,0%,13%)
(0.06/0.20/0.00/0.13)	

CMYK percentages

%5.88
%20.36
%0
%13.33

Codes

Color #D0B0DD in popluar color models

D0B0DD
RGB208176221
HSL283°39.82%77.84%
HSB/HSV283°20.36%86.67%
CMYK5.88%20.36%0.00%
13.33%

Color #D0B0DD in popluar number systems.

HEXD0B0DD
Decimal208176221
Binary110100001011000011011101
Octal320260335

Shades and tints

Shades of #D0B0DD

#D0B0DD
(208,176,221)
#BEA0C9
(190,160,201)
#AC90B5
(172,144,181)
#9A80A1
(154,128,161)
#88708D
(136,112,141)
#766079
(118,96,121)
#645065
(100,80,101)
#524051
(82,64,81)
#40303D
(64,48,61)
#2E2029
(46,32,41)
#1C1015
(28,16,21)
#000000
(0,0,0)

Tints of #D0B0DD

#D0B0DD
(208,176,221)
#D4B7E0
(212,183,224)
#D8BEE3
(216,190,227)
#DCC5E6
(220,197,230)
#E0CCE9
(224,204,233)
#E4D3EC
(228,211,236)
#E8DAEF
(232,218,239)
#ECE1F2
(236,225,242)
#F0E8F5
(240,232,245)
#F4EFF8
(244,239,248)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0DD; }

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

This text font color is #D0B0DD.


Background Color

.myBgColor { background-color: #D0B0DD; }

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

This div background color is #D0B0DD.


Border color

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

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

This div border color is #D0B0DD.


Opacity

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

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

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

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

This text has shadow with #D0B0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0DD on black background.


Color preview on white background

This text has color #D0B0DD on white background.



Black color preview on #D0B0DD background

This text has black color on #D0B0DD background.


White color preview on #D0B0DD background

This text has white color on #D0B0DD background.