COLOR #A7A6B4

HEX: #A7A6B4
RGB: (167,166,180)

Color info

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

RGB color model

#A7A6B4 color RGB value is (167,166,180).

  • red value is 167;
  • green value is 166;
  • blue value is 180.
RGB:
(167,166,180)
(65%,65%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 166 of 255 = 65%
B 180 of 255 = 71%

167
166
180

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

Portions of RGB colors in percentages

R + G + B =
167 + 166 + 180 = 513 (100%)
R 167 of 513 ~ 32.55%
G 166 of 513 ~ 32.36%
B 180 of 513 ~ 35.09%

%32.55
%32.36
%35.09

CMYK color model

#A7A6B4 color CMYK value is (7,8,0,29).

  • cyan value is 7.22%
  • magenta value is 7.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,8,0,29)
C7M8Y0K29 
(7%,8%,0%,29%)
(0.07/0.08/0.00/0.29)	

CMYK percentages

%7.22
%7.78
%0
%29.41

Codes

Color #A7A6B4 in popluar color models

A7A6B4
RGB167166180
HSL244°8.54%67.84%
HSB/HSV244°7.78%70.59%
CMYK7.22%7.78%0.00%
29.41%

Color #A7A6B4 in popluar number systems.

HEXA7A6B4
Decimal167166180
Binary101001111010011010110100
Octal247246264

Shades and tints

Shades of #A7A6B4

#A7A6B4
(167,166,180)
#9897A4
(152,151,164)
#898894
(137,136,148)
#7A7984
(122,121,132)
#6B6A74
(107,106,116)
#5C5B64
(92,91,100)
#4D4C54
(77,76,84)
#3E3D44
(62,61,68)
#2F2E34
(47,46,52)
#201F24
(32,31,36)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A7A6B4

#A7A6B4
(167,166,180)
#AFAEBA
(175,174,186)
#B7B6C0
(183,182,192)
#BFBEC6
(191,190,198)
#C7C6CC
(199,198,204)
#CFCED2
(207,206,210)
#D7D6D8
(215,214,216)
#DFDEDE
(223,222,222)
#E7E6E4
(231,230,228)
#EFEEEA
(239,238,234)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A6B4; }

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

This text font color is #A7A6B4.


Background Color

.myBgColor { background-color: #A7A6B4; }

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

This div background color is #A7A6B4.


Border color

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

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

This div border color is #A7A6B4.


Opacity

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

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

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

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

This text has shadow with #A7A6B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A6B4 on black background.


Color preview on white background

This text has color #A7A6B4 on white background.



Black color preview on #A7A6B4 background

This text has black color on #A7A6B4 background.


White color preview on #A7A6B4 background

This text has white color on #A7A6B4 background.