COLOR #ADA5A6

HEX: #ADA5A6
RGB: (173,165,166)

Color info

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

RGB color model

#ADA5A6 color RGB value is (173,165,166).

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

RGB channels and saturation

R 173 of 255 = 68%
G 165 of 255 = 65%
B 166 of 255 = 65%

173
165
166

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

Portions of RGB colors in percentages

R + G + B =
173 + 165 + 166 = 504 (100%)
R 173 of 504 ~ 34.33%
G 165 of 504 ~ 32.74%
B 166 of 504 ~ 32.94%

%34.33
%32.74
%32.94

CMYK color model

#ADA5A6 color CMYK value is (0,5,4,32).

  • cyan value is 0.00%
  • magenta value is 4.62%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(0,5,4,32)
C0M5Y4K32 
(0%,5%,4%,32%)
(0.00/0.05/0.04/0.32)	

CMYK percentages

%0
%4.62
%4.05
%32.16

Codes

Color #ADA5A6 in popluar color models

ADA5A6
RGB173165166
HSL353°4.65%66.27%
HSB/HSV353°4.62%67.84%
CMYK0.00%4.62%4.05%
32.16%

Color #ADA5A6 in popluar number systems.

HEXADA5A6
Decimal173165166
Binary101011011010010110100110
Octal255245246

Shades and tints

Shades of #ADA5A6

#ADA5A6
(173,165,166)
#9E9697
(158,150,151)
#8F8788
(143,135,136)
#807879
(128,120,121)
#71696A
(113,105,106)
#625A5B
(98,90,91)
#534B4C
(83,75,76)
#443C3D
(68,60,61)
#352D2E
(53,45,46)
#261E1F
(38,30,31)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #ADA5A6

#ADA5A6
(173,165,166)
#B4ADAE
(180,173,174)
#BBB5B6
(187,181,182)
#C2BDBE
(194,189,190)
#C9C5C6
(201,197,198)
#D0CDCE
(208,205,206)
#D7D5D6
(215,213,214)
#DEDDDE
(222,221,222)
#E5E5E6
(229,229,230)
#ECEDEE
(236,237,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA5A6; }

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

This text font color is #ADA5A6.


Background Color

.myBgColor { background-color: #ADA5A6; }

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

This div background color is #ADA5A6.


Border color

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

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

This div border color is #ADA5A6.


Opacity

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

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

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

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

This text has shadow with #ADA5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA5A6 on black background.


Color preview on white background

This text has color #ADA5A6 on white background.



Black color preview on #ADA5A6 background

This text has black color on #ADA5A6 background.


White color preview on #ADA5A6 background

This text has white color on #ADA5A6 background.