COLOR #A8B2A4

HEX: #A8B2A4
RGB: (168,178,164)

Color info

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

RGB color model

#A8B2A4 color RGB value is (168,178,164).

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

RGB channels and saturation

R 168 of 255 = 66%
G 178 of 255 = 70%
B 164 of 255 = 64%

168
178
164

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

Portions of RGB colors in percentages

R + G + B =
168 + 178 + 164 = 510 (100%)
R 168 of 510 ~ 32.94%
G 178 of 510 ~ 34.9%
B 164 of 510 ~ 32.16%

%32.94
%34.9
%32.16

CMYK color model

#A8B2A4 color CMYK value is (6,0,8,30).

  • cyan value is 5.62%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(6,0,8,30)
C6M0Y8K30 
(6%,0%,8%,30%)
(0.06/0.00/0.08/0.30)	

CMYK percentages

%5.62
%0
%7.87
%30.2

Codes

Color #A8B2A4 in popluar color models

A8B2A4
RGB168178164
HSL103°8.33%67.06%
HSB/HSV103°7.87%69.80%
CMYK5.62%0.00%7.87%
30.20%

Color #A8B2A4 in popluar number systems.

HEXA8B2A4
Decimal168178164
Binary101010001011001010100100
Octal250262244

Shades and tints

Shades of #A8B2A4

#A8B2A4
(168,178,164)
#99A296
(153,162,150)
#8A9288
(138,146,136)
#7B827A
(123,130,122)
#6C726C
(108,114,108)
#5D625E
(93,98,94)
#4E5250
(78,82,80)
#3F4242
(63,66,66)
#303234
(48,50,52)
#212226
(33,34,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A8B2A4

#A8B2A4
(168,178,164)
#AFB9AC
(175,185,172)
#B6C0B4
(182,192,180)
#BDC7BC
(189,199,188)
#C4CEC4
(196,206,196)
#CBD5CC
(203,213,204)
#D2DCD4
(210,220,212)
#D9E3DC
(217,227,220)
#E0EAE4
(224,234,228)
#E7F1EC
(231,241,236)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B2A4; }

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

This text font color is #A8B2A4.


Background Color

.myBgColor { background-color: #A8B2A4; }

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

This div background color is #A8B2A4.


Border color

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

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

This div border color is #A8B2A4.


Opacity

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

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

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

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

This text has shadow with #A8B2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B2A4 on black background.


Color preview on white background

This text has color #A8B2A4 on white background.



Black color preview on #A8B2A4 background

This text has black color on #A8B2A4 background.


White color preview on #A8B2A4 background

This text has white color on #A8B2A4 background.