COLOR #D0A5DC

HEX: #D0A5DC
RGB: (208,165,220)

Color info

#D0A5DC contains red, green and blue colors in about the same proportion. Web safe color of #D0A5DC is #CC99CC (or #C9C).

RGB color model

#D0A5DC color RGB value is (208,165,220).

  • red value is 208;
  • green value is 165;
  • blue value is 220.
RGB:
(208,165,220)
(82%,65%,86%)

RGB channels and saturation

R 208 of 255 = 82%
G 165 of 255 = 65%
B 220 of 255 = 86%

208
165
220

R + G + B ~ 78%. #D0A5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 165 + 220 = 593 (100%)
R 208 of 593 ~ 35.08%
G 165 of 593 ~ 27.82%
B 220 of 593 ~ 37.1%

%35.08
%27.82
%37.1

CMYK color model

#D0A5DC color CMYK value is (5,25,0,14).

  • cyan value is 5.45%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,25,0,14)
C5M25Y0K14 
(5%,25%,0%,14%)
(0.05/0.25/0.00/0.14)	

CMYK percentages

%5.45
%25
%0
%13.73

Codes

Color #D0A5DC in popluar color models

D0A5DC
RGB208165220
HSL287°44.00%75.49%
HSB/HSV287°25.00%86.27%
CMYK5.45%25.00%0.00%
13.73%

Color #D0A5DC in popluar number systems.

HEXD0A5DC
Decimal208165220
Binary110100001010010111011100
Octal320245334

Shades and tints

Shades of #D0A5DC

#D0A5DC
(208,165,220)
#BE96C8
(190,150,200)
#AC87B4
(172,135,180)
#9A78A0
(154,120,160)
#88698C
(136,105,140)
#765A78
(118,90,120)
#644B64
(100,75,100)
#523C50
(82,60,80)
#402D3C
(64,45,60)
#2E1E28
(46,30,40)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #D0A5DC

#D0A5DC
(208,165,220)
#D4ADDF
(212,173,223)
#D8B5E2
(216,181,226)
#DCBDE5
(220,189,229)
#E0C5E8
(224,197,232)
#E4CDEB
(228,205,235)
#E8D5EE
(232,213,238)
#ECDDF1
(236,221,241)
#F0E5F4
(240,229,244)
#F4EDF7
(244,237,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0A5DC color. Also use rgb(208,165,220) instead hex code.

Text Font Color

.myTextColor { color: #D0A5DC; }

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

This text font color is #D0A5DC.


Background Color

.myBgColor { background-color: #D0A5DC; }

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

This div background color is #D0A5DC.


Border color

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

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

This div border color is #D0A5DC.


Opacity

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

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

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

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

This text has shadow with #D0A5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0A5DC on black background.


Color preview on white background

This text has color #D0A5DC on white background.



Black color preview on #D0A5DC background

This text has black color on #D0A5DC background.


White color preview on #D0A5DC background

This text has white color on #D0A5DC background.