COLOR #AD82A1

HEX: #AD82A1 RGB: (173,130,161)

Color info

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

RGB color model

#AD82A1 color RGB value is (173,130,161).

RGB: (173,130,161) (68%, 51%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 130 of 255 = 51%
B 161 of 255 = 63%

173
130
161

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

Portions of RGB colors in percentages

R + G + B = 173 + 130 + 161 = 464 (100%)
R 173 of 464 ~ 37.28%
G 130 of 464 ~ 28.02%
B 161 of 464 ~ 34.7'%

%37.28
%28.02
%34.7

CMYK color model

#AD82A1 color CMYK value is (0,25,7,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 6.94%
  • key color value is 32.16%

CMYK: (0,25,7,32)
C0M25Y7K32 (0%, 25%, 7%, 32%)
(0.00 / 0.25 / 0.07 / 0.32)

CMYK percentages

%0
%24.86
%6.94
%32.16

Codes

Color #AD82A1 in popluar color models

AD 82 A1
RGB 173 130 161
HSL 317° 20.77% 59.41%
HSB/HSV 317° 24.86% 67.84%
CMYK 0.00% 24.86% 6.94%
32.16%

Color #AD82A1 in popluar number systems.

HEX AD 82 A1
Decimal 173 130 161
Binary 10101101 10000010 10100001
Octal 255 202 241

Shades and tints

Shades of #AD82A1

#AD82A1
(173,130,161)
#9E7793
(158,119,147)
#8F6C85
(143,108,133)
#806177
(128,97,119)
#715669
(113,86,105)
#624B5B
(98,75,91)
#53404D
(83,64,77)
#44353F
(68,53,63)
#352A31
(53,42,49)
#261F23
(38,31,35)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #AD82A1

#AD82A1
(173,130,161)
#B48DA9
(180,141,169)
#BB98B1
(187,152,177)
#C2A3B9
(194,163,185)
#C9AEC1
(201,174,193)
#D0B9C9
(208,185,201)
#D7C4D1
(215,196,209)
#DECFD9
(222,207,217)
#E5DAE1
(229,218,225)
#ECE5E9
(236,229,233)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD82A1; }

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

This text font color is #AD82A1.

Background Color

.myBgColor { background-color: #AD82A1; }

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

This div background color is #AD82A1.

Border color

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

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

This div border color is #AD82A1.

Opacity

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

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

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

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

This text has shadow with #AD82A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD82A1.

Preview

Color preview on black background

This text has color #AD82A1 on black background.


Color preview on white background

This text has color #AD82A1 on white background.


Black color preview on #AD82A1 background

This text has black color on #AD82A1 background.


White color preview on #AD82A1 background

This text has white color on #AD82A1 background.


Related colors

Complementary color

Complementary color for #hex is #527D5E.


I love getcolorcode.com

Triadic colors

1 #A1AD82 and #82A1AD with #AD82A1 are triadic colors.

2 #A182AD and #82ADA1 with #AD82A1 are triadic colors.