COLOR #AD80A5

HEX: #AD80A5
RGB: (173,128,165)

Color info

#AD80A5 contains red, green and blue colors in about the same proportion. Web safe color of #AD80A5 is #996699 (or #969).

RGB color model

#AD80A5 color RGB value is (173,128,165).

  • red value is 173;
  • green value is 128;
  • blue value is 165.
RGB:
(173,128,165)
(68%,50%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 165 of 255 = 65%

173
128
165

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

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 165 = 466 (100%)
R 173 of 466 ~ 37.12%
G 128 of 466 ~ 27.47%
B 165 of 466 ~ 35.41%

%37.12
%27.47
%35.41

CMYK color model

#AD80A5 color CMYK value is (0,26,5,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(0,26,5,32)
C0M26Y5K32 
(0%,26%,5%,32%)
(0.00/0.26/0.05/0.32)	

CMYK percentages

%0
%26.01
%4.62
%32.16

Codes

Color #AD80A5 in popluar color models

AD80A5
RGB173128165
HSL311°21.53%59.02%
HSB/HSV311°26.01%67.84%
CMYK0.00%26.01%4.62%
32.16%

Color #AD80A5 in popluar number systems.

HEXAD80A5
Decimal173128165
Binary101011011000000010100101
Octal255200245

Shades and tints

Shades of #AD80A5

#AD80A5
(173,128,165)
#9E7596
(158,117,150)
#8F6A87
(143,106,135)
#805F78
(128,95,120)
#715469
(113,84,105)
#62495A
(98,73,90)
#533E4B
(83,62,75)
#44333C
(68,51,60)
#35282D
(53,40,45)
#261D1E
(38,29,30)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #AD80A5

#AD80A5
(173,128,165)
#B48BAD
(180,139,173)
#BB96B5
(187,150,181)
#C2A1BD
(194,161,189)
#C9ACC5
(201,172,197)
#D0B7CD
(208,183,205)
#D7C2D5
(215,194,213)
#DECDDD
(222,205,221)
#E5D8E5
(229,216,229)
#ECE3ED
(236,227,237)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD80A5 color. Also use rgb(173,128,165) instead hex code.

Text Font Color

.myTextColor { color: #AD80A5; }

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

This text font color is #AD80A5.


Background Color

.myBgColor { background-color: #AD80A5; }

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

This div background color is #AD80A5.


Border color

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

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

This div border color is #AD80A5.


Opacity

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

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

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

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

This text has shadow with #AD80A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD80A5 on black background.


Color preview on white background

This text has color #AD80A5 on white background.



Black color preview on #AD80A5 background

This text has black color on #AD80A5 background.


White color preview on #AD80A5 background

This text has white color on #AD80A5 background.