COLOR #ADA7A9

HEX: #ADA7A9 RGB: (173,167,169)

Color info

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

RGB color model

#ADA7A9 color RGB value is (173,167,169).

RGB: (173,167,169) (68%, 65%, 66%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 169 of 255 = 66%

173
167
169

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

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 169 = 509 (100%)
R 173 of 509 ~ 33.99%
G 167 of 509 ~ 32.81%
B 169 of 509 ~ 33.2'%

%33.99
%32.81
%33.2

CMYK color model

#ADA7A9 color CMYK value is (0,3,2,32).

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 2.31%
  • key color value is 32.16%

CMYK: (0,3,2,32)
C0M3Y2K32 (0%, 3%, 2%, 32%)
(0.00 / 0.03 / 0.02 / 0.32)

CMYK percentages

%0
%3.47
%2.31
%32.16

Codes

Color #ADA7A9 in popluar color models

AD A7 A9
RGB 173 167 169
HSL 340° 3.53% 66.67%
HSB/HSV 340° 3.47% 67.84%
CMYK 0.00% 3.47% 2.31%
32.16%

Color #ADA7A9 in popluar number systems.

HEX AD A7 A9
Decimal 173 167 169
Binary 10101101 10100111 10101001
Octal 255 247 251

Shades and tints

Shades of #ADA7A9

#ADA7A9
(173,167,169)
#9E989A
(158,152,154)
#8F898B
(143,137,139)
#807A7C
(128,122,124)
#716B6D
(113,107,109)
#625C5E
(98,92,94)
#534D4F
(83,77,79)
#443E40
(68,62,64)
#352F31
(53,47,49)
#262022
(38,32,34)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #ADA7A9

#ADA7A9
(173,167,169)
#B4AFB0
(180,175,176)
#BBB7B7
(187,183,183)
#C2BFBE
(194,191,190)
#C9C7C5
(201,199,197)
#D0CFCC
(208,207,204)
#D7D7D3
(215,215,211)
#DEDFDA
(222,223,218)
#E5E7E1
(229,231,225)
#ECEFE8
(236,239,232)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA7A9; }

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

This text font color is #ADA7A9.

Background Color

.myBgColor { background-color: #ADA7A9; }

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

This div background color is #ADA7A9.

Border color

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

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

This div border color is #ADA7A9.

Opacity

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

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

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

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

This text has shadow with #ADA7A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA7A9.

Preview

Color preview on black background

This text has color #ADA7A9 on black background.


Color preview on white background

This text has color #ADA7A9 on white background.


Black color preview on #ADA7A9 background

This text has black color on #ADA7A9 background.


White color preview on #ADA7A9 background

This text has white color on #ADA7A9 background.


Related colors

Complementary color

Complementary color for #hex is #525856.


I love getcolorcode.com

Triadic colors

1 #A9ADA7 and #A7A9AD with #ADA7A9 are triadic colors.

2 #A9A7AD and #A7ADA9 with #ADA7A9 are triadic colors.