COLOR #ABA5A4

HEX: #ABA5A4
RGB: (171,165,164)

Color info

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

RGB color model

#ABA5A4 color RGB value is (171,165,164).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 164 of 255 = 64%

171
165
164

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 164 = 500 (100%)
R 171 of 500 ~ 34.2%
G 165 of 500 ~ 33%
B 164 of 500 ~ 32.8%

%34.2
%33
%32.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 4.09%
  • key color value is 32.94%
CMYK:
(0,4,4,33)
C0M4Y4K33 
(0%,4%,4%,33%)
(0.00/0.04/0.04/0.33)	

CMYK percentages

%0
%3.51
%4.09
%32.94

Codes

Color #ABA5A4 in popluar color models

ABA5A4
RGB171165164
HSL4.00%65.69%
HSB/HSV4.09%67.06%
CMYK0.00%3.51%4.09%
32.94%

Color #ABA5A4 in popluar number systems.

HEXABA5A4
Decimal171165164
Binary101010111010010110100100
Octal253245244

Shades and tints

Shades of #ABA5A4

#ABA5A4
(171,165,164)
#9C9696
(156,150,150)
#8D8788
(141,135,136)
#7E787A
(126,120,122)
#6F696C
(111,105,108)
#605A5E
(96,90,94)
#514B50
(81,75,80)
#423C42
(66,60,66)
#332D34
(51,45,52)
#241E26
(36,30,38)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #ABA5A4

#ABA5A4
(171,165,164)
#B2ADAC
(178,173,172)
#B9B5B4
(185,181,180)
#C0BDBC
(192,189,188)
#C7C5C4
(199,197,196)
#CECDCC
(206,205,204)
#D5D5D4
(213,213,212)
#DCDDDC
(220,221,220)
#E3E5E4
(227,229,228)
#EAEDEC
(234,237,236)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5A4; }

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

This text font color is #ABA5A4.


Background Color

.myBgColor { background-color: #ABA5A4; }

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

This div background color is #ABA5A4.


Border color

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

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

This div border color is #ABA5A4.


Opacity

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

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

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

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

This text has shadow with #ABA5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5A4 on black background.


Color preview on white background

This text has color #ABA5A4 on white background.



Black color preview on #ABA5A4 background

This text has black color on #ABA5A4 background.


White color preview on #ABA5A4 background

This text has white color on #ABA5A4 background.