COLOR #8EA092

HEX: #8EA092
RGB: (142,160,146)

Color info

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

RGB color model

#8EA092 color RGB value is (142,160,146).

  • red value is 142;
  • green value is 160;
  • blue value is 146.
RGB:
(142,160,146)
(56%,63%,57%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 146 of 255 = 57%

142
160
146

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

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 146 = 448 (100%)
R 142 of 448 ~ 31.7%
G 160 of 448 ~ 35.71%
B 146 of 448 ~ 32.59%

%31.7
%35.71
%32.59

CMYK color model

#8EA092 color CMYK value is (11,0,9,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 37.25%
CMYK:
(11,0,9,37)
C11M0Y9K37 
(11%,0%,9%,37%)
(0.11/0.00/0.09/0.37)	

CMYK percentages

%11.25
%0
%8.75
%37.25

Codes

Color #8EA092 in popluar color models

8EA092
RGB142160146
HSL133°8.65%59.22%
HSB/HSV133°11.25%62.75%
CMYK11.25%0.00%8.75%
37.25%

Color #8EA092 in popluar number systems.

HEX8EA092
Decimal142160146
Binary100011101010000010010010
Octal216240222

Shades and tints

Shades of #8EA092

#8EA092
(142,160,146)
#829285
(130,146,133)
#768478
(118,132,120)
#6A766B
(106,118,107)
#5E685E
(94,104,94)
#525A51
(82,90,81)
#464C44
(70,76,68)
#3A3E37
(58,62,55)
#2E302A
(46,48,42)
#22221D
(34,34,29)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #8EA092

#8EA092
(142,160,146)
#98A89B
(152,168,155)
#A2B0A4
(162,176,164)
#ACB8AD
(172,184,173)
#B6C0B6
(182,192,182)
#C0C8BF
(192,200,191)
#CAD0C8
(202,208,200)
#D4D8D1
(212,216,209)
#DEE0DA
(222,224,218)
#E8E8E3
(232,232,227)
#F2F0EC
(242,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA092 color. Also use rgb(142,160,146) instead hex code.

Text Font Color

.myTextColor { color: #8EA092; }

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

This text font color is #8EA092.


Background Color

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

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

This div background color is #8EA092.


Border color

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

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

This div border color is #8EA092.


Opacity

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

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

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

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

This text has shadow with #8EA092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA092 on black background.


Color preview on white background

This text has color #8EA092 on white background.



Black color preview on #8EA092 background

This text has black color on #8EA092 background.


White color preview on #8EA092 background

This text has white color on #8EA092 background.