COLOR #ABA2AB

HEX: #ABA2AB
RGB: (171,162,171)

Color info

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

RGB color model

#ABA2AB color RGB value is (171,162,171).

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

RGB channels and saturation

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

171
162
171

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

Portions of RGB colors in percentages

R + G + B =
171 + 162 + 171 = 504 (100%)
R 171 of 504 ~ 33.93%
G 162 of 504 ~ 32.14%
B 171 of 504 ~ 33.93%

%33.93
%32.14
%33.93

CMYK color model

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

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

CMYK percentages

%0
%5.26
%0
%32.94

Codes

Color #ABA2AB in popluar color models

ABA2AB
RGB171162171
HSL300°5.08%65.29%
HSB/HSV300°5.26%67.06%
CMYK0.00%5.26%0.00%
32.94%

Color #ABA2AB in popluar number systems.

HEXABA2AB
Decimal171162171
Binary101010111010001010101011
Octal253242253

Shades and tints

Shades of #ABA2AB

#ABA2AB
(171,162,171)
#9C949C
(156,148,156)
#8D868D
(141,134,141)
#7E787E
(126,120,126)
#6F6A6F
(111,106,111)
#605C60
(96,92,96)
#514E51
(81,78,81)
#424042
(66,64,66)
#333233
(51,50,51)
#242424
(36,36,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #ABA2AB

#ABA2AB
(171,162,171)
#B2AAB2
(178,170,178)
#B9B2B9
(185,178,185)
#C0BAC0
(192,186,192)
#C7C2C7
(199,194,199)
#CECACE
(206,202,206)
#D5D2D5
(213,210,213)
#DCDADC
(220,218,220)
#E3E2E3
(227,226,227)
#EAEAEA
(234,234,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2AB; }

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

This text font color is #ABA2AB.


Background Color

.myBgColor { background-color: #ABA2AB; }

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

This div background color is #ABA2AB.


Border color

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

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

This div border color is #ABA2AB.


Opacity

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

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

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

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

This text has shadow with #ABA2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA2AB on black background.


Color preview on white background

This text has color #ABA2AB on white background.



Black color preview on #ABA2AB background

This text has black color on #ABA2AB background.


White color preview on #ABA2AB background

This text has white color on #ABA2AB background.