COLOR #A7A1B6

HEX: #A7A1B6
RGB: (167,161,182)

Color info

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

RGB color model

#A7A1B6 color RGB value is (167,161,182).

  • red value is 167;
  • green value is 161;
  • blue value is 182.
RGB:
(167,161,182)
(65%,63%,71%)

RGB channels and saturation

R 167 of 255 = 65%
G 161 of 255 = 63%
B 182 of 255 = 71%

167
161
182

R + G + B ~ 66%. #A7A1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 161 + 182 = 510 (100%)
R 167 of 510 ~ 32.75%
G 161 of 510 ~ 31.57%
B 182 of 510 ~ 35.69%

%32.75
%31.57
%35.69

CMYK color model

#A7A1B6 color CMYK value is (8,12,0,29).

  • cyan value is 8.24%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,12,0,29)
C8M12Y0K29 
(8%,12%,0%,29%)
(0.08/0.12/0.00/0.29)	

CMYK percentages

%8.24
%11.54
%0
%28.63

Codes

Color #A7A1B6 in popluar color models

A7A1B6
RGB167161182
HSL257°12.57%67.25%
HSB/HSV257°11.54%71.37%
CMYK8.24%11.54%0.00%
28.63%

Color #A7A1B6 in popluar number systems.

HEXA7A1B6
Decimal167161182
Binary101001111010000110110110
Octal247241266

Shades and tints

Shades of #A7A1B6

#A7A1B6
(167,161,182)
#9893A6
(152,147,166)
#898596
(137,133,150)
#7A7786
(122,119,134)
#6B6976
(107,105,118)
#5C5B66
(92,91,102)
#4D4D56
(77,77,86)
#3E3F46
(62,63,70)
#2F3136
(47,49,54)
#202326
(32,35,38)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A7A1B6

#A7A1B6
(167,161,182)
#AFA9BC
(175,169,188)
#B7B1C2
(183,177,194)
#BFB9C8
(191,185,200)
#C7C1CE
(199,193,206)
#CFC9D4
(207,201,212)
#D7D1DA
(215,209,218)
#DFD9E0
(223,217,224)
#E7E1E6
(231,225,230)
#EFE9EC
(239,233,236)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7A1B6 color. Also use rgb(167,161,182) instead hex code.

Text Font Color

.myTextColor { color: #A7A1B6; }

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

This text font color is #A7A1B6.


Background Color

.myBgColor { background-color: #A7A1B6; }

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

This div background color is #A7A1B6.


Border color

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

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

This div border color is #A7A1B6.


Opacity

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

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

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

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

This text has shadow with #A7A1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A1B6 on black background.


Color preview on white background

This text has color #A7A1B6 on white background.



Black color preview on #A7A1B6 background

This text has black color on #A7A1B6 background.


White color preview on #A7A1B6 background

This text has white color on #A7A1B6 background.