COLOR #8EEA93

HEX: #8EEA93
RGB: (142,234,147)

Color info

#8EEA93 contains mainly green color. Web safe color of #8EEA93 is #99FF99 (or #9F9).

RGB color model

#8EEA93 color RGB value is (142,234,147).

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

RGB channels and saturation

R 142 of 255 = 56%
G 234 of 255 = 92%
B 147 of 255 = 58%

142
234
147

R + G + B ~ 69%. #8EEA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 234 + 147 = 523 (100%)
R 142 of 523 ~ 27.15%
G 234 of 523 ~ 44.74%
B 147 of 523 ~ 28.11%

%27.15
%44.74
%28.11

CMYK color model

#8EEA93 color CMYK value is (39,0,37,8).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 37.18%
  • key color value is 8.24%
CMYK:
(39,0,37,8)
C39M0Y37K8 
(39%,0%,37%,8%)
(0.39/0.00/0.37/0.08)	

CMYK percentages

%39.32
%0
%37.18
%8.24

Codes

Color #8EEA93 in popluar color models

8EEA93
RGB142234147
HSL123°68.66%73.73%
HSB/HSV123°39.32%91.76%
CMYK39.32%0.00%37.18%
8.24%

Color #8EEA93 in popluar number systems.

HEX8EEA93
Decimal142234147
Binary100011101110101010010011
Octal216352223

Shades and tints

Shades of #8EEA93

#8EEA93
(142,234,147)
#82D586
(130,213,134)
#76C079
(118,192,121)
#6AAB6C
(106,171,108)
#5E965F
(94,150,95)
#528152
(82,129,82)
#466C45
(70,108,69)
#3A5738
(58,87,56)
#2E422B
(46,66,43)
#222D1E
(34,45,30)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #8EEA93

#8EEA93
(142,234,147)
#98EB9C
(152,235,156)
#A2ECA5
(162,236,165)
#ACEDAE
(172,237,174)
#B6EEB7
(182,238,183)
#C0EFC0
(192,239,192)
#CAF0C9
(202,240,201)
#D4F1D2
(212,241,210)
#DEF2DB
(222,242,219)
#E8F3E4
(232,243,228)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EEA93; }

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

This text font color is #8EEA93.


Background Color

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

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

This div background color is #8EEA93.


Border color

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

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

This div border color is #8EEA93.


Opacity

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

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

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

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

This text has shadow with #8EEA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEA93 on black background.


Color preview on white background

This text has color #8EEA93 on white background.



Black color preview on #8EEA93 background

This text has black color on #8EEA93 background.


White color preview on #8EEA93 background

This text has white color on #8EEA93 background.