COLOR #ADA0A6

HEX: #ADA0A6
RGB: (173,160,166)

Color info

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

RGB color model

#ADA0A6 color RGB value is (173,160,166).

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

RGB channels and saturation

R 173 of 255 = 68%
G 160 of 255 = 63%
B 166 of 255 = 65%

173
160
166

R + G + B ~ 65%. #ADA0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 160 + 166 = 499 (100%)
R 173 of 499 ~ 34.67%
G 160 of 499 ~ 32.06%
B 166 of 499 ~ 33.27%

%34.67
%32.06
%33.27

CMYK color model

#ADA0A6 color CMYK value is (0,8,4,32).

  • cyan value is 0.00%
  • magenta value is 7.51%
  • yellow value is 4.05%
  • key color value is 32.16%
CMYK:
(0,8,4,32)
C0M8Y4K32 
(0%,8%,4%,32%)
(0.00/0.08/0.04/0.32)	

CMYK percentages

%0
%7.51
%4.05
%32.16

Codes

Color #ADA0A6 in popluar color models

ADA0A6
RGB173160166
HSL332°7.34%65.29%
HSB/HSV332°7.51%67.84%
CMYK0.00%7.51%4.05%
32.16%

Color #ADA0A6 in popluar number systems.

HEXADA0A6
Decimal173160166
Binary101011011010000010100110
Octal255240246

Shades and tints

Shades of #ADA0A6

#ADA0A6
(173,160,166)
#9E9297
(158,146,151)
#8F8488
(143,132,136)
#807679
(128,118,121)
#71686A
(113,104,106)
#625A5B
(98,90,91)
#534C4C
(83,76,76)
#443E3D
(68,62,61)
#35302E
(53,48,46)
#26221F
(38,34,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #ADA0A6

#ADA0A6
(173,160,166)
#B4A8AE
(180,168,174)
#BBB0B6
(187,176,182)
#C2B8BE
(194,184,190)
#C9C0C6
(201,192,198)
#D0C8CE
(208,200,206)
#D7D0D6
(215,208,214)
#DED8DE
(222,216,222)
#E5E0E6
(229,224,230)
#ECE8EE
(236,232,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA0A6; }

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

This text font color is #ADA0A6.


Background Color

.myBgColor { background-color: #ADA0A6; }

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

This div background color is #ADA0A6.


Border color

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

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

This div border color is #ADA0A6.


Opacity

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

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

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

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

This text has shadow with #ADA0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA0A6 on black background.


Color preview on white background

This text has color #ADA0A6 on white background.



Black color preview on #ADA0A6 background

This text has black color on #ADA0A6 background.


White color preview on #ADA0A6 background

This text has white color on #ADA0A6 background.