COLOR #8E9492

HEX: #8E9492 RGB: (142,148,146)

Color info

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

RGB color model

#8E9492 color RGB value is (142,148,146).

RGB: (142,148,146) (56%, 58%, 57%)

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 146 of 255 = 57%

142
148
146

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

Portions of RGB colors in percentages

R + G + B = 142 + 148 + 146 = 436 (100%)
R 142 of 436 ~ 32.57%
G 148 of 436 ~ 33.94%
B 146 of 436 ~ 33.49'%

%32.57
%33.94
%33.49

CMYK color model

#8E9492 color CMYK value is (4,0,1,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK: (4,0,1,42) C4M0Y1K42 (4%,0%,1%,42%) (0.04/0.00/0.01/0.42) 

CMYK percentages

%4.05
%0
%1.35
%41.96

Codes

Color #8E9492 in popluar color models

8E 94 92
RGB 142 148 146
HSL 160° 2.73% 56.86%
HSB/HSV 160° 4.05% 58.04%
CMYK 4.05% 0.00% 1.35%
41.96%

Color #8E9492 in popluar number systems.

HEX 8E 94 92
Decimal 142 148 146
Binary 10001110 10010100 10010010
Octal 216 224 222

Shades and tints

Shades of #8E9492

#8E9492
(142,148,146)
#828785
(130,135,133)
#767A78
(118,122,120)
#6A6D6B
(106,109,107)
#5E605E
(94,96,94)
#525351
(82,83,81)
#464644
(70,70,68)
#3A3937
(58,57,55)
#2E2C2A
(46,44,42)
#221F1D
(34,31,29)
#161210
(22,18,16)
#000000
(0,0,0)

Tints of #8E9492

#8E9492
(142,148,146)
#989D9B
(152,157,155)
#A2A6A4
(162,166,164)
#ACAFAD
(172,175,173)
#B6B8B6
(182,184,182)
#C0C1BF
(192,193,191)
#CACAC8
(202,202,200)
#D4D3D1
(212,211,209)
#DEDCDA
(222,220,218)
#E8E5E3
(232,229,227)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9492 color. Also use rgb(142,148,146) instead hex code.

Text Font Color

.myTextColor { color: #8E9492; }

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

This text font color is #8E9492.

Background Color

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

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

This div background color is #8E9492.

Border color

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

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

This div border color is #8E9492.

Opacity

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

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

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

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

This text has shadow with #8E9492 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E9492.

Preview

Color preview on black background

This text has color #8E9492 on black background.


Color preview on white background

This text has color #8E9492 on white background.


Black color preview on #8E9492 background

This text has black color on #8E9492 background.


White color preview on #8E9492 background

This text has white color on #8E9492 background.


Related colors

Complementary color

Complementary color for #hex is #716B6D.


I love getcolorcode.com

Triadic colors

1 #928E94 and #94928E with #8E9492 are triadic colors.

2 #92948E and #948E92 with #8E9492 are triadic colors.