COLOR #8E9995

HEX: #8E9995
RGB: (142,153,149)

Color info

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

RGB color model

#8E9995 color RGB value is (142,153,149).

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

RGB channels and saturation

R 142 of 255 = 56%
G 153 of 255 = 60%
B 149 of 255 = 58%

142
153
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 153 + 149 = 444 (100%)
R 142 of 444 ~ 31.98%
G 153 of 444 ~ 34.46%
B 149 of 444 ~ 33.56%

%31.98
%34.46
%33.56

CMYK color model

#8E9995 color CMYK value is (7,0,3,40).

  • cyan value is 7.19%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(7,0,3,40)
C7M0Y3K40 
(7%,0%,3%,40%)
(0.07/0.00/0.03/0.40)	

CMYK percentages

%7.19
%0
%2.61
%40

Codes

Color #8E9995 in popluar color models

8E9995
RGB142153149
HSL158°5.12%57.84%
HSB/HSV158°7.19%60.00%
CMYK7.19%0.00%2.61%
40.00%

Color #8E9995 in popluar number systems.

HEX8E9995
Decimal142153149
Binary100011101001100110010101
Octal216231225

Shades and tints

Shades of #8E9995

#8E9995
(142,153,149)
#828C88
(130,140,136)
#767F7B
(118,127,123)
#6A726E
(106,114,110)
#5E6561
(94,101,97)
#525854
(82,88,84)
#464B47
(70,75,71)
#3A3E3A
(58,62,58)
#2E312D
(46,49,45)
#222420
(34,36,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #8E9995

#8E9995
(142,153,149)
#98A29E
(152,162,158)
#A2ABA7
(162,171,167)
#ACB4B0
(172,180,176)
#B6BDB9
(182,189,185)
#C0C6C2
(192,198,194)
#CACFCB
(202,207,203)
#D4D8D4
(212,216,212)
#DEE1DD
(222,225,221)
#E8EAE6
(232,234,230)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9995; }

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

This text font color is #8E9995.


Background Color

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

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

This div background color is #8E9995.


Border color

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

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

This div border color is #8E9995.


Opacity

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

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

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

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

This text has shadow with #8E9995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9995 on black background.


Color preview on white background

This text has color #8E9995 on white background.



Black color preview on #8E9995 background

This text has black color on #8E9995 background.


White color preview on #8E9995 background

This text has white color on #8E9995 background.