COLOR #ADA7AF

HEX: #ADA7AF RGB: (173,167,175)

Color info

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

RGB color model

#ADA7AF color RGB value is (173,167,175).

RGB: (173,167,175) (68%, 65%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 175 of 255 = 69%

173
167
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 167 + 175 = 515 (100%)
R 173 of 515 ~ 33.59%
G 167 of 515 ~ 32.43%
B 175 of 515 ~ 33.98'%

%33.59
%32.43
%33.98

CMYK color model

#ADA7AF color CMYK value is (1,5,0,31).

  • cyan value is 1.14%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (1,5,0,31) C1M5Y0K31 (1%,5%,0%,31%) (0.01/0.05/0.00/0.31) 

CMYK percentages

%1.14
%4.57
%0
%31.37

Codes

Color #ADA7AF in popluar color models

AD A7 AF
RGB 173 167 175
HSL 285° 4.76% 67.06%
HSB/HSV 285° 4.57% 68.63%
CMYK 1.14% 4.57% 0.00%
31.37%

Color #ADA7AF in popluar number systems.

HEX AD A7 AF
Decimal 173 167 175
Binary 10101101 10100111 10101111
Octal 255 247 257

Shades and tints

Shades of #ADA7AF

#ADA7AF
(173,167,175)
#9E98A0
(158,152,160)
#8F8991
(143,137,145)
#807A82
(128,122,130)
#716B73
(113,107,115)
#625C64
(98,92,100)
#534D55
(83,77,85)
#443E46
(68,62,70)
#352F37
(53,47,55)
#262028
(38,32,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #ADA7AF

#ADA7AF
(173,167,175)
#B4AFB6
(180,175,182)
#BBB7BD
(187,183,189)
#C2BFC4
(194,191,196)
#C9C7CB
(201,199,203)
#D0CFD2
(208,207,210)
#D7D7D9
(215,215,217)
#DEDFE0
(222,223,224)
#E5E7E7
(229,231,231)
#ECEFEE
(236,239,238)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA7AF; }

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

This text font color is #ADA7AF.

Background Color

.myBgColor { background-color: #ADA7AF; }

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

This div background color is #ADA7AF.

Border color

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

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

This div border color is #ADA7AF.

Opacity

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

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

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

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

This text has shadow with #ADA7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA7AF.

Preview

Color preview on black background

This text has color #ADA7AF on black background.


Color preview on white background

This text has color #ADA7AF on white background.


Black color preview on #ADA7AF background

This text has black color on #ADA7AF background.


White color preview on #ADA7AF background

This text has white color on #ADA7AF background.


Related colors

Complementary color

Complementary color for #hex is #525850.


I love getcolorcode.com

Triadic colors

1 #AFADA7 and #A7AFAD with #ADA7AF are triadic colors.

2 #AFA7AD and #A7ADAF with #ADA7AF are triadic colors.