COLOR #AD82A0

HEX: #AD82A0
RGB: (173,130,160)

Color info

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

RGB color model

#AD82A0 color RGB value is (173,130,160).

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

RGB channels and saturation

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

173
130
160

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

Portions of RGB colors in percentages

R + G + B =
173 + 130 + 160 = 463 (100%)
R 173 of 463 ~ 37.37%
G 130 of 463 ~ 28.08%
B 160 of 463 ~ 34.56%

%37.37
%28.08
%34.56

CMYK color model

#AD82A0 color CMYK value is (0,25,8,32).

  • cyan value is 0.00%
  • magenta value is 24.86%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(0,25,8,32)
C0M25Y8K32 
(0%,25%,8%,32%)
(0.00/0.25/0.08/0.32)	

CMYK percentages

%0
%24.86
%7.51
%32.16

Codes

Color #AD82A0 in popluar color models

AD82A0
RGB173130160
HSL318°20.77%59.41%
HSB/HSV318°24.86%67.84%
CMYK0.00%24.86%7.51%
32.16%

Color #AD82A0 in popluar number systems.

HEXAD82A0
Decimal173130160
Binary101011011000001010100000
Octal255202240

Shades and tints

Shades of #AD82A0

#AD82A0
(173,130,160)
#9E7792
(158,119,146)
#8F6C84
(143,108,132)
#806176
(128,97,118)
#715668
(113,86,104)
#624B5A
(98,75,90)
#53404C
(83,64,76)
#44353E
(68,53,62)
#352A30
(53,42,48)
#261F22
(38,31,34)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #AD82A0

#AD82A0
(173,130,160)
#B48DA8
(180,141,168)
#BB98B0
(187,152,176)
#C2A3B8
(194,163,184)
#C9AEC0
(201,174,192)
#D0B9C8
(208,185,200)
#D7C4D0
(215,196,208)
#DECFD8
(222,207,216)
#E5DAE0
(229,218,224)
#ECE5E8
(236,229,232)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD82A0; }

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

This text font color is #AD82A0.


Background Color

.myBgColor { background-color: #AD82A0; }

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

This div background color is #AD82A0.


Border color

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

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

This div border color is #AD82A0.


Opacity

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

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

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

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

This text has shadow with #AD82A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD82A0 on black background.


Color preview on white background

This text has color #AD82A0 on white background.



Black color preview on #AD82A0 background

This text has black color on #AD82A0 background.


White color preview on #AD82A0 background

This text has white color on #AD82A0 background.