COLOR #ADB0A8

HEX: #ADB0A8
RGB: (173,176,168)

Color info

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

RGB color model

#ADB0A8 color RGB value is (173,176,168).

  • red value is 173;
  • green value is 176;
  • blue value is 168.
RGB:
(173,176,168)
(68%,69%,66%)

RGB channels and saturation

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

173
176
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 168 = 517 (100%)
R 173 of 517 ~ 33.46%
G 176 of 517 ~ 34.04%
B 168 of 517 ~ 32.5%

%33.46
%34.04
%32.5

CMYK color model

#ADB0A8 color CMYK value is (2,0,5,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(2,0,5,31)
C2M0Y5K31 
(2%,0%,5%,31%)
(0.02/0.00/0.05/0.31)	

CMYK percentages

%1.7
%0
%4.55
%30.98

Codes

Color #ADB0A8 in popluar color models

ADB0A8
RGB173176168
HSL82°4.82%67.45%
HSB/HSV82°4.55%69.02%
CMYK1.70%0.00%4.55%
30.98%

Color #ADB0A8 in popluar number systems.

HEXADB0A8
Decimal173176168
Binary101011011011000010101000
Octal255260250

Shades and tints

Shades of #ADB0A8

#ADB0A8
(173,176,168)
#9EA099
(158,160,153)
#8F908A
(143,144,138)
#80807B
(128,128,123)
#71706C
(113,112,108)
#62605D
(98,96,93)
#53504E
(83,80,78)
#44403F
(68,64,63)
#353030
(53,48,48)
#262021
(38,32,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #ADB0A8

#ADB0A8
(173,176,168)
#B4B7AF
(180,183,175)
#BBBEB6
(187,190,182)
#C2C5BD
(194,197,189)
#C9CCC4
(201,204,196)
#D0D3CB
(208,211,203)
#D7DAD2
(215,218,210)
#DEE1D9
(222,225,217)
#E5E8E0
(229,232,224)
#ECEFE7
(236,239,231)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0A8; }

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

This text font color is #ADB0A8.


Background Color

.myBgColor { background-color: #ADB0A8; }

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

This div background color is #ADB0A8.


Border color

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

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

This div border color is #ADB0A8.


Opacity

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

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

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

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

This text has shadow with #ADB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0A8 on black background.


Color preview on white background

This text has color #ADB0A8 on white background.



Black color preview on #ADB0A8 background

This text has black color on #ADB0A8 background.


White color preview on #ADB0A8 background

This text has white color on #ADB0A8 background.