COLOR #ABA8A2

HEX: #ABA8A2
RGB: (171,168,162)

Color info

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

RGB color model

#ABA8A2 color RGB value is (171,168,162).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 162 of 255 = 64%

171
168
162

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 162 = 501 (100%)
R 171 of 501 ~ 34.13%
G 168 of 501 ~ 33.53%
B 162 of 501 ~ 32.34%

%34.13
%33.53
%32.34

CMYK color model

#ABA8A2 color CMYK value is (0,2,5,33).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 5.26%
  • key color value is 32.94%
CMYK:
(0,2,5,33)
C0M2Y5K33 
(0%,2%,5%,33%)
(0.00/0.02/0.05/0.33)	

CMYK percentages

%0
%1.75
%5.26
%32.94

Codes

Color #ABA8A2 in popluar color models

ABA8A2
RGB171168162
HSL40°5.08%65.29%
HSB/HSV40°5.26%67.06%
CMYK0.00%1.75%5.26%
32.94%

Color #ABA8A2 in popluar number systems.

HEXABA8A2
Decimal171168162
Binary101010111010100010100010
Octal253250242

Shades and tints

Shades of #ABA8A2

#ABA8A2
(171,168,162)
#9C9994
(156,153,148)
#8D8A86
(141,138,134)
#7E7B78
(126,123,120)
#6F6C6A
(111,108,106)
#605D5C
(96,93,92)
#514E4E
(81,78,78)
#423F40
(66,63,64)
#333032
(51,48,50)
#242124
(36,33,36)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABA8A2

#ABA8A2
(171,168,162)
#B2AFAA
(178,175,170)
#B9B6B2
(185,182,178)
#C0BDBA
(192,189,186)
#C7C4C2
(199,196,194)
#CECBCA
(206,203,202)
#D5D2D2
(213,210,210)
#DCD9DA
(220,217,218)
#E3E0E2
(227,224,226)
#EAE7EA
(234,231,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA8A2; }

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

This text font color is #ABA8A2.


Background Color

.myBgColor { background-color: #ABA8A2; }

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

This div background color is #ABA8A2.


Border color

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

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

This div border color is #ABA8A2.


Opacity

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

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

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

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

This text has shadow with #ABA8A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8A2 on black background.


Color preview on white background

This text has color #ABA8A2 on white background.



Black color preview on #ABA8A2 background

This text has black color on #ABA8A2 background.


White color preview on #ABA8A2 background

This text has white color on #ABA8A2 background.