COLOR #8EA293

HEX: #8EA293
RGB: (142,162,147)

Color info

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

RGB color model

#8EA293 color RGB value is (142,162,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 147 of 255 = 58%

142
162
147

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 147 = 451 (100%)
R 142 of 451 ~ 31.49%
G 162 of 451 ~ 35.92%
B 147 of 451 ~ 32.59%

%31.49
%35.92
%32.59

CMYK color model

#8EA293 color CMYK value is (12,0,9,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 36.47%
CMYK:
(12,0,9,36)
C12M0Y9K36 
(12%,0%,9%,36%)
(0.12/0.00/0.09/0.36)	

CMYK percentages

%12.35
%0
%9.26
%36.47

Codes

Color #8EA293 in popluar color models

8EA293
RGB142162147
HSL135°9.71%59.61%
HSB/HSV135°12.35%63.53%
CMYK12.35%0.00%9.26%
36.47%

Color #8EA293 in popluar number systems.

HEX8EA293
Decimal142162147
Binary100011101010001010010011
Octal216242223

Shades and tints

Shades of #8EA293

#8EA293
(142,162,147)
#829486
(130,148,134)
#768679
(118,134,121)
#6A786C
(106,120,108)
#5E6A5F
(94,106,95)
#525C52
(82,92,82)
#464E45
(70,78,69)
#3A4038
(58,64,56)
#2E322B
(46,50,43)
#22241E
(34,36,30)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #8EA293

#8EA293
(142,162,147)
#98AA9C
(152,170,156)
#A2B2A5
(162,178,165)
#ACBAAE
(172,186,174)
#B6C2B7
(182,194,183)
#C0CAC0
(192,202,192)
#CAD2C9
(202,210,201)
#D4DAD2
(212,218,210)
#DEE2DB
(222,226,219)
#E8EAE4
(232,234,228)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA293; }

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

This text font color is #8EA293.


Background Color

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

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

This div background color is #8EA293.


Border color

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

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

This div border color is #8EA293.


Opacity

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

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

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

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

This text has shadow with #8EA293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA293 on black background.


Color preview on white background

This text has color #8EA293 on white background.



Black color preview on #8EA293 background

This text has black color on #8EA293 background.


White color preview on #8EA293 background

This text has white color on #8EA293 background.