COLOR #8EA296

HEX: #8EA296
RGB: (142,162,150)

Color info

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

RGB color model

#8EA296 color RGB value is (142,162,150).

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

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 150 of 255 = 59%

142
162
150

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 150 = 454 (100%)
R 142 of 454 ~ 31.28%
G 162 of 454 ~ 35.68%
B 150 of 454 ~ 33.04%

%31.28
%35.68
%33.04

CMYK color model

#8EA296 color CMYK value is (12,0,7,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 36.47%
CMYK:
(12,0,7,36)
C12M0Y7K36 
(12%,0%,7%,36%)
(0.12/0.00/0.07/0.36)	

CMYK percentages

%12.35
%0
%7.41
%36.47

Codes

Color #8EA296 in popluar color models

8EA296
RGB142162150
HSL144°9.71%59.61%
HSB/HSV144°12.35%63.53%
CMYK12.35%0.00%7.41%
36.47%

Color #8EA296 in popluar number systems.

HEX8EA296
Decimal142162150
Binary100011101010001010010110
Octal216242226

Shades and tints

Shades of #8EA296

#8EA296
(142,162,150)
#829489
(130,148,137)
#76867C
(118,134,124)
#6A786F
(106,120,111)
#5E6A62
(94,106,98)
#525C55
(82,92,85)
#464E48
(70,78,72)
#3A403B
(58,64,59)
#2E322E
(46,50,46)
#222421
(34,36,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #8EA296

#8EA296
(142,162,150)
#98AA9F
(152,170,159)
#A2B2A8
(162,178,168)
#ACBAB1
(172,186,177)
#B6C2BA
(182,194,186)
#C0CAC3
(192,202,195)
#CAD2CC
(202,210,204)
#D4DAD5
(212,218,213)
#DEE2DE
(222,226,222)
#E8EAE7
(232,234,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA296; }

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

This text font color is #8EA296.


Background Color

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

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

This div background color is #8EA296.


Border color

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

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

This div border color is #8EA296.


Opacity

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

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

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

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

This text has shadow with #8EA296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA296 on black background.


Color preview on white background

This text has color #8EA296 on white background.



Black color preview on #8EA296 background

This text has black color on #8EA296 background.


White color preview on #8EA296 background

This text has white color on #8EA296 background.