COLOR #ADB2AB

HEX: #ADB2AB RGB: (173,178,171)

Color info

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

RGB color model

#ADB2AB color RGB value is (173,178,171).

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

RGB channels and saturation

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

173
178
171

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

Portions of RGB colors in percentages

R + G + B = 173 + 178 + 171 = 522 (100%)
R 173 of 522 ~ 33.14%
G 178 of 522 ~ 34.1%
B 171 of 522 ~ 32.76'%

%33.14
%34.1
%32.76

CMYK color model

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

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

CMYK: (3,0,4,30)
C3M0Y4K30 (3%, 0%, 4%, 30%)
(0.03 / 0.00 / 0.04 / 0.30)

CMYK percentages

%2.81
%0
%3.93
%30.2

Codes

Color #ADB2AB in popluar color models

AD B2 AB
RGB 173 178 171
HSL 103° 4.35% 68.43%
HSB/HSV 103° 3.93% 69.80%
CMYK 2.81% 0.00% 3.93%
30.20%

Color #ADB2AB in popluar number systems.

HEX AD B2 AB
Decimal 173 178 171
Binary 10101101 10110010 10101011
Octal 255 262 253

Shades and tints

Shades of #ADB2AB

#ADB2AB
(173,178,171)
#9EA29C
(158,162,156)
#8F928D
(143,146,141)
#80827E
(128,130,126)
#71726F
(113,114,111)
#626260
(98,98,96)
#535251
(83,82,81)
#444242
(68,66,66)
#353233
(53,50,51)
#262224
(38,34,36)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #ADB2AB

#ADB2AB
(173,178,171)
#B4B9B2
(180,185,178)
#BBC0B9
(187,192,185)
#C2C7C0
(194,199,192)
#C9CEC7
(201,206,199)
#D0D5CE
(208,213,206)
#D7DCD5
(215,220,213)
#DEE3DC
(222,227,220)
#E5EAE3
(229,234,227)
#ECF1EA
(236,241,234)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2AB; }

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

This text font color is #ADB2AB.

Background Color

.myBgColor { background-color: #ADB2AB; }

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

This div background color is #ADB2AB.

Border color

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

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

This div border color is #ADB2AB.

Opacity

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

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

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

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

This text has shadow with #ADB2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB2AB.

Preview

Color preview on black background

This text has color #ADB2AB on black background.


Color preview on white background

This text has color #ADB2AB on white background.


Black color preview on #ADB2AB background

This text has black color on #ADB2AB background.


White color preview on #ADB2AB background

This text has white color on #ADB2AB background.


Related colors

Complementary color

Complementary color for #hex is #524D54.


I love getcolorcode.com

Triadic colors

1 #ABADB2 and #B2ABAD with #ADB2AB are triadic colors.

2 #ABB2AD and #B2ADAB with #ADB2AB are triadic colors.