COLOR #ADB7AC

HEX: #ADB7AC
RGB: (173,183,172)

Color info

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

RGB color model

#ADB7AC color RGB value is (173,183,172).

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

RGB channels and saturation

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

173
183
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 183 + 172 = 528 (100%)
R 173 of 528 ~ 32.77%
G 183 of 528 ~ 34.66%
B 172 of 528 ~ 32.58%

%32.77
%34.66
%32.58

CMYK color model

#ADB7AC color CMYK value is (5,0,6,28).

  • cyan value is 5.46%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%
CMYK:
(5,0,6,28)
C5M0Y6K28 
(5%,0%,6%,28%)
(0.05/0.00/0.06/0.28)	

CMYK percentages

%5.46
%0
%6.01
%28.24

Codes

Color #ADB7AC in popluar color models

ADB7AC
RGB173183172
HSL115°7.10%69.61%
HSB/HSV115°6.01%71.76%
CMYK5.46%0.00%6.01%
28.24%

Color #ADB7AC in popluar number systems.

HEXADB7AC
Decimal173183172
Binary101011011011011110101100
Octal255267254

Shades and tints

Shades of #ADB7AC

#ADB7AC
(173,183,172)
#9EA79D
(158,167,157)
#8F978E
(143,151,142)
#80877F
(128,135,127)
#717770
(113,119,112)
#626761
(98,103,97)
#535752
(83,87,82)
#444743
(68,71,67)
#353734
(53,55,52)
#262725
(38,39,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #ADB7AC

#ADB7AC
(173,183,172)
#B4BDB3
(180,189,179)
#BBC3BA
(187,195,186)
#C2C9C1
(194,201,193)
#C9CFC8
(201,207,200)
#D0D5CF
(208,213,207)
#D7DBD6
(215,219,214)
#DEE1DD
(222,225,221)
#E5E7E4
(229,231,228)
#ECEDEB
(236,237,235)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB7AC; }

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

This text font color is #ADB7AC.


Background Color

.myBgColor { background-color: #ADB7AC; }

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

This div background color is #ADB7AC.


Border color

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

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

This div border color is #ADB7AC.


Opacity

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

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

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

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

This text has shadow with #ADB7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB7AC on black background.


Color preview on white background

This text has color #ADB7AC on white background.



Black color preview on #ADB7AC background

This text has black color on #ADB7AC background.


White color preview on #ADB7AC background

This text has white color on #ADB7AC background.