COLOR #ABAFA6

HEX: #ABAFA6
RGB: (171,175,166)

Color info

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

RGB color model

#ABAFA6 color RGB value is (171,175,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 166 of 255 = 65%

171
175
166

R + G + B ~ 67%. #ABAFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 166 = 512 (100%)
R 171 of 512 ~ 33.4%
G 175 of 512 ~ 34.18%
B 166 of 512 ~ 32.42%

%33.4
%34.18
%32.42

CMYK color model

#ABAFA6 color CMYK value is (2,0,5,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(2,0,5,31)
C2M0Y5K31 
(2%,0%,5%,31%)
(0.02/0.00/0.05/0.31)	

CMYK percentages

%2.29
%0
%5.14
%31.37

Codes

Color #ABAFA6 in popluar color models

ABAFA6
RGB171175166
HSL87°5.33%66.86%
HSB/HSV87°5.14%68.63%
CMYK2.29%0.00%5.14%
31.37%

Color #ABAFA6 in popluar number systems.

HEXABAFA6
Decimal171175166
Binary101010111010111110100110
Octal253257246

Shades and tints

Shades of #ABAFA6

#ABAFA6
(171,175,166)
#9CA097
(156,160,151)
#8D9188
(141,145,136)
#7E8279
(126,130,121)
#6F736A
(111,115,106)
#60645B
(96,100,91)
#51554C
(81,85,76)
#42463D
(66,70,61)
#33372E
(51,55,46)
#24281F
(36,40,31)
#151910
(21,25,16)
#000000
(0,0,0)

Tints of #ABAFA6

#ABAFA6
(171,175,166)
#B2B6AE
(178,182,174)
#B9BDB6
(185,189,182)
#C0C4BE
(192,196,190)
#C7CBC6
(199,203,198)
#CED2CE
(206,210,206)
#D5D9D6
(213,217,214)
#DCE0DE
(220,224,222)
#E3E7E6
(227,231,230)
#EAEEEE
(234,238,238)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFA6; }

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

This text font color is #ABAFA6.


Background Color

.myBgColor { background-color: #ABAFA6; }

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

This div background color is #ABAFA6.


Border color

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

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

This div border color is #ABAFA6.


Opacity

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

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

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

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

This text has shadow with #ABAFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFA6 on black background.


Color preview on white background

This text has color #ABAFA6 on white background.



Black color preview on #ABAFA6 background

This text has black color on #ABAFA6 background.


White color preview on #ABAFA6 background

This text has white color on #ABAFA6 background.