COLOR #A4B1AC

HEX: #A4B1AC
RGB: (164,177,172)

Color info

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

RGB color model

#A4B1AC color RGB value is (164,177,172).

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

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 172 of 255 = 67%

164
177
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 172 = 513 (100%)
R 164 of 513 ~ 31.97%
G 177 of 513 ~ 34.5%
B 172 of 513 ~ 33.53%

%31.97
%34.5
%33.53

CMYK color model

#A4B1AC color CMYK value is (7,0,3,31).

  • cyan value is 7.34%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 30.59%
CMYK:
(7,0,3,31)
C7M0Y3K31 
(7%,0%,3%,31%)
(0.07/0.00/0.03/0.31)	

CMYK percentages

%7.34
%0
%2.82
%30.59

Codes

Color #A4B1AC in popluar color models

A4B1AC
RGB164177172
HSL157°7.69%66.86%
HSB/HSV157°7.34%69.41%
CMYK7.34%0.00%2.82%
30.59%

Color #A4B1AC in popluar number systems.

HEXA4B1AC
Decimal164177172
Binary101001001011000110101100
Octal244261254

Shades and tints

Shades of #A4B1AC

#A4B1AC
(164,177,172)
#96A19D
(150,161,157)
#88918E
(136,145,142)
#7A817F
(122,129,127)
#6C7170
(108,113,112)
#5E6161
(94,97,97)
#505152
(80,81,82)
#424143
(66,65,67)
#343134
(52,49,52)
#262125
(38,33,37)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A4B1AC

#A4B1AC
(164,177,172)
#ACB8B3
(172,184,179)
#B4BFBA
(180,191,186)
#BCC6C1
(188,198,193)
#C4CDC8
(196,205,200)
#CCD4CF
(204,212,207)
#D4DBD6
(212,219,214)
#DCE2DD
(220,226,221)
#E4E9E4
(228,233,228)
#ECF0EB
(236,240,235)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B1AC; }

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

This text font color is #A4B1AC.


Background Color

.myBgColor { background-color: #A4B1AC; }

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

This div background color is #A4B1AC.


Border color

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

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

This div border color is #A4B1AC.


Opacity

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

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

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

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

This text has shadow with #A4B1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B1AC on black background.


Color preview on white background

This text has color #A4B1AC on white background.



Black color preview on #A4B1AC background

This text has black color on #A4B1AC background.


White color preview on #A4B1AC background

This text has white color on #A4B1AC background.