COLOR #D0B0DF

HEX: #D0B0DF
RGB: (208,176,223)

Color info

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

RGB color model

#D0B0DF color RGB value is (208,176,223).

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

RGB channels and saturation

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

208
176
223

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

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 223 = 607 (100%)
R 208 of 607 ~ 34.27%
G 176 of 607 ~ 29%
B 223 of 607 ~ 36.74%

%34.27
%29
%36.74

CMYK color model

#D0B0DF color CMYK value is (7,21,0,13).

  • cyan value is 6.73%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(7,21,0,13)
C7M21Y0K13 
(7%,21%,0%,13%)
(0.07/0.21/0.00/0.13)	

CMYK percentages

%6.73
%21.08
%0
%12.55

Codes

Color #D0B0DF in popluar color models

D0B0DF
RGB208176223
HSL281°42.34%78.24%
HSB/HSV281°21.08%87.45%
CMYK6.73%21.08%0.00%
12.55%

Color #D0B0DF in popluar number systems.

HEXD0B0DF
Decimal208176223
Binary110100001011000011011111
Octal320260337

Shades and tints

Shades of #D0B0DF

#D0B0DF
(208,176,223)
#BEA0CB
(190,160,203)
#AC90B7
(172,144,183)
#9A80A3
(154,128,163)
#88708F
(136,112,143)
#76607B
(118,96,123)
#645067
(100,80,103)
#524053
(82,64,83)
#40303F
(64,48,63)
#2E202B
(46,32,43)
#1C1017
(28,16,23)
#000000
(0,0,0)

Tints of #D0B0DF

#D0B0DF
(208,176,223)
#D4B7E1
(212,183,225)
#D8BEE3
(216,190,227)
#DCC5E5
(220,197,229)
#E0CCE7
(224,204,231)
#E4D3E9
(228,211,233)
#E8DAEB
(232,218,235)
#ECE1ED
(236,225,237)
#F0E8EF
(240,232,239)
#F4EFF1
(244,239,241)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0DF; }

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

This text font color is #D0B0DF.


Background Color

.myBgColor { background-color: #D0B0DF; }

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

This div background color is #D0B0DF.


Border color

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

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

This div border color is #D0B0DF.


Opacity

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

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

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

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

This text has shadow with #D0B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0DF on black background.


Color preview on white background

This text has color #D0B0DF on white background.



Black color preview on #D0B0DF background

This text has black color on #D0B0DF background.


White color preview on #D0B0DF background

This text has white color on #D0B0DF background.