COLOR #AD80A8

HEX: #AD80A8
RGB: (173,128,168)

Color info

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

RGB color model

#AD80A8 color RGB value is (173,128,168).

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

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 168 of 255 = 66%

173
128
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 168 = 469 (100%)
R 173 of 469 ~ 36.89%
G 128 of 469 ~ 27.29%
B 168 of 469 ~ 35.82%

%36.89
%27.29
%35.82

CMYK color model

#AD80A8 color CMYK value is (0,26,3,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(0,26,3,32)
C0M26Y3K32 
(0%,26%,3%,32%)
(0.00/0.26/0.03/0.32)	

CMYK percentages

%0
%26.01
%2.89
%32.16

Codes

Color #AD80A8 in popluar color models

AD80A8
RGB173128168
HSL307°21.53%59.02%
HSB/HSV307°26.01%67.84%
CMYK0.00%26.01%2.89%
32.16%

Color #AD80A8 in popluar number systems.

HEXAD80A8
Decimal173128168
Binary101011011000000010101000
Octal255200250

Shades and tints

Shades of #AD80A8

#AD80A8
(173,128,168)
#9E7599
(158,117,153)
#8F6A8A
(143,106,138)
#805F7B
(128,95,123)
#71546C
(113,84,108)
#62495D
(98,73,93)
#533E4E
(83,62,78)
#44333F
(68,51,63)
#352830
(53,40,48)
#261D21
(38,29,33)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #AD80A8

#AD80A8
(173,128,168)
#B48BAF
(180,139,175)
#BB96B6
(187,150,182)
#C2A1BD
(194,161,189)
#C9ACC4
(201,172,196)
#D0B7CB
(208,183,203)
#D7C2D2
(215,194,210)
#DECDD9
(222,205,217)
#E5D8E0
(229,216,224)
#ECE3E7
(236,227,231)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD80A8; }

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

This text font color is #AD80A8.


Background Color

.myBgColor { background-color: #AD80A8; }

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

This div background color is #AD80A8.


Border color

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

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

This div border color is #AD80A8.


Opacity

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

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

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

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

This text has shadow with #AD80A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD80A8 on black background.


Color preview on white background

This text has color #AD80A8 on white background.



Black color preview on #AD80A8 background

This text has black color on #AD80A8 background.


White color preview on #AD80A8 background

This text has white color on #AD80A8 background.