COLOR #D0A8EB

HEX: #D0A8EB
RGB: (208,168,235)

Color info

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

RGB color model

#D0A8EB color RGB value is (208,168,235).

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

RGB channels and saturation

R 208 of 255 = 82%
G 168 of 255 = 66%
B 235 of 255 = 92%

208
168
235

R + G + B ~ 80%. #D0A8EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 168 + 235 = 611 (100%)
R 208 of 611 ~ 34.04%
G 168 of 611 ~ 27.5%
B 235 of 611 ~ 38.46%

%34.04
%27.5
%38.46

CMYK color model

#D0A8EB color CMYK value is (11,29,0,8).

  • cyan value is 11.49%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(11,29,0,8)
C11M29Y0K8 
(11%,29%,0%,8%)
(0.11/0.29/0.00/0.08)	

CMYK percentages

%11.49
%28.51
%0
%7.84

Codes

Color #D0A8EB in popluar color models

D0A8EB
RGB208168235
HSL276°62.62%79.02%
HSB/HSV276°28.51%92.16%
CMYK11.49%28.51%0.00%
7.84%

Color #D0A8EB in popluar number systems.

HEXD0A8EB
Decimal208168235
Binary110100001010100011101011
Octal320250353

Shades and tints

Shades of #D0A8EB

#D0A8EB
(208,168,235)
#BE99D6
(190,153,214)
#AC8AC1
(172,138,193)
#9A7BAC
(154,123,172)
#886C97
(136,108,151)
#765D82
(118,93,130)
#644E6D
(100,78,109)
#523F58
(82,63,88)
#403043
(64,48,67)
#2E212E
(46,33,46)
#1C1219
(28,18,25)
#000000
(0,0,0)

Tints of #D0A8EB

#D0A8EB
(208,168,235)
#D4AFEC
(212,175,236)
#D8B6ED
(216,182,237)
#DCBDEE
(220,189,238)
#E0C4EF
(224,196,239)
#E4CBF0
(228,203,240)
#E8D2F1
(232,210,241)
#ECD9F2
(236,217,242)
#F0E0F3
(240,224,243)
#F4E7F4
(244,231,244)
#F8EEF5
(248,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0A8EB; }

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

This text font color is #D0A8EB.


Background Color

.myBgColor { background-color: #D0A8EB; }

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

This div background color is #D0A8EB.


Border color

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

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

This div border color is #D0A8EB.


Opacity

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

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

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

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

This text has shadow with #D0A8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A8EB on black background.


Color preview on white background

This text has color #D0A8EB on white background.



Black color preview on #D0A8EB background

This text has black color on #D0A8EB background.


White color preview on #D0A8EB background

This text has white color on #D0A8EB background.