COLOR #ADB2A7

HEX: #ADB2A7 RGB: (173,178,167)

Color info

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

RGB color model

#ADB2A7 color RGB value is (173,178,167).

RGB: (173,178,167) (68%, 70%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 167 of 255 = 65%

173
178
167

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

Portions of RGB colors in percentages

R + G + B = 173 + 178 + 167 = 518 (100%)
R 173 of 518 ~ 33.4%
G 178 of 518 ~ 34.36%
B 167 of 518 ~ 32.24'%

%33.4
%34.36
%32.24

CMYK color model

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

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

CMYK: (3,0,6,30)
C3M0Y6K30 (3%, 0%, 6%, 30%)
(0.03 / 0.00 / 0.06 / 0.30)

CMYK percentages

%2.81
%0
%6.18
%30.2

Codes

Color #ADB2A7 in popluar color models

AD B2 A7
RGB 173 178 167
HSL 87° 6.67% 67.65%
HSB/HSV 87° 6.18% 69.80%
CMYK 2.81% 0.00% 6.18%
30.20%

Color #ADB2A7 in popluar number systems.

HEX AD B2 A7
Decimal 173 178 167
Binary 10101101 10110010 10100111
Octal 255 262 247

Shades and tints

Shades of #ADB2A7

#ADB2A7
(173,178,167)
#9EA298
(158,162,152)
#8F9289
(143,146,137)
#80827A
(128,130,122)
#71726B
(113,114,107)
#62625C
(98,98,92)
#53524D
(83,82,77)
#44423E
(68,66,62)
#35322F
(53,50,47)
#262220
(38,34,32)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #ADB2A7

#ADB2A7
(173,178,167)
#B4B9AF
(180,185,175)
#BBC0B7
(187,192,183)
#C2C7BF
(194,199,191)
#C9CEC7
(201,206,199)
#D0D5CF
(208,213,207)
#D7DCD7
(215,220,215)
#DEE3DF
(222,227,223)
#E5EAE7
(229,234,231)
#ECF1EF
(236,241,239)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB2A7; }

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

This text font color is #ADB2A7.

Background Color

.myBgColor { background-color: #ADB2A7; }

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

This div background color is #ADB2A7.

Border color

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

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

This div border color is #ADB2A7.

Opacity

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

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

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

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

This text has shadow with #ADB2A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB2A7.

Preview

Color preview on black background

This text has color #ADB2A7 on black background.


Color preview on white background

This text has color #ADB2A7 on white background.


Black color preview on #ADB2A7 background

This text has black color on #ADB2A7 background.


White color preview on #ADB2A7 background

This text has white color on #ADB2A7 background.


Related colors

Complementary color

Complementary color for #hex is #524D58.


I love getcolorcode.com

Triadic colors

1 #A7ADB2 and #B2A7AD with #ADB2A7 are triadic colors.

2 #A7B2AD and #B2ADA7 with #ADB2A7 are triadic colors.