COLOR #8A8C94

HEX: #8A8C94
RGB: (138,140,148)

Color info

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

RGB color model

#8A8C94 color RGB value is (138,140,148).

  • red value is 138;
  • green value is 140;
  • blue value is 148.
RGB:
(138,140,148)
(54%,55%,58%)

RGB channels and saturation

R 138 of 255 = 54%
G 140 of 255 = 55%
B 148 of 255 = 58%

138
140
148

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

Portions of RGB colors in percentages

R + G + B =
138 + 140 + 148 = 426 (100%)
R 138 of 426 ~ 32.39%
G 140 of 426 ~ 32.86%
B 148 of 426 ~ 34.74%

%32.39
%32.86
%34.74

CMYK color model

#8A8C94 color CMYK value is (7,5,0,42).

  • cyan value is 6.76%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(7,5,0,42)
C7M5Y0K42 
(7%,5%,0%,42%)
(0.07/0.05/0.00/0.42)	

CMYK percentages

%6.76
%5.41
%0
%41.96

Codes

Color #8A8C94 in popluar color models

8A8C94
RGB138140148
HSL228°4.46%56.08%
HSB/HSV228°6.76%58.04%
CMYK6.76%5.41%0.00%
41.96%

Color #8A8C94 in popluar number systems.

HEX8A8C94
Decimal138140148
Binary100010101000110010010100
Octal212214224

Shades and tints

Shades of #8A8C94

#8A8C94
(138,140,148)
#7E8087
(126,128,135)
#72747A
(114,116,122)
#66686D
(102,104,109)
#5A5C60
(90,92,96)
#4E5053
(78,80,83)
#424446
(66,68,70)
#363839
(54,56,57)
#2A2C2C
(42,44,44)
#1E201F
(30,32,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8A8C94

#8A8C94
(138,140,148)
#94969D
(148,150,157)
#9EA0A6
(158,160,166)
#A8AAAF
(168,170,175)
#B2B4B8
(178,180,184)
#BCBEC1
(188,190,193)
#C6C8CA
(198,200,202)
#D0D2D3
(208,210,211)
#DADCDC
(218,220,220)
#E4E6E5
(228,230,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A8C94 color. Also use rgb(138,140,148) instead hex code.

Text Font Color

.myTextColor { color: #8A8C94; }

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

This text font color is #8A8C94.


Background Color

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

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

This div background color is #8A8C94.


Border color

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

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

This div border color is #8A8C94.


Opacity

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

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

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

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

This text has shadow with #8A8C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8C94 on black background.


Color preview on white background

This text has color #8A8C94 on white background.



Black color preview on #8A8C94 background

This text has black color on #8A8C94 background.


White color preview on #8A8C94 background

This text has white color on #8A8C94 background.