COLOR #8EA794

HEX: #8EA794
RGB: (142,167,148)

Color info

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

RGB color model

#8EA794 color RGB value is (142,167,148).

  • red value is 142;
  • green value is 167;
  • blue value is 148.
RGB:
(142,167,148)
(56%,65%,58%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 148 of 255 = 58%

142
167
148

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 148 = 457 (100%)
R 142 of 457 ~ 31.07%
G 167 of 457 ~ 36.54%
B 148 of 457 ~ 32.39%

%31.07
%36.54
%32.39

CMYK color model

#8EA794 color CMYK value is (15,0,11,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 34.51%
CMYK:
(15,0,11,35)
C15M0Y11K35 
(15%,0%,11%,35%)
(0.15/0.00/0.11/0.35)	

CMYK percentages

%14.97
%0
%11.38
%34.51

Codes

Color #8EA794 in popluar color models

8EA794
RGB142167148
HSL134°12.44%60.59%
HSB/HSV134°14.97%65.49%
CMYK14.97%0.00%11.38%
34.51%

Color #8EA794 in popluar number systems.

HEX8EA794
Decimal142167148
Binary100011101010011110010100
Octal216247224

Shades and tints

Shades of #8EA794

#8EA794
(142,167,148)
#829887
(130,152,135)
#76897A
(118,137,122)
#6A7A6D
(106,122,109)
#5E6B60
(94,107,96)
#525C53
(82,92,83)
#464D46
(70,77,70)
#3A3E39
(58,62,57)
#2E2F2C
(46,47,44)
#22201F
(34,32,31)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #8EA794

#8EA794
(142,167,148)
#98AF9D
(152,175,157)
#A2B7A6
(162,183,166)
#ACBFAF
(172,191,175)
#B6C7B8
(182,199,184)
#C0CFC1
(192,207,193)
#CAD7CA
(202,215,202)
#D4DFD3
(212,223,211)
#DEE7DC
(222,231,220)
#E8EFE5
(232,239,229)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA794 color. Also use rgb(142,167,148) instead hex code.

Text Font Color

.myTextColor { color: #8EA794; }

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

This text font color is #8EA794.


Background Color

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

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

This div background color is #8EA794.


Border color

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

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

This div border color is #8EA794.


Opacity

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

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

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

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

This text has shadow with #8EA794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA794 on black background.


Color preview on white background

This text has color #8EA794 on white background.



Black color preview on #8EA794 background

This text has black color on #8EA794 background.


White color preview on #8EA794 background

This text has white color on #8EA794 background.