COLOR #ADB1A1

HEX: #ADB1A1 RGB: (173,177,161)

Color info

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

RGB color model

#ADB1A1 color RGB value is (173,177,161).

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

RGB channels and saturation

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

173
177
161

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

Portions of RGB colors in percentages

R + G + B = 173 + 177 + 161 = 511 (100%)
R 173 of 511 ~ 33.86%
G 177 of 511 ~ 34.64%
B 161 of 511 ~ 31.51'%

%33.86
%34.64
%31.51

CMYK color model

#ADB1A1 color CMYK value is (2,0,9,31).

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

CMYK: (2,0,9,31)
C2M0Y9K31 (2%, 0%, 9%, 31%)
(0.02 / 0.00 / 0.09 / 0.31)

CMYK percentages

%2.26
%0
%9.04
%30.59

Codes

Color #ADB1A1 in popluar color models

AD B1 A1
RGB 173 177 161
HSL 75° 9.30% 66.27%
HSB/HSV 75° 9.04% 69.41%
CMYK 2.26% 0.00% 9.04%
30.59%

Color #ADB1A1 in popluar number systems.

HEX AD B1 A1
Decimal 173 177 161
Binary 10101101 10110001 10100001
Octal 255 261 241

Shades and tints

Shades of #ADB1A1

#ADB1A1
(173,177,161)
#9EA193
(158,161,147)
#8F9185
(143,145,133)
#808177
(128,129,119)
#717169
(113,113,105)
#62615B
(98,97,91)
#53514D
(83,81,77)
#44413F
(68,65,63)
#353131
(53,49,49)
#262123
(38,33,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #ADB1A1

#ADB1A1
(173,177,161)
#B4B8A9
(180,184,169)
#BBBFB1
(187,191,177)
#C2C6B9
(194,198,185)
#C9CDC1
(201,205,193)
#D0D4C9
(208,212,201)
#D7DBD1
(215,219,209)
#DEE2D9
(222,226,217)
#E5E9E1
(229,233,225)
#ECF0E9
(236,240,233)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB1A1; }

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

This text font color is #ADB1A1.

Background Color

.myBgColor { background-color: #ADB1A1; }

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

This div background color is #ADB1A1.

Border color

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

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

This div border color is #ADB1A1.

Opacity

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

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

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

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

This text has shadow with #ADB1A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB1A1.

Preview

Color preview on black background

This text has color #ADB1A1 on black background.


Color preview on white background

This text has color #ADB1A1 on white background.


Black color preview on #ADB1A1 background

This text has black color on #ADB1A1 background.


White color preview on #ADB1A1 background

This text has white color on #ADB1A1 background.


Related colors

Complementary color

Complementary color for #hex is #524E5E.


I love getcolorcode.com

Triadic colors

1 #A1ADB1 and #B1A1AD with #ADB1A1 are triadic colors.

2 #A1B1AD and #B1ADA1 with #ADB1A1 are triadic colors.