COLOR #A4B3AC

HEX: #A4B3AC
RGB: (164,179,172)

Color info

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

RGB color model

#A4B3AC color RGB value is (164,179,172).

  • red value is 164;
  • green value is 179;
  • blue value is 172.
RGB:
(164,179,172)
(64%,70%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 179 of 255 = 70%
B 172 of 255 = 67%

164
179
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 172 = 515 (100%)
R 164 of 515 ~ 31.84%
G 179 of 515 ~ 34.76%
B 172 of 515 ~ 33.4%

%31.84
%34.76
%33.4

CMYK color model

#A4B3AC color CMYK value is (8,0,4,30).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 3.91%
  • key color value is 29.80%
CMYK:
(8,0,4,30)
C8M0Y4K30 
(8%,0%,4%,30%)
(0.08/0.00/0.04/0.30)	

CMYK percentages

%8.38
%0
%3.91
%29.8

Codes

Color #A4B3AC in popluar color models

A4B3AC
RGB164179172
HSL152°8.98%67.25%
HSB/HSV152°8.38%70.20%
CMYK8.38%0.00%3.91%
29.80%

Color #A4B3AC in popluar number systems.

HEXA4B3AC
Decimal164179172
Binary101001001011001110101100
Octal244263254

Shades and tints

Shades of #A4B3AC

#A4B3AC
(164,179,172)
#96A39D
(150,163,157)
#88938E
(136,147,142)
#7A837F
(122,131,127)
#6C7370
(108,115,112)
#5E6361
(94,99,97)
#505352
(80,83,82)
#424343
(66,67,67)
#343334
(52,51,52)
#262325
(38,35,37)
#181316
(24,19,22)
#000000
(0,0,0)

Tints of #A4B3AC

#A4B3AC
(164,179,172)
#ACB9B3
(172,185,179)
#B4BFBA
(180,191,186)
#BCC5C1
(188,197,193)
#C4CBC8
(196,203,200)
#CCD1CF
(204,209,207)
#D4D7D6
(212,215,214)
#DCDDDD
(220,221,221)
#E4E3E4
(228,227,228)
#ECE9EB
(236,233,235)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B3AC color. Also use rgb(164,179,172) instead hex code.

Text Font Color

.myTextColor { color: #A4B3AC; }

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

This text font color is #A4B3AC.


Background Color

.myBgColor { background-color: #A4B3AC; }

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

This div background color is #A4B3AC.


Border color

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

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

This div border color is #A4B3AC.


Opacity

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

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

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

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

This text has shadow with #A4B3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B3AC on black background.


Color preview on white background

This text has color #A4B3AC on white background.



Black color preview on #A4B3AC background

This text has black color on #A4B3AC background.


White color preview on #A4B3AC background

This text has white color on #A4B3AC background.