COLOR #AD9DAF

HEX: #AD9DAF
RGB: (173,157,175)

Color info

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

RGB color model

#AD9DAF color RGB value is (173,157,175).

  • red value is 173;
  • green value is 157;
  • blue value is 175.
RGB:
(173,157,175)
(68%,62%,69%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 175 of 255 = 69%

173
157
175

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

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 175 = 505 (100%)
R 173 of 505 ~ 34.26%
G 157 of 505 ~ 31.09%
B 175 of 505 ~ 34.65%

%34.26
%31.09
%34.65

CMYK color model

#AD9DAF color CMYK value is (1,10,0,31).

  • cyan value is 1.14%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,10,0,31)
C1M10Y0K31 
(1%,10%,0%,31%)
(0.01/0.10/0.00/0.31)	

CMYK percentages

%1.14
%10.29
%0
%31.37

Codes

Color #AD9DAF in popluar color models

AD9DAF
RGB173157175
HSL293°10.11%65.10%
HSB/HSV293°10.29%68.63%
CMYK1.14%10.29%0.00%
31.37%

Color #AD9DAF in popluar number systems.

HEXAD9DAF
Decimal173157175
Binary101011011001110110101111
Octal255235257

Shades and tints

Shades of #AD9DAF

#AD9DAF
(173,157,175)
#9E8FA0
(158,143,160)
#8F8191
(143,129,145)
#807382
(128,115,130)
#716573
(113,101,115)
#625764
(98,87,100)
#534955
(83,73,85)
#443B46
(68,59,70)
#352D37
(53,45,55)
#261F28
(38,31,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #AD9DAF

#AD9DAF
(173,157,175)
#B4A5B6
(180,165,182)
#BBADBD
(187,173,189)
#C2B5C4
(194,181,196)
#C9BDCB
(201,189,203)
#D0C5D2
(208,197,210)
#D7CDD9
(215,205,217)
#DED5E0
(222,213,224)
#E5DDE7
(229,221,231)
#ECE5EE
(236,229,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9DAF color. Also use rgb(173,157,175) instead hex code.

Text Font Color

.myTextColor { color: #AD9DAF; }

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

This text font color is #AD9DAF.


Background Color

.myBgColor { background-color: #AD9DAF; }

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

This div background color is #AD9DAF.


Border color

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

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

This div border color is #AD9DAF.


Opacity

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

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

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

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

This text has shadow with #AD9DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DAF on black background.


Color preview on white background

This text has color #AD9DAF on white background.



Black color preview on #AD9DAF background

This text has black color on #AD9DAF background.


White color preview on #AD9DAF background

This text has white color on #AD9DAF background.