COLOR #8A8999

HEX: #8A8999
RGB: (138,137,153)

Color info

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

RGB color model

#8A8999 color RGB value is (138,137,153).

  • red value is 138;
  • green value is 137;
  • blue value is 153.
RGB:
(138,137,153)
(54%,54%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 137 of 255 = 54%
B 153 of 255 = 60%

138
137
153

R + G + B ~ 56%. #8A8999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 137 + 153 = 428 (100%)
R 138 of 428 ~ 32.24%
G 137 of 428 ~ 32.01%
B 153 of 428 ~ 35.75%

%32.24
%32.01
%35.75

CMYK color model

#8A8999 color CMYK value is (10,10,0,40).

  • cyan value is 9.80%
  • magenta value is 10.46%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(10,10,0,40)
C10M10Y0K40 
(10%,10%,0%,40%)
(0.10/0.10/0.00/0.40)	

CMYK percentages

%9.8
%10.46
%0
%40

Codes

Color #8A8999 in popluar color models

8A8999
RGB138137153
HSL244°7.27%56.86%
HSB/HSV244°10.46%60.00%
CMYK9.80%10.46%0.00%
40.00%

Color #8A8999 in popluar number systems.

HEX8A8999
Decimal138137153
Binary100010101000100110011001
Octal212211231

Shades and tints

Shades of #8A8999

#8A8999
(138,137,153)
#7E7D8C
(126,125,140)
#72717F
(114,113,127)
#666572
(102,101,114)
#5A5965
(90,89,101)
#4E4D58
(78,77,88)
#42414B
(66,65,75)
#36353E
(54,53,62)
#2A2931
(42,41,49)
#1E1D24
(30,29,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #8A8999

#8A8999
(138,137,153)
#9493A2
(148,147,162)
#9E9DAB
(158,157,171)
#A8A7B4
(168,167,180)
#B2B1BD
(178,177,189)
#BCBBC6
(188,187,198)
#C6C5CF
(198,197,207)
#D0CFD8
(208,207,216)
#DAD9E1
(218,217,225)
#E4E3EA
(228,227,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8999 color. Also use rgb(138,137,153) instead hex code.

Text Font Color

.myTextColor { color: #8A8999; }

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

This text font color is #8A8999.


Background Color

.myBgColor { background-color: #8A8999; }

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

This div background color is #8A8999.


Border color

.myBorderColor { border: 1px solid #8A8999; }

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

This div border color is #8A8999.


Opacity

.myOpacity80 { color: #8A8999; opacity: 0.8; }

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

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

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

This text has shadow with #8A8999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8999 on black background.


Color preview on white background

This text has color #8A8999 on white background.



Black color preview on #8A8999 background

This text has black color on #8A8999 background.


White color preview on #8A8999 background

This text has white color on #8A8999 background.