COLOR #ABB2AA

HEX: #ABB2AA RGB: (171,178,170)

Color info

#ABB2AA contains red, green and blue colors in about the same proportion. Web safe color of #ABB2AA is #999999 (or #999).

RGB color model

#ABB2AA color RGB value is (171,178,170).

RGB: (171,178,170) (67%, 70%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 170 of 255 = 67%

171
178
170

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

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 170 = 519 (100%)
R 171 of 519 ~ 32.95%
G 178 of 519 ~ 34.3%
B 170 of 519 ~ 32.76'%

%32.95
%34.3
%32.76

CMYK color model

#ABB2AA color CMYK value is (4,0,4,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK: (4,0,4,30) C4M0Y4K30 (4%,0%,4%,30%) (0.04/0.00/0.04/0.30) 

CMYK percentages

%3.93
%0
%4.49
%30.2

Codes

Color #ABB2AA in popluar color models

AB B2 AA
RGB 171 178 170
HSL 113° 4.94% 68.24%
HSB/HSV 113° 4.49% 69.80%
CMYK 3.93% 0.00% 4.49%
30.20%

Color #ABB2AA in popluar number systems.

HEX AB B2 AA
Decimal 171 178 170
Binary 10101011 10110010 10101010
Octal 253 262 252

Shades and tints

Shades of #ABB2AA

#ABB2AA
(171,178,170)
#9CA29B
(156,162,155)
#8D928C
(141,146,140)
#7E827D
(126,130,125)
#6F726E
(111,114,110)
#60625F
(96,98,95)
#515250
(81,82,80)
#424241
(66,66,65)
#333232
(51,50,50)
#242223
(36,34,35)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #ABB2AA

#ABB2AA
(171,178,170)
#B2B9B1
(178,185,177)
#B9C0B8
(185,192,184)
#C0C7BF
(192,199,191)
#C7CEC6
(199,206,198)
#CED5CD
(206,213,205)
#D5DCD4
(213,220,212)
#DCE3DB
(220,227,219)
#E3EAE2
(227,234,226)
#EAF1E9
(234,241,233)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB2AA color. Also use rgb(171,178,170) instead hex code.

Text Font Color

.myTextColor { color: #ABB2AA; }

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

This text font color is #ABB2AA.

Background Color

.myBgColor { background-color: #ABB2AA; }

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

This div background color is #ABB2AA.

Border color

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

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

This div border color is #ABB2AA.

Opacity

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

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

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

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

This text has shadow with #ABB2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB2AA.

Preview

Color preview on black background

This text has color #ABB2AA on black background.


Color preview on white background

This text has color #ABB2AA on white background.


Black color preview on #ABB2AA background

This text has black color on #ABB2AA background.


White color preview on #ABB2AA background

This text has white color on #ABB2AA background.


Related colors

Complementary color

Complementary color for #hex is #544D55.


I love getcolorcode.com

Triadic colors

1 #AAABB2 and #B2AAAB with #ABB2AA are triadic colors.

2 #AAB2AB and #B2ABAA with #ABB2AA are triadic colors.