COLOR #AD85D0

HEX: #AD85D0
RGB: (173,133,208)

Color info

#AD85D0 contains mainly red and blue colors. Web safe color of #AD85D0 is #9999CC (or #99C).

RGB color model

#AD85D0 color RGB value is (173,133,208).

  • red value is 173;
  • green value is 133;
  • blue value is 208.
RGB:
(173,133,208)
(68%,52%,82%)

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 208 of 255 = 82%

173
133
208

R + G + B ~ 67%. #AD85D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 208 = 514 (100%)
R 173 of 514 ~ 33.66%
G 133 of 514 ~ 25.88%
B 208 of 514 ~ 40.47%

%33.66
%25.88
%40.47

CMYK color model

#AD85D0 color CMYK value is (17,36,0,18).

  • cyan value is 16.83%
  • magenta value is 36.06%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,36,0,18)
C17M36Y0K18 
(17%,36%,0%,18%)
(0.17/0.36/0.00/0.18)	

CMYK percentages

%16.83
%36.06
%0
%18.43

Codes

Color #AD85D0 in popluar color models

AD85D0
RGB173133208
HSL272°44.38%66.86%
HSB/HSV272°36.06%81.57%
CMYK16.83%36.06%0.00%
18.43%

Color #AD85D0 in popluar number systems.

HEXAD85D0
Decimal173133208
Binary101011011000010111010000
Octal255205320

Shades and tints

Shades of #AD85D0

#AD85D0
(173,133,208)
#9E79BE
(158,121,190)
#8F6DAC
(143,109,172)
#80619A
(128,97,154)
#715588
(113,85,136)
#624976
(98,73,118)
#533D64
(83,61,100)
#443152
(68,49,82)
#352540
(53,37,64)
#26192E
(38,25,46)
#170D1C
(23,13,28)
#000000
(0,0,0)

Tints of #AD85D0

#AD85D0
(173,133,208)
#B490D4
(180,144,212)
#BB9BD8
(187,155,216)
#C2A6DC
(194,166,220)
#C9B1E0
(201,177,224)
#D0BCE4
(208,188,228)
#D7C7E8
(215,199,232)
#DED2EC
(222,210,236)
#E5DDF0
(229,221,240)
#ECE8F4
(236,232,244)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD85D0 color. Also use rgb(173,133,208) instead hex code.

Text Font Color

.myTextColor { color: #AD85D0; }

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

This text font color is #AD85D0.


Background Color

.myBgColor { background-color: #AD85D0; }

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

This div background color is #AD85D0.


Border color

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

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

This div border color is #AD85D0.


Opacity

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

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

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

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

This text has shadow with #AD85D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD85D0 on black background.


Color preview on white background

This text has color #AD85D0 on white background.



Black color preview on #AD85D0 background

This text has black color on #AD85D0 background.


White color preview on #AD85D0 background

This text has white color on #AD85D0 background.