COLOR #ADB0AD

HEX: #ADB0AD
RGB: (173,176,173)

Color info

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

RGB color model

#ADB0AD color RGB value is (173,176,173).

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

RGB channels and saturation

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

173
176
173

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 173 = 522 (100%)
R 173 of 522 ~ 33.14%
G 176 of 522 ~ 33.72%
B 173 of 522 ~ 33.14%

%33.14
%33.72
%33.14

CMYK color model

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

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

CMYK percentages

%1.7
%0
%1.7
%30.98

Codes

Color #ADB0AD in popluar color models

ADB0AD
RGB173176173
HSL120°1.86%68.43%
HSB/HSV120°1.70%69.02%
CMYK1.70%0.00%1.70%
30.98%

Color #ADB0AD in popluar number systems.

HEXADB0AD
Decimal173176173
Binary101011011011000010101101
Octal255260255

Shades and tints

Shades of #ADB0AD

#ADB0AD
(173,176,173)
#9EA09E
(158,160,158)
#8F908F
(143,144,143)
#808080
(128,128,128)
#717071
(113,112,113)
#626062
(98,96,98)
#535053
(83,80,83)
#444044
(68,64,68)
#353035
(53,48,53)
#262026
(38,32,38)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #ADB0AD

#ADB0AD
(173,176,173)
#B4B7B4
(180,183,180)
#BBBEBB
(187,190,187)
#C2C5C2
(194,197,194)
#C9CCC9
(201,204,201)
#D0D3D0
(208,211,208)
#D7DAD7
(215,218,215)
#DEE1DE
(222,225,222)
#E5E8E5
(229,232,229)
#ECEFEC
(236,239,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB0AD; }

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

This text font color is #ADB0AD.


Background Color

.myBgColor { background-color: #ADB0AD; }

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

This div background color is #ADB0AD.


Border color

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

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

This div border color is #ADB0AD.


Opacity

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

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

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

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

This text has shadow with #ADB0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB0AD on black background.


Color preview on white background

This text has color #ADB0AD on white background.



Black color preview on #ADB0AD background

This text has black color on #ADB0AD background.


White color preview on #ADB0AD background

This text has white color on #ADB0AD background.