COLOR #8A8E93

HEX: #8A8E93 RGB: (138,142,147)

Color info

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

RGB color model

#8A8E93 color RGB value is (138,142,147).

RGB: (138,142,147) (54%, 56%, 58%)

RGB channels and saturation

R 138 of 255 = 54%
G 142 of 255 = 56%
B 147 of 255 = 58%

138
142
147

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

Portions of RGB colors in percentages

R + G + B = 138 + 142 + 147 = 427 (100%)
R 138 of 427 ~ 32.32%
G 142 of 427 ~ 33.26%
B 147 of 427 ~ 34.43'%

%32.32
%33.26
%34.43

CMYK color model

#8A8E93 color CMYK value is (6,3,0,42).

  • cyan value is 6.12%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (6,3,0,42)
C6M3Y0K42 (6%, 3%, 0%, 42%)
(0.06 / 0.03 / 0.00 / 0.42)

CMYK percentages

%6.12
%3.4
%0
%42.35

Codes

Color #8A8E93 in popluar color models

8A 8E 93
RGB 138 142 147
HSL 213° 4.00% 55.88%
HSB/HSV 213° 6.12% 57.65%
CMYK 6.12% 3.40% 0.00%
42.35%

Color #8A8E93 in popluar number systems.

HEX 8A 8E 93
Decimal 138 142 147
Binary 10001010 10001110 10010011
Octal 212 216 223

Shades and tints

Shades of #8A8E93

#8A8E93
(138,142,147)
#7E8286
(126,130,134)
#727679
(114,118,121)
#666A6C
(102,106,108)
#5A5E5F
(90,94,95)
#4E5252
(78,82,82)
#424645
(66,70,69)
#363A38
(54,58,56)
#2A2E2B
(42,46,43)
#1E221E
(30,34,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8A8E93

#8A8E93
(138,142,147)
#94989C
(148,152,156)
#9EA2A5
(158,162,165)
#A8ACAE
(168,172,174)
#B2B6B7
(178,182,183)
#BCC0C0
(188,192,192)
#C6CAC9
(198,202,201)
#D0D4D2
(208,212,210)
#DADEDB
(218,222,219)
#E4E8E4
(228,232,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8E93; }

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

This text font color is #8A8E93.

Background Color

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

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

This div background color is #8A8E93.

Border color

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

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

This div border color is #8A8E93.

Opacity

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

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

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

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

This text has shadow with #8A8E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8E93.

Preview

Color preview on black background

This text has color #8A8E93 on black background.


Color preview on white background

This text has color #8A8E93 on white background.


Black color preview on #8A8E93 background

This text has black color on #8A8E93 background.


White color preview on #8A8E93 background

This text has white color on #8A8E93 background.


Related colors

Complementary color

Complementary color for #hex is #75716C.


I love getcolorcode.com

Triadic colors

1 #938A8E and #8E938A with #8A8E93 are triadic colors.

2 #938E8A and #8E8A93 with #8A8E93 are triadic colors.