COLOR #8A939C

HEX: #8A939C
RGB: (138,147,156)

Color info

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

RGB color model

#8A939C color RGB value is (138,147,156).

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

RGB channels and saturation

R 138 of 255 = 54%
G 147 of 255 = 58%
B 156 of 255 = 61%

138
147
156

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

Portions of RGB colors in percentages

R + G + B =
138 + 147 + 156 = 441 (100%)
R 138 of 441 ~ 31.29%
G 147 of 441 ~ 33.33%
B 156 of 441 ~ 35.37%

%31.29
%33.33
%35.37

CMYK color model

#8A939C color CMYK value is (12,6,0,39).

  • cyan value is 11.54%
  • magenta value is 5.77%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(12,6,0,39)
C12M6Y0K39 
(12%,6%,0%,39%)
(0.12/0.06/0.00/0.39)	

CMYK percentages

%11.54
%5.77
%0
%38.82

Codes

Color #8A939C in popluar color models

8A939C
RGB138147156
HSL210°8.33%57.65%
HSB/HSV210°11.54%61.18%
CMYK11.54%5.77%0.00%
38.82%

Color #8A939C in popluar number systems.

HEX8A939C
Decimal138147156
Binary100010101001001110011100
Octal212223234

Shades and tints

Shades of #8A939C

#8A939C
(138,147,156)
#7E868E
(126,134,142)
#727980
(114,121,128)
#666C72
(102,108,114)
#5A5F64
(90,95,100)
#4E5256
(78,82,86)
#424548
(66,69,72)
#36383A
(54,56,58)
#2A2B2C
(42,43,44)
#1E1E1E
(30,30,30)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #8A939C

#8A939C
(138,147,156)
#949CA5
(148,156,165)
#9EA5AE
(158,165,174)
#A8AEB7
(168,174,183)
#B2B7C0
(178,183,192)
#BCC0C9
(188,192,201)
#C6C9D2
(198,201,210)
#D0D2DB
(208,210,219)
#DADBE4
(218,219,228)
#E4E4ED
(228,228,237)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A939C; }

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

This text font color is #8A939C.


Background Color

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

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

This div background color is #8A939C.


Border color

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

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

This div border color is #8A939C.


Opacity

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

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

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

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

This text has shadow with #8A939C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A939C on black background.


Color preview on white background

This text has color #8A939C on white background.



Black color preview on #8A939C background

This text has black color on #8A939C background.


White color preview on #8A939C background

This text has white color on #8A939C background.