COLOR #AD84AA

HEX: #AD84AA
RGB: (173,132,170)

Color info

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

RGB color model

#AD84AA color RGB value is (173,132,170).

  • red value is 173;
  • green value is 132;
  • blue value is 170.
RGB:
(173,132,170)
(68%,52%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 170 of 255 = 67%

173
132
170

R + G + B ~ 62%. #AD84AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 170 = 475 (100%)
R 173 of 475 ~ 36.42%
G 132 of 475 ~ 27.79%
B 170 of 475 ~ 35.79%

%36.42
%27.79
%35.79

CMYK color model

#AD84AA color CMYK value is (0,24,2,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(0,24,2,32)
C0M24Y2K32 
(0%,24%,2%,32%)
(0.00/0.24/0.02/0.32)	

CMYK percentages

%0
%23.7
%1.73
%32.16

Codes

Color #AD84AA in popluar color models

AD84AA
RGB173132170
HSL304°20.00%59.80%
HSB/HSV304°23.70%67.84%
CMYK0.00%23.70%1.73%
32.16%

Color #AD84AA in popluar number systems.

HEXAD84AA
Decimal173132170
Binary101011011000010010101010
Octal255204252

Shades and tints

Shades of #AD84AA

#AD84AA
(173,132,170)
#9E789B
(158,120,155)
#8F6C8C
(143,108,140)
#80607D
(128,96,125)
#71546E
(113,84,110)
#62485F
(98,72,95)
#533C50
(83,60,80)
#443041
(68,48,65)
#352432
(53,36,50)
#261823
(38,24,35)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #AD84AA

#AD84AA
(173,132,170)
#B48FB1
(180,143,177)
#BB9AB8
(187,154,184)
#C2A5BF
(194,165,191)
#C9B0C6
(201,176,198)
#D0BBCD
(208,187,205)
#D7C6D4
(215,198,212)
#DED1DB
(222,209,219)
#E5DCE2
(229,220,226)
#ECE7E9
(236,231,233)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD84AA color. Also use rgb(173,132,170) instead hex code.

Text Font Color

.myTextColor { color: #AD84AA; }

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

This text font color is #AD84AA.


Background Color

.myBgColor { background-color: #AD84AA; }

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

This div background color is #AD84AA.


Border color

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

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

This div border color is #AD84AA.


Opacity

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

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

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

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

This text has shadow with #AD84AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD84AA on black background.


Color preview on white background

This text has color #AD84AA on white background.



Black color preview on #AD84AA background

This text has black color on #AD84AA background.


White color preview on #AD84AA background

This text has white color on #AD84AA background.