COLOR #ADA8AD

HEX: #ADA8AD RGB: (173,168,173)

Color info

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

RGB color model

#ADA8AD color RGB value is (173,168,173).

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

RGB channels and saturation

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

173
168
173

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

Portions of RGB colors in percentages

R + G + B = 173 + 168 + 173 = 514 (100%)
R 173 of 514 ~ 33.66%
G 168 of 514 ~ 32.68%
B 173 of 514 ~ 33.66'%

%33.66
%32.68
%33.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (0,3,0,32)
C0M3Y0K32 (0%, 3%, 0%, 32%)
(0.00 / 0.03 / 0.00 / 0.32)

CMYK percentages

%0
%2.89
%0
%32.16

Codes

Color #ADA8AD in popluar color models

AD A8 AD
RGB 173 168 173
HSL 300° 2.96% 66.86%
HSB/HSV 300° 2.89% 67.84%
CMYK 0.00% 2.89% 0.00%
32.16%

Color #ADA8AD in popluar number systems.

HEX AD A8 AD
Decimal 173 168 173
Binary 10101101 10101000 10101101
Octal 255 250 255

Shades and tints

Shades of #ADA8AD

#ADA8AD
(173,168,173)
#9E999E
(158,153,158)
#8F8A8F
(143,138,143)
#807B80
(128,123,128)
#716C71
(113,108,113)
#625D62
(98,93,98)
#534E53
(83,78,83)
#443F44
(68,63,68)
#353035
(53,48,53)
#262126
(38,33,38)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADA8AD

#ADA8AD
(173,168,173)
#B4AFB4
(180,175,180)
#BBB6BB
(187,182,187)
#C2BDC2
(194,189,194)
#C9C4C9
(201,196,201)
#D0CBD0
(208,203,208)
#D7D2D7
(215,210,215)
#DED9DE
(222,217,222)
#E5E0E5
(229,224,229)
#ECE7EC
(236,231,236)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA8AD; }

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

This text font color is #ADA8AD.

Background Color

.myBgColor { background-color: #ADA8AD; }

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

This div background color is #ADA8AD.

Border color

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

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

This div border color is #ADA8AD.

Opacity

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

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

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

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

This text has shadow with #ADA8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADA8AD.

Preview

Color preview on black background

This text has color #ADA8AD on black background.


Color preview on white background

This text has color #ADA8AD on white background.


Black color preview on #ADA8AD background

This text has black color on #ADA8AD background.


White color preview on #ADA8AD background

This text has white color on #ADA8AD background.


Related colors

Complementary color

Complementary color for #hex is #525752.


I love getcolorcode.com

Triadic colors

1 #ADADA8 and #A8ADAD with #ADA8AD are triadic colors.

2 #ADA8AD and #A8ADAD with #ADA8AD are triadic colors.