COLOR #ADB7A8

HEX: #ADB7A8
RGB: (173,183,168)

Color info

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

RGB color model

#ADB7A8 color RGB value is (173,183,168).

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

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 168 of 255 = 66%

173
183
168

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

Portions of RGB colors in percentages

R + G + B =
173 + 183 + 168 = 524 (100%)
R 173 of 524 ~ 33.02%
G 183 of 524 ~ 34.92%
B 168 of 524 ~ 32.06%

%33.02
%34.92
%32.06

CMYK color model

#ADB7A8 color CMYK value is (5,0,8,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 28.24%
CMYK:
(5,0,8,28)
C5M0Y8K28 
(5%,0%,8%,28%)
(0.05/0.00/0.08/0.28)	

CMYK percentages

%5.46
%0
%8.2
%28.24

Codes

Color #ADB7A8 in popluar color models

ADB7A8
RGB173183168
HSL100°9.43%68.82%
HSB/HSV100°8.20%71.76%
CMYK5.46%0.00%8.20%
28.24%

Color #ADB7A8 in popluar number systems.

HEXADB7A8
Decimal173183168
Binary101011011011011110101000
Octal255267250

Shades and tints

Shades of #ADB7A8

#ADB7A8
(173,183,168)
#9EA799
(158,167,153)
#8F978A
(143,151,138)
#80877B
(128,135,123)
#71776C
(113,119,108)
#62675D
(98,103,93)
#53574E
(83,87,78)
#44473F
(68,71,63)
#353730
(53,55,48)
#262721
(38,39,33)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADB7A8

#ADB7A8
(173,183,168)
#B4BDAF
(180,189,175)
#BBC3B6
(187,195,182)
#C2C9BD
(194,201,189)
#C9CFC4
(201,207,196)
#D0D5CB
(208,213,203)
#D7DBD2
(215,219,210)
#DEE1D9
(222,225,217)
#E5E7E0
(229,231,224)
#ECEDE7
(236,237,231)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7A8; }

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

This text font color is #ADB7A8.


Background Color

.myBgColor { background-color: #ADB7A8; }

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

This div background color is #ADB7A8.


Border color

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

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

This div border color is #ADB7A8.


Opacity

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

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

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

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

This text has shadow with #ADB7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7A8 on black background.


Color preview on white background

This text has color #ADB7A8 on white background.



Black color preview on #ADB7A8 background

This text has black color on #ADB7A8 background.


White color preview on #ADB7A8 background

This text has white color on #ADB7A8 background.