COLOR #ADB7A0

HEX: #ADB7A0
RGB: (173,183,160)

Color info

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

RGB color model

#ADB7A0 color RGB value is (173,183,160).

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

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 160 of 255 = 63%

173
183
160

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

Portions of RGB colors in percentages

R + G + B =
173 + 183 + 160 = 516 (100%)
R 173 of 516 ~ 33.53%
G 183 of 516 ~ 35.47%
B 160 of 516 ~ 31.01%

%33.53
%35.47
%31.01

CMYK color model

#ADB7A0 color CMYK value is (5,0,13,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK:
(5,0,13,28)
C5M0Y13K28 
(5%,0%,13%,28%)
(0.05/0.00/0.13/0.28)	

CMYK percentages

%5.46
%0
%12.57
%28.24

Codes

Color #ADB7A0 in popluar color models

ADB7A0
RGB173183160
HSL86°13.77%67.25%
HSB/HSV86°12.57%71.76%
CMYK5.46%0.00%12.57%
28.24%

Color #ADB7A0 in popluar number systems.

HEXADB7A0
Decimal173183160
Binary101011011011011110100000
Octal255267240

Shades and tints

Shades of #ADB7A0

#ADB7A0
(173,183,160)
#9EA792
(158,167,146)
#8F9784
(143,151,132)
#808776
(128,135,118)
#717768
(113,119,104)
#62675A
(98,103,90)
#53574C
(83,87,76)
#44473E
(68,71,62)
#353730
(53,55,48)
#262722
(38,39,34)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #ADB7A0

#ADB7A0
(173,183,160)
#B4BDA8
(180,189,168)
#BBC3B0
(187,195,176)
#C2C9B8
(194,201,184)
#C9CFC0
(201,207,192)
#D0D5C8
(208,213,200)
#D7DBD0
(215,219,208)
#DEE1D8
(222,225,216)
#E5E7E0
(229,231,224)
#ECEDE8
(236,237,232)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7A0; }

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

This text font color is #ADB7A0.


Background Color

.myBgColor { background-color: #ADB7A0; }

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

This div background color is #ADB7A0.


Border color

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

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

This div border color is #ADB7A0.


Opacity

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

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

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

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

This text has shadow with #ADB7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7A0 on black background.


Color preview on white background

This text has color #ADB7A0 on white background.



Black color preview on #ADB7A0 background

This text has black color on #ADB7A0 background.


White color preview on #ADB7A0 background

This text has white color on #ADB7A0 background.