COLOR #A2B2A7

HEX: #A2B2A7
RGB: (162,178,167)

Color info

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

RGB color model

#A2B2A7 color RGB value is (162,178,167).

  • red value is 162;
  • green value is 178;
  • blue value is 167.
RGB:
(162,178,167)
(64%,70%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 167 of 255 = 65%

162
178
167

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

Portions of RGB colors in percentages

R + G + B =
162 + 178 + 167 = 507 (100%)
R 162 of 507 ~ 31.95%
G 178 of 507 ~ 35.11%
B 167 of 507 ~ 32.94%

%31.95
%35.11
%32.94

CMYK color model

#A2B2A7 color CMYK value is (9,0,6,30).

  • cyan value is 8.99%
  • magenta value is 0.00%
  • yellow value is 6.18%
  • key color value is 30.20%
CMYK:
(9,0,6,30)
C9M0Y6K30 
(9%,0%,6%,30%)
(0.09/0.00/0.06/0.30)	

CMYK percentages

%8.99
%0
%6.18
%30.2

Codes

Color #A2B2A7 in popluar color models

A2B2A7
RGB162178167
HSL139°9.41%66.67%
HSB/HSV139°8.99%69.80%
CMYK8.99%0.00%6.18%
30.20%

Color #A2B2A7 in popluar number systems.

HEXA2B2A7
Decimal162178167
Binary101000101011001010100111
Octal242262247

Shades and tints

Shades of #A2B2A7

#A2B2A7
(162,178,167)
#94A298
(148,162,152)
#869289
(134,146,137)
#78827A
(120,130,122)
#6A726B
(106,114,107)
#5C625C
(92,98,92)
#4E524D
(78,82,77)
#40423E
(64,66,62)
#32322F
(50,50,47)
#242220
(36,34,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #A2B2A7

#A2B2A7
(162,178,167)
#AAB9AF
(170,185,175)
#B2C0B7
(178,192,183)
#BAC7BF
(186,199,191)
#C2CEC7
(194,206,199)
#CAD5CF
(202,213,207)
#D2DCD7
(210,220,215)
#DAE3DF
(218,227,223)
#E2EAE7
(226,234,231)
#EAF1EF
(234,241,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B2A7 color. Also use rgb(162,178,167) instead hex code.

Text Font Color

.myTextColor { color: #A2B2A7; }

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

This text font color is #A2B2A7.


Background Color

.myBgColor { background-color: #A2B2A7; }

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

This div background color is #A2B2A7.


Border color

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

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

This div border color is #A2B2A7.


Opacity

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

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

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

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

This text has shadow with #A2B2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B2A7 on black background.


Color preview on white background

This text has color #A2B2A7 on white background.



Black color preview on #A2B2A7 background

This text has black color on #A2B2A7 background.


White color preview on #A2B2A7 background

This text has white color on #A2B2A7 background.