COLOR #ABABA7

HEX: #ABABA7
RGB: (171,171,167)

Color info

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

RGB color model

#ABABA7 color RGB value is (171,171,167).

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

RGB channels and saturation

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

171
171
167

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

Portions of RGB colors in percentages

R + G + B =
171 + 171 + 167 = 509 (100%)
R 171 of 509 ~ 33.6%
G 171 of 509 ~ 33.6%
B 167 of 509 ~ 32.81%

%33.6
%33.6
%32.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 32.94%
CMYK:
(0,0,2,33)
C0M0Y2K33 
(0%,0%,2%,33%)
(0.00/0.00/0.02/0.33)	

CMYK percentages

%0
%0
%2.34
%32.94

Codes

Color #ABABA7 in popluar color models

ABABA7
RGB171171167
HSL60°2.33%66.27%
HSB/HSV60°2.34%67.06%
CMYK0.00%0.00%2.34%
32.94%

Color #ABABA7 in popluar number systems.

HEXABABA7
Decimal171171167
Binary101010111010101110100111
Octal253253247

Shades and tints

Shades of #ABABA7

#ABABA7
(171,171,167)
#9C9C98
(156,156,152)
#8D8D89
(141,141,137)
#7E7E7A
(126,126,122)
#6F6F6B
(111,111,107)
#60605C
(96,96,92)
#51514D
(81,81,77)
#42423E
(66,66,62)
#33332F
(51,51,47)
#242420
(36,36,32)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABABA7

#ABABA7
(171,171,167)
#B2B2AF
(178,178,175)
#B9B9B7
(185,185,183)
#C0C0BF
(192,192,191)
#C7C7C7
(199,199,199)
#CECECF
(206,206,207)
#D5D5D7
(213,213,215)
#DCDCDF
(220,220,223)
#E3E3E7
(227,227,231)
#EAEAEF
(234,234,239)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABABA7; }

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

This text font color is #ABABA7.


Background Color

.myBgColor { background-color: #ABABA7; }

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

This div background color is #ABABA7.


Border color

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

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

This div border color is #ABABA7.


Opacity

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

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

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

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

This text has shadow with #ABABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABABA7 on black background.


Color preview on white background

This text has color #ABABA7 on white background.



Black color preview on #ABABA7 background

This text has black color on #ABABA7 background.


White color preview on #ABABA7 background

This text has white color on #ABABA7 background.