COLOR #A8989D

HEX: #A8989D
RGB: (168,152,157)

Color info

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

RGB color model

#A8989D color RGB value is (168,152,157).

  • red value is 168;
  • green value is 152;
  • blue value is 157.
RGB:
(168,152,157)
(66%,60%,62%)

RGB channels and saturation

R 168 of 255 = 66%
G 152 of 255 = 60%
B 157 of 255 = 62%

168
152
157

R + G + B ~ 63%. #A8989D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 152 + 157 = 477 (100%)
R 168 of 477 ~ 35.22%
G 152 of 477 ~ 31.87%
B 157 of 477 ~ 32.91%

%35.22
%31.87
%32.91

CMYK color model

#A8989D color CMYK value is (0,10,7,34).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 6.55%
  • key color value is 34.12%
CMYK:
(0,10,7,34)
C0M10Y7K34 
(0%,10%,7%,34%)
(0.00/0.10/0.07/0.34)	

CMYK percentages

%0
%9.52
%6.55
%34.12

Codes

Color #A8989D in popluar color models

A8989D
RGB168152157
HSL341°8.42%62.75%
HSB/HSV341°9.52%65.88%
CMYK0.00%9.52%6.55%
34.12%

Color #A8989D in popluar number systems.

HEXA8989D
Decimal168152157
Binary101010001001100010011101
Octal250230235

Shades and tints

Shades of #A8989D

#A8989D
(168,152,157)
#998B8F
(153,139,143)
#8A7E81
(138,126,129)
#7B7173
(123,113,115)
#6C6465
(108,100,101)
#5D5757
(93,87,87)
#4E4A49
(78,74,73)
#3F3D3B
(63,61,59)
#30302D
(48,48,45)
#21231F
(33,35,31)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8989D

#A8989D
(168,152,157)
#AFA1A5
(175,161,165)
#B6AAAD
(182,170,173)
#BDB3B5
(189,179,181)
#C4BCBD
(196,188,189)
#CBC5C5
(203,197,197)
#D2CECD
(210,206,205)
#D9D7D5
(217,215,213)
#E0E0DD
(224,224,221)
#E7E9E5
(231,233,229)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8989D color. Also use rgb(168,152,157) instead hex code.

Text Font Color

.myTextColor { color: #A8989D; }

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

This text font color is #A8989D.


Background Color

.myBgColor { background-color: #A8989D; }

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

This div background color is #A8989D.


Border color

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

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

This div border color is #A8989D.


Opacity

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

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

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

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

This text has shadow with #A8989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8989D on black background.


Color preview on white background

This text has color #A8989D on white background.



Black color preview on #A8989D background

This text has black color on #A8989D background.


White color preview on #A8989D background

This text has white color on #A8989D background.