COLOR #A2A1B6

HEX: #A2A1B6
RGB: (162,161,182)

Color info

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

RGB color model

#A2A1B6 color RGB value is (162,161,182).

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

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 182 of 255 = 71%

162
161
182

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

Portions of RGB colors in percentages

R + G + B =
162 + 161 + 182 = 505 (100%)
R 162 of 505 ~ 32.08%
G 161 of 505 ~ 31.88%
B 182 of 505 ~ 36.04%

%32.08
%31.88
%36.04

CMYK color model

#A2A1B6 color CMYK value is (11,12,0,29).

  • cyan value is 10.99%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(11,12,0,29)
C11M12Y0K29 
(11%,12%,0%,29%)
(0.11/0.12/0.00/0.29)	

CMYK percentages

%10.99
%11.54
%0
%28.63

Codes

Color #A2A1B6 in popluar color models

A2A1B6
RGB162161182
HSL243°12.57%67.25%
HSB/HSV243°11.54%71.37%
CMYK10.99%11.54%0.00%
28.63%

Color #A2A1B6 in popluar number systems.

HEXA2A1B6
Decimal162161182
Binary101000101010000110110110
Octal242241266

Shades and tints

Shades of #A2A1B6

#A2A1B6
(162,161,182)
#9493A6
(148,147,166)
#868596
(134,133,150)
#787786
(120,119,134)
#6A6976
(106,105,118)
#5C5B66
(92,91,102)
#4E4D56
(78,77,86)
#403F46
(64,63,70)
#323136
(50,49,54)
#242326
(36,35,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2A1B6

#A2A1B6
(162,161,182)
#AAA9BC
(170,169,188)
#B2B1C2
(178,177,194)
#BAB9C8
(186,185,200)
#C2C1CE
(194,193,206)
#CAC9D4
(202,201,212)
#D2D1DA
(210,209,218)
#DAD9E0
(218,217,224)
#E2E1E6
(226,225,230)
#EAE9EC
(234,233,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2A1B6; }

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

This text font color is #A2A1B6.


Background Color

.myBgColor { background-color: #A2A1B6; }

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

This div background color is #A2A1B6.


Border color

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

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

This div border color is #A2A1B6.


Opacity

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

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

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

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

This text has shadow with #A2A1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2A1B6 on black background.


Color preview on white background

This text has color #A2A1B6 on white background.



Black color preview on #A2A1B6 background

This text has black color on #A2A1B6 background.


White color preview on #A2A1B6 background

This text has white color on #A2A1B6 background.