COLOR #ABA2A4

HEX: #ABA2A4
RGB: (171,162,164)

Color info

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

RGB color model

#ABA2A4 color RGB value is (171,162,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 164 of 255 = 64%

171
162
164

R + G + B ~ 65%. #ABA2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 164 = 497 (100%)
R 171 of 497 ~ 34.41%
G 162 of 497 ~ 32.6%
B 164 of 497 ~ 33%

%34.41
%32.6
%33

CMYK color model

#ABA2A4 color CMYK value is (0,5,4,33).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,5,4,33)
C0M5Y4K33 
(0%,5%,4%,33%)
(0.00/0.05/0.04/0.33)	

CMYK percentages

%0
%5.26
%4.09
%32.94

Codes

Color #ABA2A4 in popluar color models

ABA2A4
RGB171162164
HSL347°5.08%65.29%
HSB/HSV347°5.26%67.06%
CMYK0.00%5.26%4.09%
32.94%

Color #ABA2A4 in popluar number systems.

HEXABA2A4
Decimal171162164
Binary101010111010001010100100
Octal253242244

Shades and tints

Shades of #ABA2A4

#ABA2A4
(171,162,164)
#9C9496
(156,148,150)
#8D8688
(141,134,136)
#7E787A
(126,120,122)
#6F6A6C
(111,106,108)
#605C5E
(96,92,94)
#514E50
(81,78,80)
#424042
(66,64,66)
#333234
(51,50,52)
#242426
(36,36,38)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABA2A4

#ABA2A4
(171,162,164)
#B2AAAC
(178,170,172)
#B9B2B4
(185,178,180)
#C0BABC
(192,186,188)
#C7C2C4
(199,194,196)
#CECACC
(206,202,204)
#D5D2D4
(213,210,212)
#DCDADC
(220,218,220)
#E3E2E4
(227,226,228)
#EAEAEC
(234,234,236)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2A4; }

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

This text font color is #ABA2A4.


Background Color

.myBgColor { background-color: #ABA2A4; }

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

This div background color is #ABA2A4.


Border color

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

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

This div border color is #ABA2A4.


Opacity

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

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

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

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

This text has shadow with #ABA2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA2A4 on black background.


Color preview on white background

This text has color #ABA2A4 on white background.



Black color preview on #ABA2A4 background

This text has black color on #ABA2A4 background.


White color preview on #ABA2A4 background

This text has white color on #ABA2A4 background.