COLOR #ADB7AB

HEX: #ADB7AB
RGB: (173,183,171)

Color info

#ADB7AB contains red, green and blue colors in about the same proportion. Web safe color of #ADB7AB is #99CC99 (or #9C9).

RGB color model

#ADB7AB color RGB value is (173,183,171).

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

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 171 of 255 = 67%

173
183
171

R + G + B ~ 69%. #ADB7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 183 + 171 = 527 (100%)
R 173 of 527 ~ 32.83%
G 183 of 527 ~ 34.72%
B 171 of 527 ~ 32.45%

%32.83
%34.72
%32.45

CMYK color model

#ADB7AB color CMYK value is (5,0,7,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 28.24%
CMYK:
(5,0,7,28)
C5M0Y7K28 
(5%,0%,7%,28%)
(0.05/0.00/0.07/0.28)	

CMYK percentages

%5.46
%0
%6.56
%28.24

Codes

Color #ADB7AB in popluar color models

ADB7AB
RGB173183171
HSL110°7.69%69.41%
HSB/HSV110°6.56%71.76%
CMYK5.46%0.00%6.56%
28.24%

Color #ADB7AB in popluar number systems.

HEXADB7AB
Decimal173183171
Binary101011011011011110101011
Octal255267253

Shades and tints

Shades of #ADB7AB

#ADB7AB
(173,183,171)
#9EA79C
(158,167,156)
#8F978D
(143,151,141)
#80877E
(128,135,126)
#71776F
(113,119,111)
#626760
(98,103,96)
#535751
(83,87,81)
#444742
(68,71,66)
#353733
(53,55,51)
#262724
(38,39,36)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #ADB7AB

#ADB7AB
(173,183,171)
#B4BDB2
(180,189,178)
#BBC3B9
(187,195,185)
#C2C9C0
(194,201,192)
#C9CFC7
(201,207,199)
#D0D5CE
(208,213,206)
#D7DBD5
(215,219,213)
#DEE1DC
(222,225,220)
#E5E7E3
(229,231,227)
#ECEDEA
(236,237,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7AB; }

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

This text font color is #ADB7AB.


Background Color

.myBgColor { background-color: #ADB7AB; }

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

This div background color is #ADB7AB.


Border color

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

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

This div border color is #ADB7AB.


Opacity

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

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

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

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

This text has shadow with #ADB7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7AB on black background.


Color preview on white background

This text has color #ADB7AB on white background.



Black color preview on #ADB7AB background

This text has black color on #ADB7AB background.


White color preview on #ADB7AB background

This text has white color on #ADB7AB background.