COLOR #D0B0F0

HEX: #D0B0F0
RGB: (208,176,240)

Color info

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

RGB color model

#D0B0F0 color RGB value is (208,176,240).

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

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 240 of 255 = 94%

208
176
240

R + G + B ~ 82%. #D0B0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 240 = 624 (100%)
R 208 of 624 ~ 33.33%
G 176 of 624 ~ 28.21%
B 240 of 624 ~ 38.46%

%33.33
%28.21
%38.46

CMYK color model

#D0B0F0 color CMYK value is (13,27,0,6).

  • cyan value is 13.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(13,27,0,6)
C13M27Y0K6 
(13%,27%,0%,6%)
(0.13/0.27/0.00/0.06)	

CMYK percentages

%13.33
%26.67
%0
%5.88

Codes

Color #D0B0F0 in popluar color models

D0B0F0
RGB208176240
HSL270°68.09%81.57%
HSB/HSV270°26.67%94.12%
CMYK13.33%26.67%0.00%
5.88%

Color #D0B0F0 in popluar number systems.

HEXD0B0F0
Decimal208176240
Binary110100001011000011110000
Octal320260360

Shades and tints

Shades of #D0B0F0

#D0B0F0
(208,176,240)
#BEA0DB
(190,160,219)
#AC90C6
(172,144,198)
#9A80B1
(154,128,177)
#88709C
(136,112,156)
#766087
(118,96,135)
#645072
(100,80,114)
#52405D
(82,64,93)
#403048
(64,48,72)
#2E2033
(46,32,51)
#1C101E
(28,16,30)
#000000
(0,0,0)

Tints of #D0B0F0

#D0B0F0
(208,176,240)
#D4B7F1
(212,183,241)
#D8BEF2
(216,190,242)
#DCC5F3
(220,197,243)
#E0CCF4
(224,204,244)
#E4D3F5
(228,211,245)
#E8DAF6
(232,218,246)
#ECE1F7
(236,225,247)
#F0E8F8
(240,232,248)
#F4EFF9
(244,239,249)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0F0; }

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

This text font color is #D0B0F0.


Background Color

.myBgColor { background-color: #D0B0F0; }

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

This div background color is #D0B0F0.


Border color

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

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

This div border color is #D0B0F0.


Opacity

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

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

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

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

This text has shadow with #D0B0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0F0 on black background.


Color preview on white background

This text has color #D0B0F0 on white background.



Black color preview on #D0B0F0 background

This text has black color on #D0B0F0 background.


White color preview on #D0B0F0 background

This text has white color on #D0B0F0 background.