COLOR #A0A2B6

HEX: #A0A2B6
RGB: (160,162,182)

Color info

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

RGB color model

#A0A2B6 color RGB value is (160,162,182).

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

RGB channels and saturation

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

160
162
182

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

Portions of RGB colors in percentages

R + G + B =
160 + 162 + 182 = 504 (100%)
R 160 of 504 ~ 31.75%
G 162 of 504 ~ 32.14%
B 182 of 504 ~ 36.11%

%31.75
%32.14
%36.11

CMYK color model

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

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

CMYK percentages

%12.09
%10.99
%0
%28.63

Codes

Color #A0A2B6 in popluar color models

A0A2B6
RGB160162182
HSL235°13.10%67.06%
HSB/HSV235°12.09%71.37%
CMYK12.09%10.99%0.00%
28.63%

Color #A0A2B6 in popluar number systems.

HEXA0A2B6
Decimal160162182
Binary101000001010001010110110
Octal240242266

Shades and tints

Shades of #A0A2B6

#A0A2B6
(160,162,182)
#9294A6
(146,148,166)
#848696
(132,134,150)
#767886
(118,120,134)
#686A76
(104,106,118)
#5A5C66
(90,92,102)
#4C4E56
(76,78,86)
#3E4046
(62,64,70)
#303236
(48,50,54)
#222426
(34,36,38)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #A0A2B6

#A0A2B6
(160,162,182)
#A8AABC
(168,170,188)
#B0B2C2
(176,178,194)
#B8BAC8
(184,186,200)
#C0C2CE
(192,194,206)
#C8CAD4
(200,202,212)
#D0D2DA
(208,210,218)
#D8DAE0
(216,218,224)
#E0E2E6
(224,226,230)
#E8EAEC
(232,234,236)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A2B6; }

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

This text font color is #A0A2B6.


Background Color

.myBgColor { background-color: #A0A2B6; }

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

This div background color is #A0A2B6.


Border color

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

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

This div border color is #A0A2B6.


Opacity

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

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

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

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

This text has shadow with #A0A2B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A2B6 on black background.


Color preview on white background

This text has color #A0A2B6 on white background.



Black color preview on #A0A2B6 background

This text has black color on #A0A2B6 background.


White color preview on #A0A2B6 background

This text has white color on #A0A2B6 background.