COLOR #A2ABB4

HEX: #A2ABB4 RGB: (162,171,180)

Color info

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

RGB color model

#A2ABB4 color RGB value is (162,171,180).

RGB: (162,171,180) (64%, 67%, 71%)

RGB channels and saturation

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

162
171
180

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

Portions of RGB colors in percentages

R + G + B = 162 + 171 + 180 = 513 (100%)
R 162 of 513 ~ 31.58%
G 171 of 513 ~ 33.33%
B 180 of 513 ~ 35.09'%

%31.58
%33.33
%35.09

CMYK color model

#A2ABB4 color CMYK value is (10,5,0,29).

  • cyan value is 10.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (10,5,0,29)
C10M5Y0K29 (10%, 5%, 0%, 29%)
(0.10 / 0.05 / 0.00 / 0.29)

CMYK percentages

%10
%5
%0
%29.41

Codes

Color #A2ABB4 in popluar color models

A2 AB B4
RGB 162 171 180
HSL 210° 10.71% 67.06%
HSB/HSV 210° 10.00% 70.59%
CMYK 10.00% 5.00% 0.00%
29.41%

Color #A2ABB4 in popluar number systems.

HEX A2 AB B4
Decimal 162 171 180
Binary 10100010 10101011 10110100
Octal 242 253 264

Shades and tints

Shades of #A2ABB4

#A2ABB4
(162,171,180)
#949CA4
(148,156,164)
#868D94
(134,141,148)
#787E84
(120,126,132)
#6A6F74
(106,111,116)
#5C6064
(92,96,100)
#4E5154
(78,81,84)
#404244
(64,66,68)
#323334
(50,51,52)
#242424
(36,36,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #A2ABB4

#A2ABB4
(162,171,180)
#AAB2BA
(170,178,186)
#B2B9C0
(178,185,192)
#BAC0C6
(186,192,198)
#C2C7CC
(194,199,204)
#CACED2
(202,206,210)
#D2D5D8
(210,213,216)
#DADCDE
(218,220,222)
#E2E3E4
(226,227,228)
#EAEAEA
(234,234,234)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2ABB4; }

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

This text font color is #A2ABB4.

Background Color

.myBgColor { background-color: #A2ABB4; }

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

This div background color is #A2ABB4.

Border color

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

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

This div border color is #A2ABB4.

Opacity

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

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

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

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

This text has shadow with #A2ABB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2ABB4.

Preview

Color preview on black background

This text has color #A2ABB4 on black background.


Color preview on white background

This text has color #A2ABB4 on white background.


Black color preview on #A2ABB4 background

This text has black color on #A2ABB4 background.


White color preview on #A2ABB4 background

This text has white color on #A2ABB4 background.


Related colors

Complementary color

Complementary color for #hex is #5D544B.


I love getcolorcode.com

Triadic colors

1 #B4A2AB and #ABB4A2 with #A2ABB4 are triadic colors.

2 #B4ABA2 and #ABA2B4 with #A2ABB4 are triadic colors.