COLOR #8E9491

HEX: #8E9491
RGB: (142,148,145)

Color info

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

RGB color model

#8E9491 color RGB value is (142,148,145).

  • red value is 142;
  • green value is 148;
  • blue value is 145.
RGB:
(142,148,145)
(56%,58%,57%)

RGB channels and saturation

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

142
148
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 145 = 435 (100%)
R 142 of 435 ~ 32.64%
G 148 of 435 ~ 34.02%
B 145 of 435 ~ 33.33%

%32.64
%34.02
%33.33

CMYK color model

#8E9491 color CMYK value is (4,0,2,42).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(4,0,2,42)
C4M0Y2K42 
(4%,0%,2%,42%)
(0.04/0.00/0.02/0.42)	

CMYK percentages

%4.05
%0
%2.03
%41.96

Codes

Color #8E9491 in popluar color models

8E9491
RGB142148145
HSL150°2.73%56.86%
HSB/HSV150°4.05%58.04%
CMYK4.05%0.00%2.03%
41.96%

Color #8E9491 in popluar number systems.

HEX8E9491
Decimal142148145
Binary100011101001010010010001
Octal216224221

Shades and tints

Shades of #8E9491

#8E9491
(142,148,145)
#828784
(130,135,132)
#767A77
(118,122,119)
#6A6D6A
(106,109,106)
#5E605D
(94,96,93)
#525350
(82,83,80)
#464643
(70,70,67)
#3A3936
(58,57,54)
#2E2C29
(46,44,41)
#221F1C
(34,31,28)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #8E9491

#8E9491
(142,148,145)
#989D9B
(152,157,155)
#A2A6A5
(162,166,165)
#ACAFAF
(172,175,175)
#B6B8B9
(182,184,185)
#C0C1C3
(192,193,195)
#CACACD
(202,202,205)
#D4D3D7
(212,211,215)
#DEDCE1
(222,220,225)
#E8E5EB
(232,229,235)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9491; }

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

This text font color is #8E9491.


Background Color

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

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

This div background color is #8E9491.


Border color

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

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

This div border color is #8E9491.


Opacity

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

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

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

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

This text has shadow with #8E9491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9491 on black background.


Color preview on white background

This text has color #8E9491 on white background.



Black color preview on #8E9491 background

This text has black color on #8E9491 background.


White color preview on #8E9491 background

This text has white color on #8E9491 background.