COLOR #8CE891

HEX: #8CE891
RGB: (140,232,145)

Color info

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

RGB color model

#8CE891 color RGB value is (140,232,145).

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

RGB channels and saturation

R 140 of 255 = 55%
G 232 of 255 = 91%
B 145 of 255 = 57%

140
232
145

R + G + B ~ 68%. #8CE891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 145 = 517 (100%)
R 140 of 517 ~ 27.08%
G 232 of 517 ~ 44.87%
B 145 of 517 ~ 28.05%

%27.08
%44.87
%28.05

CMYK color model

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

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • 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
%37.5
%9.02

Codes

Color #8CE891 in popluar color models

8CE891
RGB140232145
HSL123°66.67%72.94%
HSB/HSV123°39.66%90.98%
CMYK39.66%0.00%37.50%
9.02%

Color #8CE891 in popluar number systems.

HEX8CE891
Decimal140232145
Binary100011001110100010010001
Octal214350221

Shades and tints

Shades of #8CE891

#8CE891
(140,232,145)
#80D384
(128,211,132)
#74BE77
(116,190,119)
#68A96A
(104,169,106)
#5C945D
(92,148,93)
#507F50
(80,127,80)
#446A43
(68,106,67)
#385536
(56,85,54)
#2C4029
(44,64,41)
#202B1C
(32,43,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #8CE891

#8CE891
(140,232,145)
#96EA9B
(150,234,155)
#A0ECA5
(160,236,165)
#AAEEAF
(170,238,175)
#B4F0B9
(180,240,185)
#BEF2C3
(190,242,195)
#C8F4CD
(200,244,205)
#D2F6D7
(210,246,215)
#DCF8E1
(220,248,225)
#E6FAEB
(230,250,235)
#F0FCF5
(240,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE891; }

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

This text font color is #8CE891.


Background Color

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

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

This div background color is #8CE891.


Border color

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

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

This div border color is #8CE891.


Opacity

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

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

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

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

This text has shadow with #8CE891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE891 on black background.


Color preview on white background

This text has color #8CE891 on white background.



Black color preview on #8CE891 background

This text has black color on #8CE891 background.


White color preview on #8CE891 background

This text has white color on #8CE891 background.