COLOR #8E9991

HEX: #8E9991
RGB: (142,153,145)

Color info

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

RGB color model

#8E9991 color RGB value is (142,153,145).

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

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 145 of 255 = 57%

142
153
145

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 145 = 440 (100%)
R 142 of 440 ~ 32.27%
G 153 of 440 ~ 34.77%
B 145 of 440 ~ 32.95%

%32.27
%34.77
%32.95

CMYK color model

#8E9991 color CMYK value is (7,0,5,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(7,0,5,40)
C7M0Y5K40 
(7%,0%,5%,40%)
(0.07/0.00/0.05/0.40)	

CMYK percentages

%7.19
%0
%5.23
%40

Codes

Color #8E9991 in popluar color models

8E9991
RGB142153145
HSL136°5.12%57.84%
HSB/HSV136°7.19%60.00%
CMYK7.19%0.00%5.23%
40.00%

Color #8E9991 in popluar number systems.

HEX8E9991
Decimal142153145
Binary100011101001100110010001
Octal216231221

Shades and tints

Shades of #8E9991

#8E9991
(142,153,145)
#828C84
(130,140,132)
#767F77
(118,127,119)
#6A726A
(106,114,106)
#5E655D
(94,101,93)
#525850
(82,88,80)
#464B43
(70,75,67)
#3A3E36
(58,62,54)
#2E3129
(46,49,41)
#22241C
(34,36,28)
#16170F
(22,23,15)
#000000
(0,0,0)

Tints of #8E9991

#8E9991
(142,153,145)
#98A29B
(152,162,155)
#A2ABA5
(162,171,165)
#ACB4AF
(172,180,175)
#B6BDB9
(182,189,185)
#C0C6C3
(192,198,195)
#CACFCD
(202,207,205)
#D4D8D7
(212,216,215)
#DEE1E1
(222,225,225)
#E8EAEB
(232,234,235)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9991; }

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

This text font color is #8E9991.


Background Color

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

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

This div background color is #8E9991.


Border color

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

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

This div border color is #8E9991.


Opacity

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

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

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

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

This text has shadow with #8E9991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9991 on black background.


Color preview on white background

This text has color #8E9991 on white background.



Black color preview on #8E9991 background

This text has black color on #8E9991 background.


White color preview on #8E9991 background

This text has white color on #8E9991 background.