COLOR #A2B0B5

HEX: #A2B0B5
RGB: (162,176,181)

Color info

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

RGB color model

#A2B0B5 color RGB value is (162,176,181).

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

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 181 of 255 = 71%

162
176
181

R + G + B ~ 68%. #A2B0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 176 + 181 = 519 (100%)
R 162 of 519 ~ 31.21%
G 176 of 519 ~ 33.91%
B 181 of 519 ~ 34.87%

%31.21
%33.91
%34.87

CMYK color model

#A2B0B5 color CMYK value is (10,3,0,29).

  • cyan value is 10.50%
  • magenta value is 2.76%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(10,3,0,29)
C10M3Y0K29 
(10%,3%,0%,29%)
(0.10/0.03/0.00/0.29)	

CMYK percentages

%10.5
%2.76
%0
%29.02

Codes

Color #A2B0B5 in popluar color models

A2B0B5
RGB162176181
HSL196°11.38%67.25%
HSB/HSV196°10.50%70.98%
CMYK10.50%2.76%0.00%
29.02%

Color #A2B0B5 in popluar number systems.

HEXA2B0B5
Decimal162176181
Binary101000101011000010110101
Octal242260265

Shades and tints

Shades of #A2B0B5

#A2B0B5
(162,176,181)
#94A0A5
(148,160,165)
#869095
(134,144,149)
#788085
(120,128,133)
#6A7075
(106,112,117)
#5C6065
(92,96,101)
#4E5055
(78,80,85)
#404045
(64,64,69)
#323035
(50,48,53)
#242025
(36,32,37)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #A2B0B5

#A2B0B5
(162,176,181)
#AAB7BB
(170,183,187)
#B2BEC1
(178,190,193)
#BAC5C7
(186,197,199)
#C2CCCD
(194,204,205)
#CAD3D3
(202,211,211)
#D2DAD9
(210,218,217)
#DAE1DF
(218,225,223)
#E2E8E5
(226,232,229)
#EAEFEB
(234,239,235)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2B0B5; }

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

This text font color is #A2B0B5.


Background Color

.myBgColor { background-color: #A2B0B5; }

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

This div background color is #A2B0B5.


Border color

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

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

This div border color is #A2B0B5.


Opacity

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

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

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

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

This text has shadow with #A2B0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B0B5 on black background.


Color preview on white background

This text has color #A2B0B5 on white background.



Black color preview on #A2B0B5 background

This text has black color on #A2B0B5 background.


White color preview on #A2B0B5 background

This text has white color on #A2B0B5 background.