COLOR #ADA7AB

HEX: #ADA7AB
RGB: (173,167,171)

Color info

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

RGB color model

#ADA7AB color RGB value is (173,167,171).

  • red value is 173;
  • green value is 167;
  • blue value is 171.
RGB:
(173,167,171)
(68%,65%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 167 of 255 = 65%
B 171 of 255 = 67%

173
167
171

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

Portions of RGB colors in percentages

R + G + B =
173 + 167 + 171 = 511 (100%)
R 173 of 511 ~ 33.86%
G 167 of 511 ~ 32.68%
B 171 of 511 ~ 33.46%

%33.86
%32.68
%33.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.47%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK:
(0,3,1,32)
C0M3Y1K32 
(0%,3%,1%,32%)
(0.00/0.03/0.01/0.32)	

CMYK percentages

%0
%3.47
%1.16
%32.16

Codes

Color #ADA7AB in popluar color models

ADA7AB
RGB173167171
HSL320°3.53%66.67%
HSB/HSV320°3.47%67.84%
CMYK0.00%3.47%1.16%
32.16%

Color #ADA7AB in popluar number systems.

HEXADA7AB
Decimal173167171
Binary101011011010011110101011
Octal255247253

Shades and tints

Shades of #ADA7AB

#ADA7AB
(173,167,171)
#9E989C
(158,152,156)
#8F898D
(143,137,141)
#807A7E
(128,122,126)
#716B6F
(113,107,111)
#625C60
(98,92,96)
#534D51
(83,77,81)
#443E42
(68,62,66)
#352F33
(53,47,51)
#262024
(38,32,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADA7AB

#ADA7AB
(173,167,171)
#B4AFB2
(180,175,178)
#BBB7B9
(187,183,185)
#C2BFC0
(194,191,192)
#C9C7C7
(201,199,199)
#D0CFCE
(208,207,206)
#D7D7D5
(215,215,213)
#DEDFDC
(222,223,220)
#E5E7E3
(229,231,227)
#ECEFEA
(236,239,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA7AB; }

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

This text font color is #ADA7AB.


Background Color

.myBgColor { background-color: #ADA7AB; }

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

This div background color is #ADA7AB.


Border color

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

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

This div border color is #ADA7AB.


Opacity

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

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

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

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

This text has shadow with #ADA7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA7AB on black background.


Color preview on white background

This text has color #ADA7AB on white background.



Black color preview on #ADA7AB background

This text has black color on #ADA7AB background.


White color preview on #ADA7AB background

This text has white color on #ADA7AB background.