COLOR #8E9093

HEX: #8E9093
RGB: (142,144,147)

Color info

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

RGB color model

#8E9093 color RGB value is (142,144,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 144 of 255 = 56%
B 147 of 255 = 58%

142
144
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 144 + 147 = 433 (100%)
R 142 of 433 ~ 32.79%
G 144 of 433 ~ 33.26%
B 147 of 433 ~ 33.95%

%32.79
%33.26
%33.95

CMYK color model

#8E9093 color CMYK value is (3,2,0,42).

  • cyan value is 3.40%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(3,2,0,42)
C3M2Y0K42 
(3%,2%,0%,42%)
(0.03/0.02/0.00/0.42)	

CMYK percentages

%3.4
%2.04
%0
%42.35

Codes

Color #8E9093 in popluar color models

8E9093
RGB142144147
HSL216°2.26%56.67%
HSB/HSV216°3.40%57.65%
CMYK3.40%2.04%0.00%
42.35%

Color #8E9093 in popluar number systems.

HEX8E9093
Decimal142144147
Binary100011101001000010010011
Octal216220223

Shades and tints

Shades of #8E9093

#8E9093
(142,144,147)
#828386
(130,131,134)
#767679
(118,118,121)
#6A696C
(106,105,108)
#5E5C5F
(94,92,95)
#524F52
(82,79,82)
#464245
(70,66,69)
#3A3538
(58,53,56)
#2E282B
(46,40,43)
#221B1E
(34,27,30)
#160E11
(22,14,17)
#000000
(0,0,0)

Tints of #8E9093

#8E9093
(142,144,147)
#989A9C
(152,154,156)
#A2A4A5
(162,164,165)
#ACAEAE
(172,174,174)
#B6B8B7
(182,184,183)
#C0C2C0
(192,194,192)
#CACCC9
(202,204,201)
#D4D6D2
(212,214,210)
#DEE0DB
(222,224,219)
#E8EAE4
(232,234,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9093; }

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

This text font color is #8E9093.


Background Color

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

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

This div background color is #8E9093.


Border color

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

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

This div border color is #8E9093.


Opacity

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

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

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

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

This text has shadow with #8E9093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9093 on black background.


Color preview on white background

This text has color #8E9093 on white background.



Black color preview on #8E9093 background

This text has black color on #8E9093 background.


White color preview on #8E9093 background

This text has white color on #8E9093 background.