COLOR #ABA6A1

HEX: #ABA6A1
RGB: (171,166,161)

Color info

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

RGB color model

#ABA6A1 color RGB value is (171,166,161).

  • red value is 171;
  • green value is 166;
  • blue value is 161.
RGB:
(171,166,161)
(67%,65%,63%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 161 of 255 = 63%

171
166
161

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

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 161 = 498 (100%)
R 171 of 498 ~ 34.34%
G 166 of 498 ~ 33.33%
B 161 of 498 ~ 32.33%

%34.34
%33.33
%32.33

CMYK color model

#ABA6A1 color CMYK value is (0,3,6,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 5.85%
  • key color value is 32.94%
CMYK:
(0,3,6,33)
C0M3Y6K33 
(0%,3%,6%,33%)
(0.00/0.03/0.06/0.33)	

CMYK percentages

%0
%2.92
%5.85
%32.94

Codes

Color #ABA6A1 in popluar color models

ABA6A1
RGB171166161
HSL30°5.62%65.10%
HSB/HSV30°5.85%67.06%
CMYK0.00%2.92%5.85%
32.94%

Color #ABA6A1 in popluar number systems.

HEXABA6A1
Decimal171166161
Binary101010111010011010100001
Octal253246241

Shades and tints

Shades of #ABA6A1

#ABA6A1
(171,166,161)
#9C9793
(156,151,147)
#8D8885
(141,136,133)
#7E7977
(126,121,119)
#6F6A69
(111,106,105)
#605B5B
(96,91,91)
#514C4D
(81,76,77)
#423D3F
(66,61,63)
#332E31
(51,46,49)
#241F23
(36,31,35)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #ABA6A1

#ABA6A1
(171,166,161)
#B2AEA9
(178,174,169)
#B9B6B1
(185,182,177)
#C0BEB9
(192,190,185)
#C7C6C1
(199,198,193)
#CECEC9
(206,206,201)
#D5D6D1
(213,214,209)
#DCDED9
(220,222,217)
#E3E6E1
(227,230,225)
#EAEEE9
(234,238,233)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA6A1; }

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

This text font color is #ABA6A1.


Background Color

.myBgColor { background-color: #ABA6A1; }

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

This div background color is #ABA6A1.


Border color

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

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

This div border color is #ABA6A1.


Opacity

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

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

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

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

This text has shadow with #ABA6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA6A1 on black background.


Color preview on white background

This text has color #ABA6A1 on white background.



Black color preview on #ABA6A1 background

This text has black color on #ABA6A1 background.


White color preview on #ABA6A1 background

This text has white color on #ABA6A1 background.