COLOR #A4B3AB

HEX: #A4B3AB
RGB: (164,179,171)

Color info

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

RGB color model

#A4B3AB color RGB value is (164,179,171).

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

RGB channels and saturation

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

164
179
171

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

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 171 = 514 (100%)
R 164 of 514 ~ 31.91%
G 179 of 514 ~ 34.82%
B 171 of 514 ~ 33.27%

%31.91
%34.82
%33.27

CMYK color model

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

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 4.47%
  • 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
%4.47
%29.8

Codes

Color #A4B3AB in popluar color models

A4B3AB
RGB164179171
HSL148°8.98%67.25%
HSB/HSV148°8.38%70.20%
CMYK8.38%0.00%4.47%
29.80%

Color #A4B3AB in popluar number systems.

HEXA4B3AB
Decimal164179171
Binary101001001011001110101011
Octal244263253

Shades and tints

Shades of #A4B3AB

#A4B3AB
(164,179,171)
#96A39C
(150,163,156)
#88938D
(136,147,141)
#7A837E
(122,131,126)
#6C736F
(108,115,111)
#5E6360
(94,99,96)
#505351
(80,83,81)
#424342
(66,67,66)
#343333
(52,51,51)
#262324
(38,35,36)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #A4B3AB

#A4B3AB
(164,179,171)
#ACB9B2
(172,185,178)
#B4BFB9
(180,191,185)
#BCC5C0
(188,197,192)
#C4CBC7
(196,203,199)
#CCD1CE
(204,209,206)
#D4D7D5
(212,215,213)
#DCDDDC
(220,221,220)
#E4E3E3
(228,227,227)
#ECE9EA
(236,233,234)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B3AB; }

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

This text font color is #A4B3AB.


Background Color

.myBgColor { background-color: #A4B3AB; }

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

This div background color is #A4B3AB.


Border color

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

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

This div border color is #A4B3AB.


Opacity

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

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

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

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

This text has shadow with #A4B3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B3AB on black background.


Color preview on white background

This text has color #A4B3AB on white background.



Black color preview on #A4B3AB background

This text has black color on #A4B3AB background.


White color preview on #A4B3AB background

This text has white color on #A4B3AB background.