COLOR #A2ABB5

HEX: #A2ABB5
RGB: (162,171,181)

Color info

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

RGB color model

#A2ABB5 color RGB value is (162,171,181).

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

RGB channels and saturation

R 162 of 255 = 64%
G 171 of 255 = 67%
B 181 of 255 = 71%

162
171
181

R + G + B ~ 67%. #A2ABB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 181 = 514 (100%)
R 162 of 514 ~ 31.52%
G 171 of 514 ~ 33.27%
B 181 of 514 ~ 35.21%

%31.52
%33.27
%35.21

CMYK color model

#A2ABB5 color CMYK value is (10,6,0,29).

  • cyan value is 10.50%
  • magenta value is 5.52%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(10,6,0,29)
C10M6Y0K29 
(10%,6%,0%,29%)
(0.10/0.06/0.00/0.29)	

CMYK percentages

%10.5
%5.52
%0
%29.02

Codes

Color #A2ABB5 in popluar color models

A2ABB5
RGB162171181
HSL212°11.38%67.25%
HSB/HSV212°10.50%70.98%
CMYK10.50%5.52%0.00%
29.02%

Color #A2ABB5 in popluar number systems.

HEXA2ABB5
Decimal162171181
Binary101000101010101110110101
Octal242253265

Shades and tints

Shades of #A2ABB5

#A2ABB5
(162,171,181)
#949CA5
(148,156,165)
#868D95
(134,141,149)
#787E85
(120,126,133)
#6A6F75
(106,111,117)
#5C6065
(92,96,101)
#4E5155
(78,81,85)
#404245
(64,66,69)
#323335
(50,51,53)
#242425
(36,36,37)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #A2ABB5

#A2ABB5
(162,171,181)
#AAB2BB
(170,178,187)
#B2B9C1
(178,185,193)
#BAC0C7
(186,192,199)
#C2C7CD
(194,199,205)
#CACED3
(202,206,211)
#D2D5D9
(210,213,217)
#DADCDF
(218,220,223)
#E2E3E5
(226,227,229)
#EAEAEB
(234,234,235)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABB5; }

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

This text font color is #A2ABB5.


Background Color

.myBgColor { background-color: #A2ABB5; }

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

This div background color is #A2ABB5.


Border color

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

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

This div border color is #A2ABB5.


Opacity

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

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

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

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

This text has shadow with #A2ABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABB5 on black background.


Color preview on white background

This text has color #A2ABB5 on white background.



Black color preview on #A2ABB5 background

This text has black color on #A2ABB5 background.


White color preview on #A2ABB5 background

This text has white color on #A2ABB5 background.