COLOR #AD9FAA

HEX: #AD9FAA
RGB: (173,159,170)

Color info

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

RGB color model

#AD9FAA color RGB value is (173,159,170).

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

RGB channels and saturation

R 173 of 255 = 68%
G 159 of 255 = 62%
B 170 of 255 = 67%

173
159
170

R + G + B ~ 66%. #AD9FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 159 + 170 = 502 (100%)
R 173 of 502 ~ 34.46%
G 159 of 502 ~ 31.67%
B 170 of 502 ~ 33.86%

%34.46
%31.67
%33.86

CMYK color model

#AD9FAA color CMYK value is (0,8,2,32).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(0,8,2,32)
C0M8Y2K32 
(0%,8%,2%,32%)
(0.00/0.08/0.02/0.32)	

CMYK percentages

%0
%8.09
%1.73
%32.16

Codes

Color #AD9FAA in popluar color models

AD9FAA
RGB173159170
HSL313°7.87%65.10%
HSB/HSV313°8.09%67.84%
CMYK0.00%8.09%1.73%
32.16%

Color #AD9FAA in popluar number systems.

HEXAD9FAA
Decimal173159170
Binary101011011001111110101010
Octal255237252

Shades and tints

Shades of #AD9FAA

#AD9FAA
(173,159,170)
#9E919B
(158,145,155)
#8F838C
(143,131,140)
#80757D
(128,117,125)
#71676E
(113,103,110)
#62595F
(98,89,95)
#534B50
(83,75,80)
#443D41
(68,61,65)
#352F32
(53,47,50)
#262123
(38,33,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #AD9FAA

#AD9FAA
(173,159,170)
#B4A7B1
(180,167,177)
#BBAFB8
(187,175,184)
#C2B7BF
(194,183,191)
#C9BFC6
(201,191,198)
#D0C7CD
(208,199,205)
#D7CFD4
(215,207,212)
#DED7DB
(222,215,219)
#E5DFE2
(229,223,226)
#ECE7E9
(236,231,233)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9FAA; }

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

This text font color is #AD9FAA.


Background Color

.myBgColor { background-color: #AD9FAA; }

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

This div background color is #AD9FAA.


Border color

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

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

This div border color is #AD9FAA.


Opacity

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

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

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

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

This text has shadow with #AD9FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9FAA on black background.


Color preview on white background

This text has color #AD9FAA on white background.



Black color preview on #AD9FAA background

This text has black color on #AD9FAA background.


White color preview on #AD9FAA background

This text has white color on #AD9FAA background.