COLOR #ADA5AC

HEX: #ADA5AC
RGB: (173,165,172)

Color info

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

RGB color model

#ADA5AC color RGB value is (173,165,172).

  • red value is 173;
  • green value is 165;
  • blue value is 172.
RGB:
(173,165,172)
(68%,65%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 172 of 255 = 67%

173
165
172

R + G + B ~ 67%. #ADA5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 172 = 510 (100%)
R 173 of 510 ~ 33.92%
G 165 of 510 ~ 32.35%
B 172 of 510 ~ 33.73%

%33.92
%32.35
%33.73

CMYK color model

#ADA5AC color CMYK value is (0,5,1,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 0.58%
  • key color value is 32.16%
CMYK:
(0,5,1,32)
C0M5Y1K32 
(0%,5%,1%,32%)
(0.00/0.05/0.01/0.32)	

CMYK percentages

%0
%4.62
%0.58
%32.16

Codes

Color #ADA5AC in popluar color models

ADA5AC
RGB173165172
HSL308°4.65%66.27%
HSB/HSV308°4.62%67.84%
CMYK0.00%4.62%0.58%
32.16%

Color #ADA5AC in popluar number systems.

HEXADA5AC
Decimal173165172
Binary101011011010010110101100
Octal255245254

Shades and tints

Shades of #ADA5AC

#ADA5AC
(173,165,172)
#9E969D
(158,150,157)
#8F878E
(143,135,142)
#80787F
(128,120,127)
#716970
(113,105,112)
#625A61
(98,90,97)
#534B52
(83,75,82)
#443C43
(68,60,67)
#352D34
(53,45,52)
#261E25
(38,30,37)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #ADA5AC

#ADA5AC
(173,165,172)
#B4ADB3
(180,173,179)
#BBB5BA
(187,181,186)
#C2BDC1
(194,189,193)
#C9C5C8
(201,197,200)
#D0CDCF
(208,205,207)
#D7D5D6
(215,213,214)
#DEDDDD
(222,221,221)
#E5E5E4
(229,229,228)
#ECEDEB
(236,237,235)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA5AC color. Also use rgb(173,165,172) instead hex code.

Text Font Color

.myTextColor { color: #ADA5AC; }

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

This text font color is #ADA5AC.


Background Color

.myBgColor { background-color: #ADA5AC; }

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

This div background color is #ADA5AC.


Border color

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

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

This div border color is #ADA5AC.


Opacity

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

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

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

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

This text has shadow with #ADA5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5AC on black background.


Color preview on white background

This text has color #ADA5AC on white background.



Black color preview on #ADA5AC background

This text has black color on #ADA5AC background.


White color preview on #ADA5AC background

This text has white color on #ADA5AC background.