COLOR #8A939E

HEX: #8A939E
RGB: (138,147,158)

Color info

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

RGB color model

#8A939E color RGB value is (138,147,158).

  • red value is 138;
  • green value is 147;
  • blue value is 158.
RGB:
(138,147,158)
(54%,58%,62%)

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 158 of 255 = 62%

138
147
158

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 158 = 443 (100%)
R 138 of 443 ~ 31.15%
G 147 of 443 ~ 33.18%
B 158 of 443 ~ 35.67%

%31.15
%33.18
%35.67

CMYK color model

#8A939E color CMYK value is (13,7,0,38).

  • cyan value is 12.66%
  • magenta value is 6.96%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(13,7,0,38)
C13M7Y0K38 
(13%,7%,0%,38%)
(0.13/0.07/0.00/0.38)	

CMYK percentages

%12.66
%6.96
%0
%38.04

Codes

Color #8A939E in popluar color models

8A939E
RGB138147158
HSL213°9.35%58.04%
HSB/HSV213°12.66%61.96%
CMYK12.66%6.96%0.00%
38.04%

Color #8A939E in popluar number systems.

HEX8A939E
Decimal138147158
Binary100010101001001110011110
Octal212223236

Shades and tints

Shades of #8A939E

#8A939E
(138,147,158)
#7E8690
(126,134,144)
#727982
(114,121,130)
#666C74
(102,108,116)
#5A5F66
(90,95,102)
#4E5258
(78,82,88)
#42454A
(66,69,74)
#36383C
(54,56,60)
#2A2B2E
(42,43,46)
#1E1E20
(30,30,32)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #8A939E

#8A939E
(138,147,158)
#949CA6
(148,156,166)
#9EA5AE
(158,165,174)
#A8AEB6
(168,174,182)
#B2B7BE
(178,183,190)
#BCC0C6
(188,192,198)
#C6C9CE
(198,201,206)
#D0D2D6
(208,210,214)
#DADBDE
(218,219,222)
#E4E4E6
(228,228,230)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A939E color. Also use rgb(138,147,158) instead hex code.

Text Font Color

.myTextColor { color: #8A939E; }

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

This text font color is #8A939E.


Background Color

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

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

This div background color is #8A939E.


Border color

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

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

This div border color is #8A939E.


Opacity

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

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

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

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

This text has shadow with #8A939E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A939E on black background.


Color preview on white background

This text has color #8A939E on white background.



Black color preview on #8A939E background

This text has black color on #8A939E background.


White color preview on #8A939E background

This text has white color on #8A939E background.