COLOR #A4ABA7

HEX: #A4ABA7
RGB: (164,171,167)

Color info

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

RGB color model

#A4ABA7 color RGB value is (164,171,167).

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

RGB channels and saturation

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

164
171
167

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

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 167 = 502 (100%)
R 164 of 502 ~ 32.67%
G 171 of 502 ~ 34.06%
B 167 of 502 ~ 33.27%

%32.67
%34.06
%33.27

CMYK color model

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

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

CMYK percentages

%4.09
%0
%2.34
%32.94

Codes

Color #A4ABA7 in popluar color models

A4ABA7
RGB164171167
HSL146°4.00%65.69%
HSB/HSV146°4.09%67.06%
CMYK4.09%0.00%2.34%
32.94%

Color #A4ABA7 in popluar number systems.

HEXA4ABA7
Decimal164171167
Binary101001001010101110100111
Octal244253247

Shades and tints

Shades of #A4ABA7

#A4ABA7
(164,171,167)
#969C98
(150,156,152)
#888D89
(136,141,137)
#7A7E7A
(122,126,122)
#6C6F6B
(108,111,107)
#5E605C
(94,96,92)
#50514D
(80,81,77)
#42423E
(66,66,62)
#34332F
(52,51,47)
#262420
(38,36,32)
#181511
(24,21,17)
#000000
(0,0,0)

Tints of #A4ABA7

#A4ABA7
(164,171,167)
#ACB2AF
(172,178,175)
#B4B9B7
(180,185,183)
#BCC0BF
(188,192,191)
#C4C7C7
(196,199,199)
#CCCECF
(204,206,207)
#D4D5D7
(212,213,215)
#DCDCDF
(220,220,223)
#E4E3E7
(228,227,231)
#ECEAEF
(236,234,239)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABA7; }

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

This text font color is #A4ABA7.


Background Color

.myBgColor { background-color: #A4ABA7; }

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

This div background color is #A4ABA7.


Border color

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

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

This div border color is #A4ABA7.


Opacity

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

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

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

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

This text has shadow with #A4ABA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ABA7 on black background.


Color preview on white background

This text has color #A4ABA7 on white background.



Black color preview on #A4ABA7 background

This text has black color on #A4ABA7 background.


White color preview on #A4ABA7 background

This text has white color on #A4ABA7 background.