COLOR #AD82CC

HEX: #AD82CC
RGB: (173,130,204)

Color info

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

RGB color model

#AD82CC color RGB value is (173,130,204).

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

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 204 of 255 = 80%

173
130
204

R + G + B ~ 66%. #AD82CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 204 = 507 (100%)
R 173 of 507 ~ 34.12%
G 130 of 507 ~ 25.64%
B 204 of 507 ~ 40.24%

%34.12
%25.64
%40.24

CMYK color model

#AD82CC color CMYK value is (15,36,0,20).

  • cyan value is 15.20%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(15,36,0,20)
C15M36Y0K20 
(15%,36%,0%,20%)
(0.15/0.36/0.00/0.20)	

CMYK percentages

%15.2
%36.27
%0
%20

Codes

Color #AD82CC in popluar color models

AD82CC
RGB173130204
HSL275°42.05%65.49%
HSB/HSV275°36.27%80.00%
CMYK15.20%36.27%0.00%
20.00%

Color #AD82CC in popluar number systems.

HEXAD82CC
Decimal173130204
Binary101011011000001011001100
Octal255202314

Shades and tints

Shades of #AD82CC

#AD82CC
(173,130,204)
#9E77BA
(158,119,186)
#8F6CA8
(143,108,168)
#806196
(128,97,150)
#715684
(113,86,132)
#624B72
(98,75,114)
#534060
(83,64,96)
#44354E
(68,53,78)
#352A3C
(53,42,60)
#261F2A
(38,31,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #AD82CC

#AD82CC
(173,130,204)
#B48DD0
(180,141,208)
#BB98D4
(187,152,212)
#C2A3D8
(194,163,216)
#C9AEDC
(201,174,220)
#D0B9E0
(208,185,224)
#D7C4E4
(215,196,228)
#DECFE8
(222,207,232)
#E5DAEC
(229,218,236)
#ECE5F0
(236,229,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD82CC; }

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

This text font color is #AD82CC.


Background Color

.myBgColor { background-color: #AD82CC; }

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

This div background color is #AD82CC.


Border color

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

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

This div border color is #AD82CC.


Opacity

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

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

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

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

This text has shadow with #AD82CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD82CC on black background.


Color preview on white background

This text has color #AD82CC on white background.



Black color preview on #AD82CC background

This text has black color on #AD82CC background.


White color preview on #AD82CC background

This text has white color on #AD82CC background.