COLOR #D0B0F8

HEX: #D0B0F8
RGB: (208,176,248)

Color info

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

RGB color model

#D0B0F8 color RGB value is (208,176,248).

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

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 248 of 255 = 97%

208
176
248

R + G + B ~ 83%. #D0B0F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 248 = 632 (100%)
R 208 of 632 ~ 32.91%
G 176 of 632 ~ 27.85%
B 248 of 632 ~ 39.24%

%32.91
%27.85
%39.24

CMYK color model

#D0B0F8 color CMYK value is (16,29,0,3).

  • cyan value is 16.13%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,29,0,3)
C16M29Y0K3 
(16%,29%,0%,3%)
(0.16/0.29/0.00/0.03)	

CMYK percentages

%16.13
%29.03
%0
%2.75

Codes

Color #D0B0F8 in popluar color models

D0B0F8
RGB208176248
HSL267°83.72%83.14%
HSB/HSV267°29.03%97.25%
CMYK16.13%29.03%0.00%
2.75%

Color #D0B0F8 in popluar number systems.

HEXD0B0F8
Decimal208176248
Binary110100001011000011111000
Octal320260370

Shades and tints

Shades of #D0B0F8

#D0B0F8
(208,176,248)
#BEA0E2
(190,160,226)
#AC90CC
(172,144,204)
#9A80B6
(154,128,182)
#8870A0
(136,112,160)
#76608A
(118,96,138)
#645074
(100,80,116)
#52405E
(82,64,94)
#403048
(64,48,72)
#2E2032
(46,32,50)
#1C101C
(28,16,28)
#000000
(0,0,0)

Tints of #D0B0F8

#D0B0F8
(208,176,248)
#D4B7F8
(212,183,248)
#D8BEF8
(216,190,248)
#DCC5F8
(220,197,248)
#E0CCF8
(224,204,248)
#E4D3F8
(228,211,248)
#E8DAF8
(232,218,248)
#ECE1F8
(236,225,248)
#F0E8F8
(240,232,248)
#F4EFF8
(244,239,248)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B0F8; }

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

This text font color is #D0B0F8.


Background Color

.myBgColor { background-color: #D0B0F8; }

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

This div background color is #D0B0F8.


Border color

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

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

This div border color is #D0B0F8.


Opacity

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

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

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

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

This text has shadow with #D0B0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0F8 on black background.


Color preview on white background

This text has color #D0B0F8 on white background.



Black color preview on #D0B0F8 background

This text has black color on #D0B0F8 background.


White color preview on #D0B0F8 background

This text has white color on #D0B0F8 background.