COLOR #A7B3A9

HEX: #A7B3A9 RGB: (167,179,169)

Color info

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

RGB color model

#A7B3A9 color RGB value is (167,179,169).

RGB: (167,179,169) (65%, 70%, 66%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 169 of 255 = 66%

167
179
169

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

Portions of RGB colors in percentages

R + G + B = 167 + 179 + 169 = 515 (100%)
R 167 of 515 ~ 32.43%
G 179 of 515 ~ 34.76%
B 169 of 515 ~ 32.82'%

%32.43
%34.76
%32.82

CMYK color model

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

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 5.59%
  • key color value is 29.80%

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

CMYK percentages

%6.7
%0
%5.59
%29.8

Codes

Color #A7B3A9 in popluar color models

A7 B3 A9
RGB 167 179 169
HSL 130° 7.32% 67.84%
HSB/HSV 130° 6.70% 70.20%
CMYK 6.70% 0.00% 5.59%
29.80%

Color #A7B3A9 in popluar number systems.

HEX A7 B3 A9
Decimal 167 179 169
Binary 10100111 10110011 10101001
Octal 247 263 251

Shades and tints

Shades of #A7B3A9

#A7B3A9
(167,179,169)
#98A39A
(152,163,154)
#89938B
(137,147,139)
#7A837C
(122,131,124)
#6B736D
(107,115,109)
#5C635E
(92,99,94)
#4D534F
(77,83,79)
#3E4340
(62,67,64)
#2F3331
(47,51,49)
#202322
(32,35,34)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7B3A9

#A7B3A9
(167,179,169)
#AFB9B0
(175,185,176)
#B7BFB7
(183,191,183)
#BFC5BE
(191,197,190)
#C7CBC5
(199,203,197)
#CFD1CC
(207,209,204)
#D7D7D3
(215,215,211)
#DFDDDA
(223,221,218)
#E7E3E1
(231,227,225)
#EFE9E8
(239,233,232)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B3A9 color. Also use rgb(167,179,169) instead hex code.

Text Font Color

.myTextColor { color: #A7B3A9; }

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

This text font color is #A7B3A9.

Background Color

.myBgColor { background-color: #A7B3A9; }

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

This div background color is #A7B3A9.

Border color

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

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

This div border color is #A7B3A9.

Opacity

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

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

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

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

This text has shadow with #A7B3A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B3A9.

Preview

Color preview on black background

This text has color #A7B3A9 on black background.


Color preview on white background

This text has color #A7B3A9 on white background.


Black color preview on #A7B3A9 background

This text has black color on #A7B3A9 background.


White color preview on #A7B3A9 background

This text has white color on #A7B3A9 background.


Related colors

Complementary color

Complementary color for #hex is #584C56.


I love getcolorcode.com

Triadic colors

1 #A9A7B3 and #B3A9A7 with #A7B3A9 are triadic colors.

2 #A9B3A7 and #B3A7A9 with #A7B3A9 are triadic colors.