COLOR #AD82A6

HEX: #AD82A6 RGB: (173,130,166)

Color info

#AD82A6 contains red, green and blue colors in about the same proportion. Web safe color of #AD82A6 is #999999 (or #999).

RGB color model

#AD82A6 color RGB value is (173,130,166).

RGB: (173,130,166) (68%, 51%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 166 of 255 = 65%

173
130
166

R + G + B ~ 61%. #AD82A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 130 + 166 = 469 (100%)
R 173 of 469 ~ 36.89%
G 130 of 469 ~ 27.72%
B 166 of 469 ~ 35.39'%

%36.89
%27.72
%35.39

CMYK color model

#AD82A6 color CMYK value is (0,25,4,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK: (0,25,4,32) C0M25Y4K32 (0%,25%,4%,32%) (0.00/0.25/0.04/0.32) 

CMYK percentages

%0
%24.86
%4.05
%32.16

Codes

Color #AD82A6 in popluar color models

AD 82 A6
RGB 173 130 166
HSL 310° 20.77% 59.41%
HSB/HSV 310° 24.86% 67.84%
CMYK 0.00% 24.86% 4.05%
32.16%

Color #AD82A6 in popluar number systems.

HEX AD 82 A6
Decimal 173 130 166
Binary 10101101 10000010 10100110
Octal 255 202 246

Shades and tints

Shades of #AD82A6

#AD82A6
(173,130,166)
#9E7797
(158,119,151)
#8F6C88
(143,108,136)
#806179
(128,97,121)
#71566A
(113,86,106)
#624B5B
(98,75,91)
#53404C
(83,64,76)
#44353D
(68,53,61)
#352A2E
(53,42,46)
#261F1F
(38,31,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #AD82A6

#AD82A6
(173,130,166)
#B48DAE
(180,141,174)
#BB98B6
(187,152,182)
#C2A3BE
(194,163,190)
#C9AEC6
(201,174,198)
#D0B9CE
(208,185,206)
#D7C4D6
(215,196,214)
#DECFDE
(222,207,222)
#E5DAE6
(229,218,230)
#ECE5EE
(236,229,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD82A6; }

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

This text font color is #AD82A6.

Background Color

.myBgColor { background-color: #AD82A6; }

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

This div background color is #AD82A6.

Border color

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

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

This div border color is #AD82A6.

Opacity

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

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

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

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

This text has shadow with #AD82A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD82A6.

Preview

Color preview on black background

This text has color #AD82A6 on black background.


Color preview on white background

This text has color #AD82A6 on white background.


Black color preview on #AD82A6 background

This text has black color on #AD82A6 background.


White color preview on #AD82A6 background

This text has white color on #AD82A6 background.


Related colors

Complementary color

Complementary color for #hex is #527D59.


I love getcolorcode.com

Triadic colors

1 #A6AD82 and #82A6AD with #AD82A6 are triadic colors.

2 #A682AD and #82ADA6 with #AD82A6 are triadic colors.