COLOR #8EEF9F

HEX: #8EEF9F
RGB: (142,239,159)

Color info

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

RGB color model

#8EEF9F color RGB value is (142,239,159).

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

RGB channels and saturation

R 142 of 255 = 56%
G 239 of 255 = 94%
B 159 of 255 = 62%

142
239
159

R + G + B ~ 71%. #8EEF9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 239 + 159 = 540 (100%)
R 142 of 540 ~ 26.3%
G 239 of 540 ~ 44.26%
B 159 of 540 ~ 29.44%

%26.3
%44.26
%29.44

CMYK color model

#8EEF9F color CMYK value is (41,0,33,6).

  • cyan value is 40.59%
  • magenta value is 0.00%
  • yellow value is 33.47%
  • key color value is 6.27%
CMYK:
(41,0,33,6)
C41M0Y33K6 
(41%,0%,33%,6%)
(0.41/0.00/0.33/0.06)	

CMYK percentages

%40.59
%0
%33.47
%6.27

Codes

Color #8EEF9F in popluar color models

8EEF9F
RGB142239159
HSL131°75.19%74.71%
HSB/HSV131°40.59%93.73%
CMYK40.59%0.00%33.47%
6.27%

Color #8EEF9F in popluar number systems.

HEX8EEF9F
Decimal142239159
Binary100011101110111110011111
Octal216357237

Shades and tints

Shades of #8EEF9F

#8EEF9F
(142,239,159)
#82DA91
(130,218,145)
#76C583
(118,197,131)
#6AB075
(106,176,117)
#5E9B67
(94,155,103)
#528659
(82,134,89)
#46714B
(70,113,75)
#3A5C3D
(58,92,61)
#2E472F
(46,71,47)
#223221
(34,50,33)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #8EEF9F

#8EEF9F
(142,239,159)
#98F0A7
(152,240,167)
#A2F1AF
(162,241,175)
#ACF2B7
(172,242,183)
#B6F3BF
(182,243,191)
#C0F4C7
(192,244,199)
#CAF5CF
(202,245,207)
#D4F6D7
(212,246,215)
#DEF7DF
(222,247,223)
#E8F8E7
(232,248,231)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EEF9F; }

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

This text font color is #8EEF9F.


Background Color

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

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

This div background color is #8EEF9F.


Border color

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

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

This div border color is #8EEF9F.


Opacity

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

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

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

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

This text has shadow with #8EEF9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEF9F on black background.


Color preview on white background

This text has color #8EEF9F on white background.



Black color preview on #8EEF9F background

This text has black color on #8EEF9F background.


White color preview on #8EEF9F background

This text has white color on #8EEF9F background.