COLOR #ABA5A9

HEX: #ABA5A9
RGB: (171,165,169)

Color info

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

RGB color model

#ABA5A9 color RGB value is (171,165,169).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 169 of 255 = 66%

171
165
169

R + G + B ~ 66%. #ABA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 169 = 505 (100%)
R 171 of 505 ~ 33.86%
G 165 of 505 ~ 32.67%
B 169 of 505 ~ 33.47%

%33.86
%32.67
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 1.17%
  • key color value is 32.94%
CMYK:
(0,4,1,33)
C0M4Y1K33 
(0%,4%,1%,33%)
(0.00/0.04/0.01/0.33)	

CMYK percentages

%0
%3.51
%1.17
%32.94

Codes

Color #ABA5A9 in popluar color models

ABA5A9
RGB171165169
HSL320°3.45%65.88%
HSB/HSV320°3.51%67.06%
CMYK0.00%3.51%1.17%
32.94%

Color #ABA5A9 in popluar number systems.

HEXABA5A9
Decimal171165169
Binary101010111010010110101001
Octal253245251

Shades and tints

Shades of #ABA5A9

#ABA5A9
(171,165,169)
#9C969A
(156,150,154)
#8D878B
(141,135,139)
#7E787C
(126,120,124)
#6F696D
(111,105,109)
#605A5E
(96,90,94)
#514B4F
(81,75,79)
#423C40
(66,60,64)
#332D31
(51,45,49)
#241E22
(36,30,34)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #ABA5A9

#ABA5A9
(171,165,169)
#B2ADB0
(178,173,176)
#B9B5B7
(185,181,183)
#C0BDBE
(192,189,190)
#C7C5C5
(199,197,197)
#CECDCC
(206,205,204)
#D5D5D3
(213,213,211)
#DCDDDA
(220,221,218)
#E3E5E1
(227,229,225)
#EAEDE8
(234,237,232)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5A9; }

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

This text font color is #ABA5A9.


Background Color

.myBgColor { background-color: #ABA5A9; }

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

This div background color is #ABA5A9.


Border color

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

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

This div border color is #ABA5A9.


Opacity

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

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

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

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

This text has shadow with #ABA5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5A9 on black background.


Color preview on white background

This text has color #ABA5A9 on white background.



Black color preview on #ABA5A9 background

This text has black color on #ABA5A9 background.


White color preview on #ABA5A9 background

This text has white color on #ABA5A9 background.