COLOR #ABAFA7

HEX: #ABAFA7
RGB: (171,175,167)

Color info

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

RGB color model

#ABAFA7 color RGB value is (171,175,167).

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

RGB channels and saturation

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

171
175
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 175 + 167 = 513 (100%)
R 171 of 513 ~ 33.33%
G 175 of 513 ~ 34.11%
B 167 of 513 ~ 32.55%

%33.33
%34.11
%32.55

CMYK color model

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

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • 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
%4.57
%31.37

Codes

Color #ABAFA7 in popluar color models

ABAFA7
RGB171175167
HSL90°4.76%67.06%
HSB/HSV90°4.57%68.63%
CMYK2.29%0.00%4.57%
31.37%

Color #ABAFA7 in popluar number systems.

HEXABAFA7
Decimal171175167
Binary101010111010111110100111
Octal253257247

Shades and tints

Shades of #ABAFA7

#ABAFA7
(171,175,167)
#9CA098
(156,160,152)
#8D9189
(141,145,137)
#7E827A
(126,130,122)
#6F736B
(111,115,107)
#60645C
(96,100,92)
#51554D
(81,85,77)
#42463E
(66,70,62)
#33372F
(51,55,47)
#242820
(36,40,32)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #ABAFA7

#ABAFA7
(171,175,167)
#B2B6AF
(178,182,175)
#B9BDB7
(185,189,183)
#C0C4BF
(192,196,191)
#C7CBC7
(199,203,199)
#CED2CF
(206,210,207)
#D5D9D7
(213,217,215)
#DCE0DF
(220,224,223)
#E3E7E7
(227,231,231)
#EAEEEF
(234,238,239)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAFA7; }

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

This text font color is #ABAFA7.


Background Color

.myBgColor { background-color: #ABAFA7; }

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

This div background color is #ABAFA7.


Border color

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

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

This div border color is #ABAFA7.


Opacity

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

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

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

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

This text has shadow with #ABAFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAFA7 on black background.


Color preview on white background

This text has color #ABAFA7 on white background.



Black color preview on #ABAFA7 background

This text has black color on #ABAFA7 background.


White color preview on #ABAFA7 background

This text has white color on #ABAFA7 background.