COLOR #8EA295

HEX: #8EA295
RGB: (142,162,149)

Color info

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

RGB color model

#8EA295 color RGB value is (142,162,149).

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

RGB channels and saturation

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

142
162
149

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 149 = 453 (100%)
R 142 of 453 ~ 31.35%
G 162 of 453 ~ 35.76%
B 149 of 453 ~ 32.89%

%31.35
%35.76
%32.89

CMYK color model

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

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(12,0,8,36)
C12M0Y8K36 
(12%,0%,8%,36%)
(0.12/0.00/0.08/0.36)	

CMYK percentages

%12.35
%0
%8.02
%36.47

Codes

Color #8EA295 in popluar color models

8EA295
RGB142162149
HSL141°9.71%59.61%
HSB/HSV141°12.35%63.53%
CMYK12.35%0.00%8.02%
36.47%

Color #8EA295 in popluar number systems.

HEX8EA295
Decimal142162149
Binary100011101010001010010101
Octal216242225

Shades and tints

Shades of #8EA295

#8EA295
(142,162,149)
#829488
(130,148,136)
#76867B
(118,134,123)
#6A786E
(106,120,110)
#5E6A61
(94,106,97)
#525C54
(82,92,84)
#464E47
(70,78,71)
#3A403A
(58,64,58)
#2E322D
(46,50,45)
#222420
(34,36,32)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EA295

#8EA295
(142,162,149)
#98AA9E
(152,170,158)
#A2B2A7
(162,178,167)
#ACBAB0
(172,186,176)
#B6C2B9
(182,194,185)
#C0CAC2
(192,202,194)
#CAD2CB
(202,210,203)
#D4DAD4
(212,218,212)
#DEE2DD
(222,226,221)
#E8EAE6
(232,234,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA295; }

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

This text font color is #8EA295.


Background Color

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

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

This div background color is #8EA295.


Border color

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

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

This div border color is #8EA295.


Opacity

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

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

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

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

This text has shadow with #8EA295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA295 on black background.


Color preview on white background

This text has color #8EA295 on white background.



Black color preview on #8EA295 background

This text has black color on #8EA295 background.


White color preview on #8EA295 background

This text has white color on #8EA295 background.