COLOR #ADA1A9

HEX: #ADA1A9
RGB: (173,161,169)

Color info

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

RGB color model

#ADA1A9 color RGB value is (173,161,169).

  • red value is 173;
  • green value is 161;
  • blue value is 169.
RGB:
(173,161,169)
(68%,63%,66%)

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 169 of 255 = 66%

173
161
169

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 169 = 503 (100%)
R 173 of 503 ~ 34.39%
G 161 of 503 ~ 32.01%
B 169 of 503 ~ 33.6%

%34.39
%32.01
%33.6

CMYK color model

#ADA1A9 color CMYK value is (0,7,2,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 2.31%
  • key color value is 32.16%
CMYK:
(0,7,2,32)
C0M7Y2K32 
(0%,7%,2%,32%)
(0.00/0.07/0.02/0.32)	

CMYK percentages

%0
%6.94
%2.31
%32.16

Codes

Color #ADA1A9 in popluar color models

ADA1A9
RGB173161169
HSL320°6.82%65.49%
HSB/HSV320°6.94%67.84%
CMYK0.00%6.94%2.31%
32.16%

Color #ADA1A9 in popluar number systems.

HEXADA1A9
Decimal173161169
Binary101011011010000110101001
Octal255241251

Shades and tints

Shades of #ADA1A9

#ADA1A9
(173,161,169)
#9E939A
(158,147,154)
#8F858B
(143,133,139)
#80777C
(128,119,124)
#71696D
(113,105,109)
#625B5E
(98,91,94)
#534D4F
(83,77,79)
#443F40
(68,63,64)
#353131
(53,49,49)
#262322
(38,35,34)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADA1A9

#ADA1A9
(173,161,169)
#B4A9B0
(180,169,176)
#BBB1B7
(187,177,183)
#C2B9BE
(194,185,190)
#C9C1C5
(201,193,197)
#D0C9CC
(208,201,204)
#D7D1D3
(215,209,211)
#DED9DA
(222,217,218)
#E5E1E1
(229,225,225)
#ECE9E8
(236,233,232)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADA1A9 color. Also use rgb(173,161,169) instead hex code.

Text Font Color

.myTextColor { color: #ADA1A9; }

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

This text font color is #ADA1A9.


Background Color

.myBgColor { background-color: #ADA1A9; }

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

This div background color is #ADA1A9.


Border color

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

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

This div border color is #ADA1A9.


Opacity

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

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

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

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

This text has shadow with #ADA1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA1A9 on black background.


Color preview on white background

This text has color #ADA1A9 on white background.



Black color preview on #ADA1A9 background

This text has black color on #ADA1A9 background.


White color preview on #ADA1A9 background

This text has white color on #ADA1A9 background.