COLOR #D0A8FF

HEX: #D0A8FF
RGB: (208,168,255)

Color info

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

RGB color model

#D0A8FF color RGB value is (208,168,255).

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

RGB channels and saturation

R 208 of 255 = 82%
G 168 of 255 = 66%
B 255 of 255 = 100%

208
168
255

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

Portions of RGB colors in percentages

R + G + B =
208 + 168 + 255 = 631 (100%)
R 208 of 631 ~ 32.96%
G 168 of 631 ~ 26.62%
B 255 of 631 ~ 40.41%

%32.96
%26.62
%40.41

CMYK color model

#D0A8FF color CMYK value is (18,34,0,0).

  • cyan value is 18.43%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(18,34,0,0)
C18M34Y0K0 
(18%,34%,0%,0%)
(0.18/0.34/0.00/0.00)	

CMYK percentages

%18.43
%34.12
%0
%0

Codes

Color #D0A8FF in popluar color models

D0A8FF
RGB208168255
HSL268°100.00%82.94%
HSB/HSV268°34.12%100.00%
CMYK18.43%34.12%0.00%
0.00%

Color #D0A8FF in popluar number systems.

HEXD0A8FF
Decimal208168255
Binary110100001010100011111111
Octal320250377

Shades and tints

Shades of #D0A8FF

#D0A8FF
(208,168,255)
#BE99E8
(190,153,232)
#AC8AD1
(172,138,209)
#9A7BBA
(154,123,186)
#886CA3
(136,108,163)
#765D8C
(118,93,140)
#644E75
(100,78,117)
#523F5E
(82,63,94)
#403047
(64,48,71)
#2E2130
(46,33,48)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D0A8FF

#D0A8FF
(208,168,255)
#D4AFFF
(212,175,255)
#D8B6FF
(216,182,255)
#DCBDFF
(220,189,255)
#E0C4FF
(224,196,255)
#E4CBFF
(228,203,255)
#E8D2FF
(232,210,255)
#ECD9FF
(236,217,255)
#F0E0FF
(240,224,255)
#F4E7FF
(244,231,255)
#F8EEFF
(248,238,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A8FF; }

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

This text font color is #D0A8FF.


Background Color

.myBgColor { background-color: #D0A8FF; }

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

This div background color is #D0A8FF.


Border color

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

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

This div border color is #D0A8FF.


Opacity

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

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

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

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

This text has shadow with #D0A8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A8FF on black background.


Color preview on white background

This text has color #D0A8FF on white background.



Black color preview on #D0A8FF background

This text has black color on #D0A8FF background.


White color preview on #D0A8FF background

This text has white color on #D0A8FF background.