COLOR #A2B0A6

HEX: #A2B0A6
RGB: (162,176,166)

Color info

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

RGB color model

#A2B0A6 color RGB value is (162,176,166).

  • red value is 162;
  • green value is 176;
  • blue value is 166.
RGB:
(162,176,166)
(64%,69%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 166 of 255 = 65%

162
176
166

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

Portions of RGB colors in percentages

R + G + B =
162 + 176 + 166 = 504 (100%)
R 162 of 504 ~ 32.14%
G 176 of 504 ~ 34.92%
B 166 of 504 ~ 32.94%

%32.14
%34.92
%32.94

CMYK color model

#A2B0A6 color CMYK value is (8,0,6,31).

  • cyan value is 7.95%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 30.98%
CMYK:
(8,0,6,31)
C8M0Y6K31 
(8%,0%,6%,31%)
(0.08/0.00/0.06/0.31)	

CMYK percentages

%7.95
%0
%5.68
%30.98

Codes

Color #A2B0A6 in popluar color models

A2B0A6
RGB162176166
HSL137°8.14%66.27%
HSB/HSV137°7.95%69.02%
CMYK7.95%0.00%5.68%
30.98%

Color #A2B0A6 in popluar number systems.

HEXA2B0A6
Decimal162176166
Binary101000101011000010100110
Octal242260246

Shades and tints

Shades of #A2B0A6

#A2B0A6
(162,176,166)
#94A097
(148,160,151)
#869088
(134,144,136)
#788079
(120,128,121)
#6A706A
(106,112,106)
#5C605B
(92,96,91)
#4E504C
(78,80,76)
#40403D
(64,64,61)
#32302E
(50,48,46)
#24201F
(36,32,31)
#161010
(22,16,16)
#000000
(0,0,0)

Tints of #A2B0A6

#A2B0A6
(162,176,166)
#AAB7AE
(170,183,174)
#B2BEB6
(178,190,182)
#BAC5BE
(186,197,190)
#C2CCC6
(194,204,198)
#CAD3CE
(202,211,206)
#D2DAD6
(210,218,214)
#DAE1DE
(218,225,222)
#E2E8E6
(226,232,230)
#EAEFEE
(234,239,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B0A6 color. Also use rgb(162,176,166) instead hex code.

Text Font Color

.myTextColor { color: #A2B0A6; }

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

This text font color is #A2B0A6.


Background Color

.myBgColor { background-color: #A2B0A6; }

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

This div background color is #A2B0A6.


Border color

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

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

This div border color is #A2B0A6.


Opacity

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

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

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

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

This text has shadow with #A2B0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B0A6 on black background.


Color preview on white background

This text has color #A2B0A6 on white background.



Black color preview on #A2B0A6 background

This text has black color on #A2B0A6 background.


White color preview on #A2B0A6 background

This text has white color on #A2B0A6 background.