COLOR #AD85CC

HEX: #AD85CC
RGB: (173,133,204)

Color info

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

RGB color model

#AD85CC color RGB value is (173,133,204).

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

RGB channels and saturation

R 173 of 255 = 68%
G 133 of 255 = 52%
B 204 of 255 = 80%

173
133
204

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

Portions of RGB colors in percentages

R + G + B =
173 + 133 + 204 = 510 (100%)
R 173 of 510 ~ 33.92%
G 133 of 510 ~ 26.08%
B 204 of 510 ~ 40%

%33.92
%26.08
%40

CMYK color model

#AD85CC color CMYK value is (15,35,0,20).

  • cyan value is 15.20%
  • magenta value is 34.80%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,35,0,20)
C15M35Y0K20 
(15%,35%,0%,20%)
(0.15/0.35/0.00/0.20)	

CMYK percentages

%15.2
%34.8
%0
%20

Codes

Color #AD85CC in popluar color models

AD85CC
RGB173133204
HSL274°41.04%66.08%
HSB/HSV274°34.80%80.00%
CMYK15.20%34.80%0.00%
20.00%

Color #AD85CC in popluar number systems.

HEXAD85CC
Decimal173133204
Binary101011011000010111001100
Octal255205314

Shades and tints

Shades of #AD85CC

#AD85CC
(173,133,204)
#9E79BA
(158,121,186)
#8F6DA8
(143,109,168)
#806196
(128,97,150)
#715584
(113,85,132)
#624972
(98,73,114)
#533D60
(83,61,96)
#44314E
(68,49,78)
#35253C
(53,37,60)
#26192A
(38,25,42)
#170D18
(23,13,24)
#000000
(0,0,0)

Tints of #AD85CC

#AD85CC
(173,133,204)
#B490D0
(180,144,208)
#BB9BD4
(187,155,212)
#C2A6D8
(194,166,216)
#C9B1DC
(201,177,220)
#D0BCE0
(208,188,224)
#D7C7E4
(215,199,228)
#DED2E8
(222,210,232)
#E5DDEC
(229,221,236)
#ECE8F0
(236,232,240)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD85CC; }

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

This text font color is #AD85CC.


Background Color

.myBgColor { background-color: #AD85CC; }

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

This div background color is #AD85CC.


Border color

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

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

This div border color is #AD85CC.


Opacity

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

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

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

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

This text has shadow with #AD85CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD85CC on black background.


Color preview on white background

This text has color #AD85CC on white background.



Black color preview on #AD85CC background

This text has black color on #AD85CC background.


White color preview on #AD85CC background

This text has white color on #AD85CC background.