COLOR #AD82BA

HEX: #AD82BA
RGB: (173,130,186)

Color info

#AD82BA contains red, green and blue colors in about the same proportion. Web safe color of #AD82BA is #9999CC (or #99C).

RGB color model

#AD82BA color RGB value is (173,130,186).

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

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 186 of 255 = 73%

173
130
186

R + G + B ~ 64%. #AD82BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 186 = 489 (100%)
R 173 of 489 ~ 35.38%
G 130 of 489 ~ 26.58%
B 186 of 489 ~ 38.04%

%35.38
%26.58
%38.04

CMYK color model

#AD82BA color CMYK value is (7,30,0,27).

  • cyan value is 6.99%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(7,30,0,27)
C7M30Y0K27 
(7%,30%,0%,27%)
(0.07/0.30/0.00/0.27)	

CMYK percentages

%6.99
%30.11
%0
%27.06

Codes

Color #AD82BA in popluar color models

AD82BA
RGB173130186
HSL286°28.87%61.96%
HSB/HSV286°30.11%72.94%
CMYK6.99%30.11%0.00%
27.06%

Color #AD82BA in popluar number systems.

HEXAD82BA
Decimal173130186
Binary101011011000001010111010
Octal255202272

Shades and tints

Shades of #AD82BA

#AD82BA
(173,130,186)
#9E77AA
(158,119,170)
#8F6C9A
(143,108,154)
#80618A
(128,97,138)
#71567A
(113,86,122)
#624B6A
(98,75,106)
#53405A
(83,64,90)
#44354A
(68,53,74)
#352A3A
(53,42,58)
#261F2A
(38,31,42)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #AD82BA

#AD82BA
(173,130,186)
#B48DC0
(180,141,192)
#BB98C6
(187,152,198)
#C2A3CC
(194,163,204)
#C9AED2
(201,174,210)
#D0B9D8
(208,185,216)
#D7C4DE
(215,196,222)
#DECFE4
(222,207,228)
#E5DAEA
(229,218,234)
#ECE5F0
(236,229,240)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD82BA; }

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

This text font color is #AD82BA.


Background Color

.myBgColor { background-color: #AD82BA; }

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

This div background color is #AD82BA.


Border color

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

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

This div border color is #AD82BA.


Opacity

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

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

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

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

This text has shadow with #AD82BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD82BA on black background.


Color preview on white background

This text has color #AD82BA on white background.



Black color preview on #AD82BA background

This text has black color on #AD82BA background.


White color preview on #AD82BA background

This text has white color on #AD82BA background.