COLOR #AD80A6

HEX: #AD80A6
RGB: (173,128,166)

Color info

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

RGB color model

#AD80A6 color RGB value is (173,128,166).

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

RGB channels and saturation

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

173
128
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 166 = 467 (100%)
R 173 of 467 ~ 37.04%
G 128 of 467 ~ 27.41%
B 166 of 467 ~ 35.55%

%37.04
%27.41
%35.55

CMYK color model

#AD80A6 color CMYK value is (0,26,4,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(0,26,4,32)
C0M26Y4K32 
(0%,26%,4%,32%)
(0.00/0.26/0.04/0.32)	

CMYK percentages

%0
%26.01
%4.05
%32.16

Codes

Color #AD80A6 in popluar color models

AD80A6
RGB173128166
HSL309°21.53%59.02%
HSB/HSV309°26.01%67.84%
CMYK0.00%26.01%4.05%
32.16%

Color #AD80A6 in popluar number systems.

HEXAD80A6
Decimal173128166
Binary101011011000000010100110
Octal255200246

Shades and tints

Shades of #AD80A6

#AD80A6
(173,128,166)
#9E7597
(158,117,151)
#8F6A88
(143,106,136)
#805F79
(128,95,121)
#71546A
(113,84,106)
#62495B
(98,73,91)
#533E4C
(83,62,76)
#44333D
(68,51,61)
#35282E
(53,40,46)
#261D1F
(38,29,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #AD80A6

#AD80A6
(173,128,166)
#B48BAE
(180,139,174)
#BB96B6
(187,150,182)
#C2A1BE
(194,161,190)
#C9ACC6
(201,172,198)
#D0B7CE
(208,183,206)
#D7C2D6
(215,194,214)
#DECDDE
(222,205,222)
#E5D8E6
(229,216,230)
#ECE3EE
(236,227,238)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD80A6; }

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

This text font color is #AD80A6.


Background Color

.myBgColor { background-color: #AD80A6; }

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

This div background color is #AD80A6.


Border color

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

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

This div border color is #AD80A6.


Opacity

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

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

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

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

This text has shadow with #AD80A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD80A6 on black background.


Color preview on white background

This text has color #AD80A6 on white background.



Black color preview on #AD80A6 background

This text has black color on #AD80A6 background.


White color preview on #AD80A6 background

This text has white color on #AD80A6 background.