COLOR #A2ABB6

HEX: #A2ABB6
RGB: (162,171,182)

Color info

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

RGB color model

#A2ABB6 color RGB value is (162,171,182).

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

RGB channels and saturation

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

162
171
182

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

Portions of RGB colors in percentages

R + G + B =
162 + 171 + 182 = 515 (100%)
R 162 of 515 ~ 31.46%
G 171 of 515 ~ 33.2%
B 182 of 515 ~ 35.34%

%31.46
%33.2
%35.34

CMYK color model

#A2ABB6 color CMYK value is (11,6,0,29).

  • cyan value is 10.99%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(11,6,0,29)
C11M6Y0K29 
(11%,6%,0%,29%)
(0.11/0.06/0.00/0.29)	

CMYK percentages

%10.99
%6.04
%0
%28.63

Codes

Color #A2ABB6 in popluar color models

A2ABB6
RGB162171182
HSL213°12.05%67.45%
HSB/HSV213°10.99%71.37%
CMYK10.99%6.04%0.00%
28.63%

Color #A2ABB6 in popluar number systems.

HEXA2ABB6
Decimal162171182
Binary101000101010101110110110
Octal242253266

Shades and tints

Shades of #A2ABB6

#A2ABB6
(162,171,182)
#949CA6
(148,156,166)
#868D96
(134,141,150)
#787E86
(120,126,134)
#6A6F76
(106,111,118)
#5C6066
(92,96,102)
#4E5156
(78,81,86)
#404246
(64,66,70)
#323336
(50,51,54)
#242426
(36,36,38)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2ABB6

#A2ABB6
(162,171,182)
#AAB2BC
(170,178,188)
#B2B9C2
(178,185,194)
#BAC0C8
(186,192,200)
#C2C7CE
(194,199,206)
#CACED4
(202,206,212)
#D2D5DA
(210,213,218)
#DADCE0
(218,220,224)
#E2E3E6
(226,227,230)
#EAEAEC
(234,234,236)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABB6; }

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

This text font color is #A2ABB6.


Background Color

.myBgColor { background-color: #A2ABB6; }

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

This div background color is #A2ABB6.


Border color

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

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

This div border color is #A2ABB6.


Opacity

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

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

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

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

This text has shadow with #A2ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2ABB6 on black background.


Color preview on white background

This text has color #A2ABB6 on white background.



Black color preview on #A2ABB6 background

This text has black color on #A2ABB6 background.


White color preview on #A2ABB6 background

This text has white color on #A2ABB6 background.