COLOR #ADB1A0

HEX: #ADB1A0 RGB: (173,177,160)

Color info

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

RGB color model

#ADB1A0 color RGB value is (173,177,160).

RGB: (173,177,160) (68%, 69%, 63%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 160 of 255 = 63%

173
177
160

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

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 160 = 510 (100%)
R 173 of 510 ~ 33.92%
G 177 of 510 ~ 34.71%
B 160 of 510 ~ 31.37'%

%33.92
%34.71
%31.37

CMYK color model

#ADB1A0 color CMYK value is (2,0,10,31).

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

CMYK: (2,0,10,31)
C2M0Y10K31 (2%, 0%, 10%, 31%)
(0.02 / 0.00 / 0.10 / 0.31)

CMYK percentages

%2.26
%0
%9.6
%30.59

Codes

Color #ADB1A0 in popluar color models

AD B1 A0
RGB 173 177 160
HSL 74° 9.83% 66.08%
HSB/HSV 74° 9.60% 69.41%
CMYK 2.26% 0.00% 9.60%
30.59%

Color #ADB1A0 in popluar number systems.

HEX AD B1 A0
Decimal 173 177 160
Binary 10101101 10110001 10100000
Octal 255 261 240

Shades and tints

Shades of #ADB1A0

#ADB1A0
(173,177,160)
#9EA192
(158,161,146)
#8F9184
(143,145,132)
#808176
(128,129,118)
#717168
(113,113,104)
#62615A
(98,97,90)
#53514C
(83,81,76)
#44413E
(68,65,62)
#353130
(53,49,48)
#262122
(38,33,34)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #ADB1A0

#ADB1A0
(173,177,160)
#B4B8A8
(180,184,168)
#BBBFB0
(187,191,176)
#C2C6B8
(194,198,184)
#C9CDC0
(201,205,192)
#D0D4C8
(208,212,200)
#D7DBD0
(215,219,208)
#DEE2D8
(222,226,216)
#E5E9E0
(229,233,224)
#ECF0E8
(236,240,232)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1A0; }

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

This text font color is #ADB1A0.

Background Color

.myBgColor { background-color: #ADB1A0; }

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

This div background color is #ADB1A0.

Border color

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

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

This div border color is #ADB1A0.

Opacity

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

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

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

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

This text has shadow with #ADB1A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1A0.

Preview

Color preview on black background

This text has color #ADB1A0 on black background.


Color preview on white background

This text has color #ADB1A0 on white background.


Black color preview on #ADB1A0 background

This text has black color on #ADB1A0 background.


White color preview on #ADB1A0 background

This text has white color on #ADB1A0 background.


Related colors

Complementary color

Complementary color for #hex is #524E5F.


I love getcolorcode.com

Triadic colors

1 #A0ADB1 and #B1A0AD with #ADB1A0 are triadic colors.

2 #A0B1AD and #B1ADA0 with #ADB1A0 are triadic colors.