COLOR #8CE88F

HEX: #8CE88F
RGB: (140,232,143)

Color info

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

RGB color model

#8CE88F color RGB value is (140,232,143).

  • red value is 140;
  • green value is 232;
  • blue value is 143.
RGB:
(140,232,143)
(55%,91%,56%)

RGB channels and saturation

R 140 of 255 = 55%
G 232 of 255 = 91%
B 143 of 255 = 56%

140
232
143

R + G + B ~ 67%. #8CE88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 143 = 515 (100%)
R 140 of 515 ~ 27.18%
G 232 of 515 ~ 45.05%
B 143 of 515 ~ 27.77%

%27.18
%45.05
%27.77

CMYK color model

#8CE88F color CMYK value is (40,0,38,9).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 9.02%
CMYK:
(40,0,38,9)
C40M0Y38K9 
(40%,0%,38%,9%)
(0.40/0.00/0.38/0.09)	

CMYK percentages

%39.66
%0
%38.36
%9.02

Codes

Color #8CE88F in popluar color models

8CE88F
RGB140232143
HSL122°66.67%72.94%
HSB/HSV122°39.66%90.98%
CMYK39.66%0.00%38.36%
9.02%

Color #8CE88F in popluar number systems.

HEX8CE88F
Decimal140232143
Binary100011001110100010001111
Octal214350217

Shades and tints

Shades of #8CE88F

#8CE88F
(140,232,143)
#80D382
(128,211,130)
#74BE75
(116,190,117)
#68A968
(104,169,104)
#5C945B
(92,148,91)
#507F4E
(80,127,78)
#446A41
(68,106,65)
#385534
(56,85,52)
#2C4027
(44,64,39)
#202B1A
(32,43,26)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8CE88F

#8CE88F
(140,232,143)
#96EA99
(150,234,153)
#A0ECA3
(160,236,163)
#AAEEAD
(170,238,173)
#B4F0B7
(180,240,183)
#BEF2C1
(190,242,193)
#C8F4CB
(200,244,203)
#D2F6D5
(210,246,213)
#DCF8DF
(220,248,223)
#E6FAE9
(230,250,233)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE88F color. Also use rgb(140,232,143) instead hex code.

Text Font Color

.myTextColor { color: #8CE88F; }

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

This text font color is #8CE88F.


Background Color

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

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

This div background color is #8CE88F.


Border color

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

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

This div border color is #8CE88F.


Opacity

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

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

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

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

This text has shadow with #8CE88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE88F on black background.


Color preview on white background

This text has color #8CE88F on white background.



Black color preview on #8CE88F background

This text has black color on #8CE88F background.


White color preview on #8CE88F background

This text has white color on #8CE88F background.