COLOR #ABAAB0

HEX: #ABAAB0 RGB: (171,170,176)

Color info

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

RGB color model

#ABAAB0 color RGB value is (171,170,176).

RGB: (171,170,176) (67%, 67%, 69%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 176 of 255 = 69%

171
170
176

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

Portions of RGB colors in percentages

R + G + B = 171 + 170 + 176 = 517 (100%)
R 171 of 517 ~ 33.08%
G 170 of 517 ~ 32.88%
B 176 of 517 ~ 34.04'%

%33.08
%32.88
%34.04

CMYK color model

#ABAAB0 color CMYK value is (3,3,0,31).

  • cyan value is 2.84%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (3,3,0,31)
C3M3Y0K31 (3%, 3%, 0%, 31%)
(0.03 / 0.03 / 0.00 / 0.31)

CMYK percentages

%2.84
%3.41
%0
%30.98

Codes

Color #ABAAB0 in popluar color models

AB AA B0
RGB 171 170 176
HSL 250° 3.66% 67.84%
HSB/HSV 250° 3.41% 69.02%
CMYK 2.84% 3.41% 0.00%
30.98%

Color #ABAAB0 in popluar number systems.

HEX AB AA B0
Decimal 171 170 176
Binary 10101011 10101010 10110000
Octal 253 252 260

Shades and tints

Shades of #ABAAB0

#ABAAB0
(171,170,176)
#9C9BA0
(156,155,160)
#8D8C90
(141,140,144)
#7E7D80
(126,125,128)
#6F6E70
(111,110,112)
#605F60
(96,95,96)
#515050
(81,80,80)
#424140
(66,65,64)
#333230
(51,50,48)
#242320
(36,35,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #ABAAB0

#ABAAB0
(171,170,176)
#B2B1B7
(178,177,183)
#B9B8BE
(185,184,190)
#C0BFC5
(192,191,197)
#C7C6CC
(199,198,204)
#CECDD3
(206,205,211)
#D5D4DA
(213,212,218)
#DCDBE1
(220,219,225)
#E3E2E8
(227,226,232)
#EAE9EF
(234,233,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAAB0; }

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

This text font color is #ABAAB0.

Background Color

.myBgColor { background-color: #ABAAB0; }

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

This div background color is #ABAAB0.

Border color

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

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

This div border color is #ABAAB0.

Opacity

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

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

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

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

This text has shadow with #ABAAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAAB0.

Preview

Color preview on black background

This text has color #ABAAB0 on black background.


Color preview on white background

This text has color #ABAAB0 on white background.


Black color preview on #ABAAB0 background

This text has black color on #ABAAB0 background.


White color preview on #ABAAB0 background

This text has white color on #ABAAB0 background.


Related colors

Complementary color

Complementary color for #hex is #54554F.


I love getcolorcode.com

Triadic colors

1 #B0ABAA and #AAB0AB with #ABAAB0 are triadic colors.

2 #B0AAAB and #AAABB0 with #ABAAB0 are triadic colors.