COLOR #8CE97E

HEX: #8CE97E
RGB: (140,233,126)

Color info

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

RGB color model

#8CE97E color RGB value is (140,233,126).

  • red value is 140;
  • green value is 233;
  • blue value is 126.
RGB:
(140,233,126)
(55%,91%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 126 of 255 = 49%

140
233
126

R + G + B ~ 65%. #8CE97E is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 233 + 126 = 499 (100%)
R 140 of 499 ~ 28.06%
G 233 of 499 ~ 46.69%
B 126 of 499 ~ 25.25%

%28.06
%46.69
%25.25

CMYK color model

#8CE97E color CMYK value is (40,0,46,9).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 8.63%
CMYK:
(40,0,46,9)
C40M0Y46K9 
(40%,0%,46%,9%)
(0.40/0.00/0.46/0.09)	

CMYK percentages

%39.91
%0
%45.92
%8.63

Codes

Color #8CE97E in popluar color models

8CE97E
RGB140233126
HSL112°70.86%70.39%
HSB/HSV112°45.92%91.37%
CMYK39.91%0.00%45.92%
8.63%

Color #8CE97E in popluar number systems.

HEX8CE97E
Decimal140233126
Binary10001100111010011111110
Octal214351176

Shades and tints

Shades of #8CE97E

#8CE97E
(140,233,126)
#80D473
(128,212,115)
#74BF68
(116,191,104)
#68AA5D
(104,170,93)
#5C9552
(92,149,82)
#508047
(80,128,71)
#446B3C
(68,107,60)
#385631
(56,86,49)
#2C4126
(44,65,38)
#202C1B
(32,44,27)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #8CE97E

#8CE97E
(140,233,126)
#96EB89
(150,235,137)
#A0ED94
(160,237,148)
#AAEF9F
(170,239,159)
#B4F1AA
(180,241,170)
#BEF3B5
(190,243,181)
#C8F5C0
(200,245,192)
#D2F7CB
(210,247,203)
#DCF9D6
(220,249,214)
#E6FBE1
(230,251,225)
#F0FDEC
(240,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE97E color. Also use rgb(140,233,126) instead hex code.

Text Font Color

.myTextColor { color: #8CE97E; }

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

This text font color is #8CE97E.


Background Color

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

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

This div background color is #8CE97E.


Border color

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

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

This div border color is #8CE97E.


Opacity

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

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

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

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

This text has shadow with #8CE97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE97E on black background.


Color preview on white background

This text has color #8CE97E on white background.



Black color preview on #8CE97E background

This text has black color on #8CE97E background.


White color preview on #8CE97E background

This text has white color on #8CE97E background.