COLOR #D0B0FF

HEX: #D0B0FF
RGB: (208,176,255)

Color info

#D0B0FF contains mainly red and blue colors. Web safe color of #D0B0FF is #CC99FF (or #C9F).

RGB color model

#D0B0FF color RGB value is (208,176,255).

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

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 255 of 255 = 100%

208
176
255

R + G + B ~ 84%. #D0B0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 255 = 639 (100%)
R 208 of 639 ~ 32.55%
G 176 of 639 ~ 27.54%
B 255 of 639 ~ 39.91%

%32.55
%27.54
%39.91

CMYK color model

#D0B0FF color CMYK value is (18,31,0,0).

  • cyan value is 18.43%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,31,0,0)
C18M31Y0K0 
(18%,31%,0%,0%)
(0.18/0.31/0.00/0.00)	

CMYK percentages

%18.43
%30.98
%0
%0

Codes

Color #D0B0FF in popluar color models

D0B0FF
RGB208176255
HSL264°100.00%84.51%
HSB/HSV264°30.98%100.00%
CMYK18.43%30.98%0.00%
0.00%

Color #D0B0FF in popluar number systems.

HEXD0B0FF
Decimal208176255
Binary110100001011000011111111
Octal320260377

Shades and tints

Shades of #D0B0FF

#D0B0FF
(208,176,255)
#BEA0E8
(190,160,232)
#AC90D1
(172,144,209)
#9A80BA
(154,128,186)
#8870A3
(136,112,163)
#76608C
(118,96,140)
#645075
(100,80,117)
#52405E
(82,64,94)
#403047
(64,48,71)
#2E2030
(46,32,48)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #D0B0FF

#D0B0FF
(208,176,255)
#D4B7FF
(212,183,255)
#D8BEFF
(216,190,255)
#DCC5FF
(220,197,255)
#E0CCFF
(224,204,255)
#E4D3FF
(228,211,255)
#E8DAFF
(232,218,255)
#ECE1FF
(236,225,255)
#F0E8FF
(240,232,255)
#F4EFFF
(244,239,255)
#F8F6FF
(248,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0FF; }

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

This text font color is #D0B0FF.


Background Color

.myBgColor { background-color: #D0B0FF; }

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

This div background color is #D0B0FF.


Border color

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

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

This div border color is #D0B0FF.


Opacity

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

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

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

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

This text has shadow with #D0B0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0FF on black background.


Color preview on white background

This text has color #D0B0FF on white background.



Black color preview on #D0B0FF background

This text has black color on #D0B0FF background.


White color preview on #D0B0FF background

This text has white color on #D0B0FF background.