COLOR #ADB2AC

HEX: #ADB2AC RGB: (173,178,172)

Color info

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

RGB color model

#ADB2AC color RGB value is (173,178,172).

RGB: (173,178,172) (68%, 70%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 172 of 255 = 67%

173
178
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 178 + 172 = 523 (100%)
R 173 of 523 ~ 33.08%
G 178 of 523 ~ 34.03%
B 172 of 523 ~ 32.89'%

%33.08
%34.03
%32.89

CMYK color model

#ADB2AC color CMYK value is (3,0,3,30).

  • cyan value is 2.81%
  • magenta value is 0.00%
  • yellow value is 3.37%
  • key color value is 30.20%

CMYK: (3,0,3,30)
C3M0Y3K30 (3%, 0%, 3%, 30%)
(0.03 / 0.00 / 0.03 / 0.30)

CMYK percentages

%2.81
%0
%3.37
%30.2

Codes

Color #ADB2AC in popluar color models

AD B2 AC
RGB 173 178 172
HSL 110° 3.75% 68.63%
HSB/HSV 110° 3.37% 69.80%
CMYK 2.81% 0.00% 3.37%
30.20%

Color #ADB2AC in popluar number systems.

HEX AD B2 AC
Decimal 173 178 172
Binary 10101101 10110010 10101100
Octal 255 262 254

Shades and tints

Shades of #ADB2AC

#ADB2AC
(173,178,172)
#9EA29D
(158,162,157)
#8F928E
(143,146,142)
#80827F
(128,130,127)
#717270
(113,114,112)
#626261
(98,98,97)
#535252
(83,82,82)
#444243
(68,66,67)
#353234
(53,50,52)
#262225
(38,34,37)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #ADB2AC

#ADB2AC
(173,178,172)
#B4B9B3
(180,185,179)
#BBC0BA
(187,192,186)
#C2C7C1
(194,199,193)
#C9CEC8
(201,206,200)
#D0D5CF
(208,213,207)
#D7DCD6
(215,220,214)
#DEE3DD
(222,227,221)
#E5EAE4
(229,234,228)
#ECF1EB
(236,241,235)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2AC; }

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

This text font color is #ADB2AC.

Background Color

.myBgColor { background-color: #ADB2AC; }

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

This div background color is #ADB2AC.

Border color

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

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

This div border color is #ADB2AC.

Opacity

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

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

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

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

This text has shadow with #ADB2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB2AC.

Preview

Color preview on black background

This text has color #ADB2AC on black background.


Color preview on white background

This text has color #ADB2AC on white background.


Black color preview on #ADB2AC background

This text has black color on #ADB2AC background.


White color preview on #ADB2AC background

This text has white color on #ADB2AC background.


Related colors

Complementary color

Complementary color for #hex is #524D53.


I love getcolorcode.com

Triadic colors

1 #ACADB2 and #B2ACAD with #ADB2AC are triadic colors.

2 #ACB2AD and #B2ADAC with #ADB2AC are triadic colors.