COLOR #A7B2A6

HEX: #A7B2A6 RGB: (167,178,166)

Color info

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

RGB color model

#A7B2A6 color RGB value is (167,178,166).

RGB: (167,178,166) (65%, 70%, 65%)

RGB channels and saturation

R 167 of 255 = 65%
G 178 of 255 = 70%
B 166 of 255 = 65%

167
178
166

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

Portions of RGB colors in percentages

R + G + B = 167 + 178 + 166 = 511 (100%)
R 167 of 511 ~ 32.68%
G 178 of 511 ~ 34.83%
B 166 of 511 ~ 32.49'%

%32.68
%34.83
%32.49

CMYK color model

#A7B2A6 color CMYK value is (6,0,7,30).

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

CMYK: (6,0,7,30)
C6M0Y7K30 (6%, 0%, 7%, 30%)
(0.06 / 0.00 / 0.07 / 0.30)

CMYK percentages

%6.18
%0
%6.74
%30.2

Codes

Color #A7B2A6 in popluar color models

A7 B2 A6
RGB 167 178 166
HSL 115° 7.23% 67.45%
HSB/HSV 115° 6.74% 69.80%
CMYK 6.18% 0.00% 6.74%
30.20%

Color #A7B2A6 in popluar number systems.

HEX A7 B2 A6
Decimal 167 178 166
Binary 10100111 10110010 10100110
Octal 247 262 246

Shades and tints

Shades of #A7B2A6

#A7B2A6
(167,178,166)
#98A297
(152,162,151)
#899288
(137,146,136)
#7A8279
(122,130,121)
#6B726A
(107,114,106)
#5C625B
(92,98,91)
#4D524C
(77,82,76)
#3E423D
(62,66,61)
#2F322E
(47,50,46)
#20221F
(32,34,31)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #A7B2A6

#A7B2A6
(167,178,166)
#AFB9AE
(175,185,174)
#B7C0B6
(183,192,182)
#BFC7BE
(191,199,190)
#C7CEC6
(199,206,198)
#CFD5CE
(207,213,206)
#D7DCD6
(215,220,214)
#DFE3DE
(223,227,222)
#E7EAE6
(231,234,230)
#EFF1EE
(239,241,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B2A6; }

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

This text font color is #A7B2A6.

Background Color

.myBgColor { background-color: #A7B2A6; }

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

This div background color is #A7B2A6.

Border color

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

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

This div border color is #A7B2A6.

Opacity

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

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

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

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

This text has shadow with #A7B2A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B2A6.

Preview

Color preview on black background

This text has color #A7B2A6 on black background.


Color preview on white background

This text has color #A7B2A6 on white background.


Black color preview on #A7B2A6 background

This text has black color on #A7B2A6 background.


White color preview on #A7B2A6 background

This text has white color on #A7B2A6 background.


Related colors

Complementary color

Complementary color for #hex is #584D59.


I love getcolorcode.com

Triadic colors

1 #A6A7B2 and #B2A6A7 with #A7B2A6 are triadic colors.

2 #A6B2A7 and #B2A7A6 with #A7B2A6 are triadic colors.