COLOR #A8A2B1

HEX: #A8A2B1
RGB: (168,162,177)

Color info

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

RGB color model

#A8A2B1 color RGB value is (168,162,177).

  • red value is 168;
  • green value is 162;
  • blue value is 177.
RGB:
(168,162,177)
(66%,64%,69%)

RGB channels and saturation

R 168 of 255 = 66%
G 162 of 255 = 64%
B 177 of 255 = 69%

168
162
177

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

Portions of RGB colors in percentages

R + G + B =
168 + 162 + 177 = 507 (100%)
R 168 of 507 ~ 33.14%
G 162 of 507 ~ 31.95%
B 177 of 507 ~ 34.91%

%33.14
%31.95
%34.91

CMYK color model

#A8A2B1 color CMYK value is (5,8,0,31).

  • cyan value is 5.08%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,8,0,31)
C5M8Y0K31 
(5%,8%,0%,31%)
(0.05/0.08/0.00/0.31)	

CMYK percentages

%5.08
%8.47
%0
%30.59

Codes

Color #A8A2B1 in popluar color models

A8A2B1
RGB168162177
HSL264°8.77%66.47%
HSB/HSV264°8.47%69.41%
CMYK5.08%8.47%0.00%
30.59%

Color #A8A2B1 in popluar number systems.

HEXA8A2B1
Decimal168162177
Binary101010001010001010110001
Octal250242261

Shades and tints

Shades of #A8A2B1

#A8A2B1
(168,162,177)
#9994A1
(153,148,161)
#8A8691
(138,134,145)
#7B7881
(123,120,129)
#6C6A71
(108,106,113)
#5D5C61
(93,92,97)
#4E4E51
(78,78,81)
#3F4041
(63,64,65)
#303231
(48,50,49)
#212421
(33,36,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8A2B1

#A8A2B1
(168,162,177)
#AFAAB8
(175,170,184)
#B6B2BF
(182,178,191)
#BDBAC6
(189,186,198)
#C4C2CD
(196,194,205)
#CBCAD4
(203,202,212)
#D2D2DB
(210,210,219)
#D9DAE2
(217,218,226)
#E0E2E9
(224,226,233)
#E7EAF0
(231,234,240)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A2B1 color. Also use rgb(168,162,177) instead hex code.

Text Font Color

.myTextColor { color: #A8A2B1; }

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

This text font color is #A8A2B1.


Background Color

.myBgColor { background-color: #A8A2B1; }

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

This div background color is #A8A2B1.


Border color

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

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

This div border color is #A8A2B1.


Opacity

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

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

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

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

This text has shadow with #A8A2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A2B1 on black background.


Color preview on white background

This text has color #A8A2B1 on white background.



Black color preview on #A8A2B1 background

This text has black color on #A8A2B1 background.


White color preview on #A8A2B1 background

This text has white color on #A8A2B1 background.