COLOR #8EC593

HEX: #8EC593
RGB: (142,197,147)

Color info

#8EC593 contains red, green and blue colors in about the same proportion. Web safe color of #8EC593 is #99CC99 (or #9C9).

RGB color model

#8EC593 color RGB value is (142,197,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 147 of 255 = 58%

142
197
147

R + G + B ~ 64%. #8EC593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 197 + 147 = 486 (100%)
R 142 of 486 ~ 29.22%
G 197 of 486 ~ 40.53%
B 147 of 486 ~ 30.25%

%29.22
%40.53
%30.25

CMYK color model

#8EC593 color CMYK value is (28,0,25,23).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(28,0,25,23)
C28M0Y25K23 
(28%,0%,25%,23%)
(0.28/0.00/0.25/0.23)	

CMYK percentages

%27.92
%0
%25.38
%22.75

Codes

Color #8EC593 in popluar color models

8EC593
RGB142197147
HSL125°32.16%66.47%
HSB/HSV125°27.92%77.25%
CMYK27.92%0.00%25.38%
22.75%

Color #8EC593 in popluar number systems.

HEX8EC593
Decimal142197147
Binary100011101100010110010011
Octal216305223

Shades and tints

Shades of #8EC593

#8EC593
(142,197,147)
#82B486
(130,180,134)
#76A379
(118,163,121)
#6A926C
(106,146,108)
#5E815F
(94,129,95)
#527052
(82,112,82)
#465F45
(70,95,69)
#3A4E38
(58,78,56)
#2E3D2B
(46,61,43)
#222C1E
(34,44,30)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #8EC593

#8EC593
(142,197,147)
#98CA9C
(152,202,156)
#A2CFA5
(162,207,165)
#ACD4AE
(172,212,174)
#B6D9B7
(182,217,183)
#C0DEC0
(192,222,192)
#CAE3C9
(202,227,201)
#D4E8D2
(212,232,210)
#DEEDDB
(222,237,219)
#E8F2E4
(232,242,228)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC593; }

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

This text font color is #8EC593.


Background Color

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

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

This div background color is #8EC593.


Border color

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

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

This div border color is #8EC593.


Opacity

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

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

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

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

This text has shadow with #8EC593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC593 on black background.


Color preview on white background

This text has color #8EC593 on white background.



Black color preview on #8EC593 background

This text has black color on #8EC593 background.


White color preview on #8EC593 background

This text has white color on #8EC593 background.