COLOR #AD84A1

HEX: #AD84A1
RGB: (173,132,161)

Color info

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

RGB color model

#AD84A1 color RGB value is (173,132,161).

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

RGB channels and saturation

R 173 of 255 = 68%
G 132 of 255 = 52%
B 161 of 255 = 63%

173
132
161

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

Portions of RGB colors in percentages

R + G + B =
173 + 132 + 161 = 466 (100%)
R 173 of 466 ~ 37.12%
G 132 of 466 ~ 28.33%
B 161 of 466 ~ 34.55%

%37.12
%28.33
%34.55

CMYK color model

#AD84A1 color CMYK value is (0,24,7,32).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 6.94%
  • key color value is 32.16%
CMYK:
(0,24,7,32)
C0M24Y7K32 
(0%,24%,7%,32%)
(0.00/0.24/0.07/0.32)	

CMYK percentages

%0
%23.7
%6.94
%32.16

Codes

Color #AD84A1 in popluar color models

AD84A1
RGB173132161
HSL318°20.00%59.80%
HSB/HSV318°23.70%67.84%
CMYK0.00%23.70%6.94%
32.16%

Color #AD84A1 in popluar number systems.

HEXAD84A1
Decimal173132161
Binary101011011000010010100001
Octal255204241

Shades and tints

Shades of #AD84A1

#AD84A1
(173,132,161)
#9E7893
(158,120,147)
#8F6C85
(143,108,133)
#806077
(128,96,119)
#715469
(113,84,105)
#62485B
(98,72,91)
#533C4D
(83,60,77)
#44303F
(68,48,63)
#352431
(53,36,49)
#261823
(38,24,35)
#170C15
(23,12,21)
#000000
(0,0,0)

Tints of #AD84A1

#AD84A1
(173,132,161)
#B48FA9
(180,143,169)
#BB9AB1
(187,154,177)
#C2A5B9
(194,165,185)
#C9B0C1
(201,176,193)
#D0BBC9
(208,187,201)
#D7C6D1
(215,198,209)
#DED1D9
(222,209,217)
#E5DCE1
(229,220,225)
#ECE7E9
(236,231,233)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD84A1; }

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

This text font color is #AD84A1.


Background Color

.myBgColor { background-color: #AD84A1; }

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

This div background color is #AD84A1.


Border color

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

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

This div border color is #AD84A1.


Opacity

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

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

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

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

This text has shadow with #AD84A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD84A1 on black background.


Color preview on white background

This text has color #AD84A1 on white background.



Black color preview on #AD84A1 background

This text has black color on #AD84A1 background.


White color preview on #AD84A1 background

This text has white color on #AD84A1 background.