COLOR #8EEF7E

HEX: #8EEF7E
RGB: (142,239,126)

Color info

#8EEF7E contains mainly green color. Web safe color of #8EEF7E is #99FF66 (or #9F6).

RGB color model

#8EEF7E color RGB value is (142,239,126).

  • red value is 142;
  • green value is 239;
  • blue value is 126.
RGB:
(142,239,126)
(56%,94%,49%)

RGB channels and saturation

R 142 of 255 = 56%
G 239 of 255 = 94%
B 126 of 255 = 49%

142
239
126

R + G + B ~ 66%. #8EEF7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 239 + 126 = 507 (100%)
R 142 of 507 ~ 28.01%
G 239 of 507 ~ 47.14%
B 126 of 507 ~ 24.85%

%28.01
%47.14
%24.85

CMYK color model

#8EEF7E color CMYK value is (41,0,47,6).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 47.28%
  • key color value is 6.27%
CMYK:
(41,0,47,6)
C41M0Y47K6 
(41%,0%,47%,6%)
(0.41/0.00/0.47/0.06)	

CMYK percentages

%40.59
%0
%47.28
%6.27

Codes

Color #8EEF7E in popluar color models

8EEF7E
RGB142239126
HSL112°77.93%71.57%
HSB/HSV112°47.28%93.73%
CMYK40.59%0.00%47.28%
6.27%

Color #8EEF7E in popluar number systems.

HEX8EEF7E
Decimal142239126
Binary10001110111011111111110
Octal216357176

Shades and tints

Shades of #8EEF7E

#8EEF7E
(142,239,126)
#82DA73
(130,218,115)
#76C568
(118,197,104)
#6AB05D
(106,176,93)
#5E9B52
(94,155,82)
#528647
(82,134,71)
#46713C
(70,113,60)
#3A5C31
(58,92,49)
#2E4726
(46,71,38)
#22321B
(34,50,27)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #8EEF7E

#8EEF7E
(142,239,126)
#98F089
(152,240,137)
#A2F194
(162,241,148)
#ACF29F
(172,242,159)
#B6F3AA
(182,243,170)
#C0F4B5
(192,244,181)
#CAF5C0
(202,245,192)
#D4F6CB
(212,246,203)
#DEF7D6
(222,247,214)
#E8F8E1
(232,248,225)
#F2F9EC
(242,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEF7E color. Also use rgb(142,239,126) instead hex code.

Text Font Color

.myTextColor { color: #8EEF7E; }

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

This text font color is #8EEF7E.


Background Color

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

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

This div background color is #8EEF7E.


Border color

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

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

This div border color is #8EEF7E.


Opacity

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

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

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

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

This text has shadow with #8EEF7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEF7E on black background.


Color preview on white background

This text has color #8EEF7E on white background.



Black color preview on #8EEF7E background

This text has black color on #8EEF7E background.


White color preview on #8EEF7E background

This text has white color on #8EEF7E background.