COLOR #ADB0A2

HEX: #ADB0A2
RGB: (173,176,162)

Color info

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

RGB color model

#ADB0A2 color RGB value is (173,176,162).

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

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 162 of 255 = 64%

173
176
162

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 162 = 511 (100%)
R 173 of 511 ~ 33.86%
G 176 of 511 ~ 34.44%
B 162 of 511 ~ 31.7%

%33.86
%34.44
%31.7

CMYK color model

#ADB0A2 color CMYK value is (2,0,8,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 7.95%
  • key color value is 30.98%
CMYK:
(2,0,8,31)
C2M0Y8K31 
(2%,0%,8%,31%)
(0.02/0.00/0.08/0.31)	

CMYK percentages

%1.7
%0
%7.95
%30.98

Codes

Color #ADB0A2 in popluar color models

ADB0A2
RGB173176162
HSL73°8.14%66.27%
HSB/HSV73°7.95%69.02%
CMYK1.70%0.00%7.95%
30.98%

Color #ADB0A2 in popluar number systems.

HEXADB0A2
Decimal173176162
Binary101011011011000010100010
Octal255260242

Shades and tints

Shades of #ADB0A2

#ADB0A2
(173,176,162)
#9EA094
(158,160,148)
#8F9086
(143,144,134)
#808078
(128,128,120)
#71706A
(113,112,106)
#62605C
(98,96,92)
#53504E
(83,80,78)
#444040
(68,64,64)
#353032
(53,48,50)
#262024
(38,32,36)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #ADB0A2

#ADB0A2
(173,176,162)
#B4B7AA
(180,183,170)
#BBBEB2
(187,190,178)
#C2C5BA
(194,197,186)
#C9CCC2
(201,204,194)
#D0D3CA
(208,211,202)
#D7DAD2
(215,218,210)
#DEE1DA
(222,225,218)
#E5E8E2
(229,232,226)
#ECEFEA
(236,239,234)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0A2; }

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

This text font color is #ADB0A2.


Background Color

.myBgColor { background-color: #ADB0A2; }

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

This div background color is #ADB0A2.


Border color

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

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

This div border color is #ADB0A2.


Opacity

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

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

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

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

This text has shadow with #ADB0A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0A2 on black background.


Color preview on white background

This text has color #ADB0A2 on white background.



Black color preview on #ADB0A2 background

This text has black color on #ADB0A2 background.


White color preview on #ADB0A2 background

This text has white color on #ADB0A2 background.