COLOR #ADA8AF

HEX: #ADA8AF RGB: (173,168,175)

Color info

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

RGB color model

#ADA8AF color RGB value is (173,168,175).

RGB: (173,168,175) (68%, 66%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 168 of 255 = 66%
B 175 of 255 = 69%

173
168
175

R + G + B ~ 68%. #ADA8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 175 = 516 (100%)
R 173 of 516 ~ 33.53%
G 168 of 516 ~ 32.56%
B 175 of 516 ~ 33.91'%

%33.53
%32.56
%33.91

CMYK color model

#ADA8AF color CMYK value is (1,4,0,31).

  • cyan value is 1.14%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (1,4,0,31)
C1M4Y0K31 (1%, 4%, 0%, 31%)
(0.01 / 0.04 / 0.00 / 0.31)

CMYK percentages

%1.14
%4
%0
%31.37

Codes

Color #ADA8AF in popluar color models

AD A8 AF
RGB 173 168 175
HSL 283° 4.19% 67.25%
HSB/HSV 283° 4.00% 68.63%
CMYK 1.14% 4.00% 0.00%
31.37%

Color #ADA8AF in popluar number systems.

HEX AD A8 AF
Decimal 173 168 175
Binary 10101101 10101000 10101111
Octal 255 250 257

Shades and tints

Shades of #ADA8AF

#ADA8AF
(173,168,175)
#9E99A0
(158,153,160)
#8F8A91
(143,138,145)
#807B82
(128,123,130)
#716C73
(113,108,115)
#625D64
(98,93,100)
#534E55
(83,78,85)
#443F46
(68,63,70)
#353037
(53,48,55)
#262128
(38,33,40)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #ADA8AF

#ADA8AF
(173,168,175)
#B4AFB6
(180,175,182)
#BBB6BD
(187,182,189)
#C2BDC4
(194,189,196)
#C9C4CB
(201,196,203)
#D0CBD2
(208,203,210)
#D7D2D9
(215,210,217)
#DED9E0
(222,217,224)
#E5E0E7
(229,224,231)
#ECE7EE
(236,231,238)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8AF; }

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

This text font color is #ADA8AF.

Background Color

.myBgColor { background-color: #ADA8AF; }

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

This div background color is #ADA8AF.

Border color

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

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

This div border color is #ADA8AF.

Opacity

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

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

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

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

This text has shadow with #ADA8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA8AF.

Preview

Color preview on black background

This text has color #ADA8AF on black background.


Color preview on white background

This text has color #ADA8AF on white background.


Black color preview on #ADA8AF background

This text has black color on #ADA8AF background.


White color preview on #ADA8AF background

This text has white color on #ADA8AF background.


Related colors

Complementary color

Complementary color for #hex is #525750.


I love getcolorcode.com

Triadic colors

1 #AFADA8 and #A8AFAD with #ADA8AF are triadic colors.

2 #AFA8AD and #A8ADAF with #ADA8AF are triadic colors.