COLOR #ADB1AB

HEX: #ADB1AB
RGB: (173,177,171)

Color info

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

RGB color model

#ADB1AB color RGB value is (173,177,171).

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

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 171 of 255 = 67%

173
177
171

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 171 = 521 (100%)
R 173 of 521 ~ 33.21%
G 177 of 521 ~ 33.97%
B 171 of 521 ~ 32.82%

%33.21
%33.97
%32.82

CMYK color model

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

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%
CMYK:
(2,0,3,31)
C2M0Y3K31 
(2%,0%,3%,31%)
(0.02/0.00/0.03/0.31)	

CMYK percentages

%2.26
%0
%3.39
%30.59

Codes

Color #ADB1AB in popluar color models

ADB1AB
RGB173177171
HSL100°3.70%68.24%
HSB/HSV100°3.39%69.41%
CMYK2.26%0.00%3.39%
30.59%

Color #ADB1AB in popluar number systems.

HEXADB1AB
Decimal173177171
Binary101011011011000110101011
Octal255261253

Shades and tints

Shades of #ADB1AB

#ADB1AB
(173,177,171)
#9EA19C
(158,161,156)
#8F918D
(143,145,141)
#80817E
(128,129,126)
#71716F
(113,113,111)
#626160
(98,97,96)
#535151
(83,81,81)
#444142
(68,65,66)
#353133
(53,49,51)
#262124
(38,33,36)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADB1AB

#ADB1AB
(173,177,171)
#B4B8B2
(180,184,178)
#BBBFB9
(187,191,185)
#C2C6C0
(194,198,192)
#C9CDC7
(201,205,199)
#D0D4CE
(208,212,206)
#D7DBD5
(215,219,213)
#DEE2DC
(222,226,220)
#E5E9E3
(229,233,227)
#ECF0EA
(236,240,234)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1AB; }

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

This text font color is #ADB1AB.


Background Color

.myBgColor { background-color: #ADB1AB; }

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

This div background color is #ADB1AB.


Border color

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

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

This div border color is #ADB1AB.


Opacity

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

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

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

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

This text has shadow with #ADB1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB1AB on black background.


Color preview on white background

This text has color #ADB1AB on white background.



Black color preview on #ADB1AB background

This text has black color on #ADB1AB background.


White color preview on #ADB1AB background

This text has white color on #ADB1AB background.