COLOR #A7A9B7

HEX: #A7A9B7 RGB: (167,169,183)

Color info

#A7A9B7 contains red, green and blue colors in about the same proportion. Web safe color of #A7A9B7 is #9999CC (or #99C).

RGB color model

#A7A9B7 color RGB value is (167,169,183).

RGB: (167,169,183) (65%, 66%, 72%)

RGB channels and saturation

R 167 of 255 = 65%
G 169 of 255 = 66%
B 183 of 255 = 72%

167
169
183

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

Portions of RGB colors in percentages

R + G + B = 167 + 169 + 183 = 519 (100%)
R 167 of 519 ~ 32.18%
G 169 of 519 ~ 32.56%
B 183 of 519 ~ 35.26'%

%32.18
%32.56
%35.26

CMYK color model

#A7A9B7 color CMYK value is (9,8,0,28).

  • cyan value is 8.74%
  • magenta value is 7.65%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (9,8,0,28) C9M8Y0K28 (9%,8%,0%,28%) (0.09/0.08/0.00/0.28) 

CMYK percentages

%8.74
%7.65
%0
%28.24

Codes

Color #A7A9B7 in popluar color models

A7 A9 B7
RGB 167 169 183
HSL 233° 10.00% 68.63%
HSB/HSV 233° 8.74% 71.76%
CMYK 8.74% 7.65% 0.00%
28.24%

Color #A7A9B7 in popluar number systems.

HEX A7 A9 B7
Decimal 167 169 183
Binary 10100111 10101001 10110111
Octal 247 251 267

Shades and tints

Shades of #A7A9B7

#A7A9B7
(167,169,183)
#989AA7
(152,154,167)
#898B97
(137,139,151)
#7A7C87
(122,124,135)
#6B6D77
(107,109,119)
#5C5E67
(92,94,103)
#4D4F57
(77,79,87)
#3E4047
(62,64,71)
#2F3137
(47,49,55)
#202227
(32,34,39)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A7A9B7

#A7A9B7
(167,169,183)
#AFB0BD
(175,176,189)
#B7B7C3
(183,183,195)
#BFBEC9
(191,190,201)
#C7C5CF
(199,197,207)
#CFCCD5
(207,204,213)
#D7D3DB
(215,211,219)
#DFDAE1
(223,218,225)
#E7E1E7
(231,225,231)
#EFE8ED
(239,232,237)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A9B7; }

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

This text font color is #A7A9B7.

Background Color

.myBgColor { background-color: #A7A9B7; }

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

This div background color is #A7A9B7.

Border color

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

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

This div border color is #A7A9B7.

Opacity

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

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

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

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

This text has shadow with #A7A9B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A9B7.

Preview

Color preview on black background

This text has color #A7A9B7 on black background.


Color preview on white background

This text has color #A7A9B7 on white background.


Black color preview on #A7A9B7 background

This text has black color on #A7A9B7 background.


White color preview on #A7A9B7 background

This text has white color on #A7A9B7 background.


Related colors

Complementary color

Complementary color for #hex is #585648.


I love getcolorcode.com

Triadic colors

1 #B7A7A9 and #A9B7A7 with #A7A9B7 are triadic colors.

2 #B7A9A7 and #A9A7B7 with #A7A9B7 are triadic colors.