COLOR #A4B0A8

HEX: #A4B0A8
RGB: (164,176,168)

Color info

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

RGB color model

#A4B0A8 color RGB value is (164,176,168).

  • red value is 164;
  • green value is 176;
  • blue value is 168.
RGB:
(164,176,168)
(64%,69%,66%)

RGB channels and saturation

R 164 of 255 = 64%
G 176 of 255 = 69%
B 168 of 255 = 66%

164
176
168

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

Portions of RGB colors in percentages

R + G + B =
164 + 176 + 168 = 508 (100%)
R 164 of 508 ~ 32.28%
G 176 of 508 ~ 34.65%
B 168 of 508 ~ 33.07%

%32.28
%34.65
%33.07

CMYK color model

#A4B0A8 color CMYK value is (7,0,5,31).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(7,0,5,31)
C7M0Y5K31 
(7%,0%,5%,31%)
(0.07/0.00/0.05/0.31)	

CMYK percentages

%6.82
%0
%4.55
%30.98

Codes

Color #A4B0A8 in popluar color models

A4B0A8
RGB164176168
HSL140°7.06%66.67%
HSB/HSV140°6.82%69.02%
CMYK6.82%0.00%4.55%
30.98%

Color #A4B0A8 in popluar number systems.

HEXA4B0A8
Decimal164176168
Binary101001001011000010101000
Octal244260250

Shades and tints

Shades of #A4B0A8

#A4B0A8
(164,176,168)
#96A099
(150,160,153)
#88908A
(136,144,138)
#7A807B
(122,128,123)
#6C706C
(108,112,108)
#5E605D
(94,96,93)
#50504E
(80,80,78)
#42403F
(66,64,63)
#343030
(52,48,48)
#262021
(38,32,33)
#181012
(24,16,18)
#000000
(0,0,0)

Tints of #A4B0A8

#A4B0A8
(164,176,168)
#ACB7AF
(172,183,175)
#B4BEB6
(180,190,182)
#BCC5BD
(188,197,189)
#C4CCC4
(196,204,196)
#CCD3CB
(204,211,203)
#D4DAD2
(212,218,210)
#DCE1D9
(220,225,217)
#E4E8E0
(228,232,224)
#ECEFE7
(236,239,231)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B0A8 color. Also use rgb(164,176,168) instead hex code.

Text Font Color

.myTextColor { color: #A4B0A8; }

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

This text font color is #A4B0A8.


Background Color

.myBgColor { background-color: #A4B0A8; }

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

This div background color is #A4B0A8.


Border color

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

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

This div border color is #A4B0A8.


Opacity

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

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

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

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

This text has shadow with #A4B0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B0A8 on black background.


Color preview on white background

This text has color #A4B0A8 on white background.



Black color preview on #A4B0A8 background

This text has black color on #A4B0A8 background.


White color preview on #A4B0A8 background

This text has white color on #A4B0A8 background.