COLOR #8E9096

HEX: #8E9096
RGB: (142,144,150)

Color info

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

RGB color model

#8E9096 color RGB value is (142,144,150).

  • red value is 142;
  • green value is 144;
  • blue value is 150.
RGB:
(142,144,150)
(56%,56%,59%)

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 150 of 255 = 59%

142
144
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 150 = 436 (100%)
R 142 of 436 ~ 32.57%
G 144 of 436 ~ 33.03%
B 150 of 436 ~ 34.4%

%32.57
%33.03
%34.4

CMYK color model

#8E9096 color CMYK value is (5,4,0,41).

  • cyan value is 5.33%
  • magenta value is 4.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(5,4,0,41)
C5M4Y0K41 
(5%,4%,0%,41%)
(0.05/0.04/0.00/0.41)	

CMYK percentages

%5.33
%4
%0
%41.18

Codes

Color #8E9096 in popluar color models

8E9096
RGB142144150
HSL225°3.67%57.25%
HSB/HSV225°5.33%58.82%
CMYK5.33%4.00%0.00%
41.18%

Color #8E9096 in popluar number systems.

HEX8E9096
Decimal142144150
Binary100011101001000010010110
Octal216220226

Shades and tints

Shades of #8E9096

#8E9096
(142,144,150)
#828389
(130,131,137)
#76767C
(118,118,124)
#6A696F
(106,105,111)
#5E5C62
(94,92,98)
#524F55
(82,79,85)
#464248
(70,66,72)
#3A353B
(58,53,59)
#2E282E
(46,40,46)
#221B21
(34,27,33)
#160E14
(22,14,20)
#000000
(0,0,0)

Tints of #8E9096

#8E9096
(142,144,150)
#989A9F
(152,154,159)
#A2A4A8
(162,164,168)
#ACAEB1
(172,174,177)
#B6B8BA
(182,184,186)
#C0C2C3
(192,194,195)
#CACCCC
(202,204,204)
#D4D6D5
(212,214,213)
#DEE0DE
(222,224,222)
#E8EAE7
(232,234,231)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9096 color. Also use rgb(142,144,150) instead hex code.

Text Font Color

.myTextColor { color: #8E9096; }

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

This text font color is #8E9096.


Background Color

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

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

This div background color is #8E9096.


Border color

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

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

This div border color is #8E9096.


Opacity

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

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

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

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

This text has shadow with #8E9096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9096 on black background.


Color preview on white background

This text has color #8E9096 on white background.



Black color preview on #8E9096 background

This text has black color on #8E9096 background.


White color preview on #8E9096 background

This text has white color on #8E9096 background.