COLOR #ADB1A2

HEX: #ADB1A2 RGB: (173,177,162)

Color info

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

RGB color model

#ADB1A2 color RGB value is (173,177,162).

RGB: (173,177,162) (68%, 69%, 64%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 162 of 255 = 64%

173
177
162

R + G + B ~ 67%. #ADB1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 162 = 512 (100%)
R 173 of 512 ~ 33.79%
G 177 of 512 ~ 34.57%
B 162 of 512 ~ 31.64'%

%33.79
%34.57
%31.64

CMYK color model

#ADB1A2 color CMYK value is (2,0,8,31).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 30.59%

CMYK: (2,0,8,31)
C2M0Y8K31 (2%, 0%, 8%, 31%)
(0.02 / 0.00 / 0.08 / 0.31)

CMYK percentages

%2.26
%0
%8.47
%30.59

Codes

Color #ADB1A2 in popluar color models

AD B1 A2
RGB 173 177 162
HSL 76° 8.77% 66.47%
HSB/HSV 76° 8.47% 69.41%
CMYK 2.26% 0.00% 8.47%
30.59%

Color #ADB1A2 in popluar number systems.

HEX AD B1 A2
Decimal 173 177 162
Binary 10101101 10110001 10100010
Octal 255 261 242

Shades and tints

Shades of #ADB1A2

#ADB1A2
(173,177,162)
#9EA194
(158,161,148)
#8F9186
(143,145,134)
#808178
(128,129,120)
#71716A
(113,113,106)
#62615C
(98,97,92)
#53514E
(83,81,78)
#444140
(68,65,64)
#353132
(53,49,50)
#262124
(38,33,36)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #ADB1A2

#ADB1A2
(173,177,162)
#B4B8AA
(180,184,170)
#BBBFB2
(187,191,178)
#C2C6BA
(194,198,186)
#C9CDC2
(201,205,194)
#D0D4CA
(208,212,202)
#D7DBD2
(215,219,210)
#DEE2DA
(222,226,218)
#E5E9E2
(229,233,226)
#ECF0EA
(236,240,234)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB1A2 color. Also use rgb(173,177,162) instead hex code.

Text Font Color

.myTextColor { color: #ADB1A2; }

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

This text font color is #ADB1A2.

Background Color

.myBgColor { background-color: #ADB1A2; }

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

This div background color is #ADB1A2.

Border color

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

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

This div border color is #ADB1A2.

Opacity

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

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

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

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

This text has shadow with #ADB1A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1A2.

Preview

Color preview on black background

This text has color #ADB1A2 on black background.


Color preview on white background

This text has color #ADB1A2 on white background.


Black color preview on #ADB1A2 background

This text has black color on #ADB1A2 background.


White color preview on #ADB1A2 background

This text has white color on #ADB1A2 background.


Related colors

Complementary color

Complementary color for #hex is #524E5D.


I love getcolorcode.com

Triadic colors

1 #A2ADB1 and #B1A2AD with #ADB1A2 are triadic colors.

2 #A2B1AD and #B1ADA2 with #ADB1A2 are triadic colors.