COLOR #D0A0F8

HEX: #D0A0F8
RGB: (208,160,248)

Color info

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

RGB color model

#D0A0F8 color RGB value is (208,160,248).

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

RGB channels and saturation

R 208 of 255 = 82%
G 160 of 255 = 63%
B 248 of 255 = 97%

208
160
248

R + G + B ~ 81%. #D0A0F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 160 + 248 = 616 (100%)
R 208 of 616 ~ 33.77%
G 160 of 616 ~ 25.97%
B 248 of 616 ~ 40.26%

%33.77
%25.97
%40.26

CMYK color model

#D0A0F8 color CMYK value is (16,35,0,3).

  • cyan value is 16.13%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(16,35,0,3)
C16M35Y0K3 
(16%,35%,0%,3%)
(0.16/0.35/0.00/0.03)	

CMYK percentages

%16.13
%35.48
%0
%2.75

Codes

Color #D0A0F8 in popluar color models

D0A0F8
RGB208160248
HSL273°86.27%80.00%
HSB/HSV273°35.48%97.25%
CMYK16.13%35.48%0.00%
2.75%

Color #D0A0F8 in popluar number systems.

HEXD0A0F8
Decimal208160248
Binary110100001010000011111000
Octal320240370

Shades and tints

Shades of #D0A0F8

#D0A0F8
(208,160,248)
#BE92E2
(190,146,226)
#AC84CC
(172,132,204)
#9A76B6
(154,118,182)
#8868A0
(136,104,160)
#765A8A
(118,90,138)
#644C74
(100,76,116)
#523E5E
(82,62,94)
#403048
(64,48,72)
#2E2232
(46,34,50)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #D0A0F8

#D0A0F8
(208,160,248)
#D4A8F8
(212,168,248)
#D8B0F8
(216,176,248)
#DCB8F8
(220,184,248)
#E0C0F8
(224,192,248)
#E4C8F8
(228,200,248)
#E8D0F8
(232,208,248)
#ECD8F8
(236,216,248)
#F0E0F8
(240,224,248)
#F4E8F8
(244,232,248)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A0F8; }

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

This text font color is #D0A0F8.


Background Color

.myBgColor { background-color: #D0A0F8; }

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

This div background color is #D0A0F8.


Border color

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

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

This div border color is #D0A0F8.


Opacity

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

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

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

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

This text has shadow with #D0A0F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A0F8 on black background.


Color preview on white background

This text has color #D0A0F8 on white background.



Black color preview on #D0A0F8 background

This text has black color on #D0A0F8 background.


White color preview on #D0A0F8 background

This text has white color on #D0A0F8 background.