COLOR #A7B1AD

HEX: #A7B1AD RGB: (167,177,173)

Color info

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

RGB color model

#A7B1AD color RGB value is (167,177,173).

RGB: (167,177,173) (65%, 69%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 177 of 255 = 69%
B 173 of 255 = 68%

167
177
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 177 + 173 = 517 (100%)
R 167 of 517 ~ 32.3%
G 177 of 517 ~ 34.24%
B 173 of 517 ~ 33.46'%

%32.3
%34.24
%33.46

CMYK color model

#A7B1AD color CMYK value is (6,0,2,31).

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

CMYK: (6,0,2,31)
C6M0Y2K31 (6%, 0%, 2%, 31%)
(0.06 / 0.00 / 0.02 / 0.31)

CMYK percentages

%5.65
%0
%2.26
%30.59

Codes

Color #A7B1AD in popluar color models

A7 B1 AD
RGB 167 177 173
HSL 156° 6.02% 67.45%
HSB/HSV 156° 5.65% 69.41%
CMYK 5.65% 0.00% 2.26%
30.59%

Color #A7B1AD in popluar number systems.

HEX A7 B1 AD
Decimal 167 177 173
Binary 10100111 10110001 10101101
Octal 247 261 255

Shades and tints

Shades of #A7B1AD

#A7B1AD
(167,177,173)
#98A19E
(152,161,158)
#89918F
(137,145,143)
#7A8180
(122,129,128)
#6B7171
(107,113,113)
#5C6162
(92,97,98)
#4D5153
(77,81,83)
#3E4144
(62,65,68)
#2F3135
(47,49,53)
#202126
(32,33,38)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #A7B1AD

#A7B1AD
(167,177,173)
#AFB8B4
(175,184,180)
#B7BFBB
(183,191,187)
#BFC6C2
(191,198,194)
#C7CDC9
(199,205,201)
#CFD4D0
(207,212,208)
#D7DBD7
(215,219,215)
#DFE2DE
(223,226,222)
#E7E9E5
(231,233,229)
#EFF0EC
(239,240,236)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B1AD; }

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

This text font color is #A7B1AD.

Background Color

.myBgColor { background-color: #A7B1AD; }

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

This div background color is #A7B1AD.

Border color

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

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

This div border color is #A7B1AD.

Opacity

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

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

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

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

This text has shadow with #A7B1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B1AD.

Preview

Color preview on black background

This text has color #A7B1AD on black background.


Color preview on white background

This text has color #A7B1AD on white background.


Black color preview on #A7B1AD background

This text has black color on #A7B1AD background.


White color preview on #A7B1AD background

This text has white color on #A7B1AD background.


Related colors

Complementary color

Complementary color for #hex is #584E52.


I love getcolorcode.com

Triadic colors

1 #ADA7B1 and #B1ADA7 with #A7B1AD are triadic colors.

2 #ADB1A7 and #B1A7AD with #A7B1AD are triadic colors.