COLOR #ABA7AA

HEX: #ABA7AA
RGB: (171,167,170)

Color info

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

RGB color model

#ABA7AA color RGB value is (171,167,170).

  • red value is 171;
  • green value is 167;
  • blue value is 170.
RGB:
(171,167,170)
(67%,65%,67%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 170 of 255 = 67%

171
167
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 170 = 508 (100%)
R 171 of 508 ~ 33.66%
G 167 of 508 ~ 32.87%
B 170 of 508 ~ 33.46%

%33.66
%32.87
%33.46

CMYK color model

#ABA7AA color CMYK value is (0,2,1,33).

  • cyan value is 0.00%
  • magenta value is 2.34%
  • yellow value is 0.58%
  • key color value is 32.94%
CMYK:
(0,2,1,33)
C0M2Y1K33 
(0%,2%,1%,33%)
(0.00/0.02/0.01/0.33)	

CMYK percentages

%0
%2.34
%0.58
%32.94

Codes

Color #ABA7AA in popluar color models

ABA7AA
RGB171167170
HSL315°2.33%66.27%
HSB/HSV315°2.34%67.06%
CMYK0.00%2.34%0.58%
32.94%

Color #ABA7AA in popluar number systems.

HEXABA7AA
Decimal171167170
Binary101010111010011110101010
Octal253247252

Shades and tints

Shades of #ABA7AA

#ABA7AA
(171,167,170)
#9C989B
(156,152,155)
#8D898C
(141,137,140)
#7E7A7D
(126,122,125)
#6F6B6E
(111,107,110)
#605C5F
(96,92,95)
#514D50
(81,77,80)
#423E41
(66,62,65)
#332F32
(51,47,50)
#242023
(36,32,35)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #ABA7AA

#ABA7AA
(171,167,170)
#B2AFB1
(178,175,177)
#B9B7B8
(185,183,184)
#C0BFBF
(192,191,191)
#C7C7C6
(199,199,198)
#CECFCD
(206,207,205)
#D5D7D4
(213,215,212)
#DCDFDB
(220,223,219)
#E3E7E2
(227,231,226)
#EAEFE9
(234,239,233)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA7AA; }

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

This text font color is #ABA7AA.


Background Color

.myBgColor { background-color: #ABA7AA; }

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

This div background color is #ABA7AA.


Border color

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

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

This div border color is #ABA7AA.


Opacity

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

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

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

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

This text has shadow with #ABA7AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA7AA on black background.


Color preview on white background

This text has color #ABA7AA on white background.



Black color preview on #ABA7AA background

This text has black color on #ABA7AA background.


White color preview on #ABA7AA background

This text has white color on #ABA7AA background.