COLOR #8CE682

HEX: #8CE682
RGB: (140,230,130)

Color info

#8CE682 contains mainly green color. Web safe color of #8CE682 is #99CC99 (or #9C9).

RGB color model

#8CE682 color RGB value is (140,230,130).

  • red value is 140;
  • green value is 230;
  • blue value is 130.
RGB:
(140,230,130)
(55%,90%,51%)

RGB channels and saturation

R 140 of 255 = 55%
G 230 of 255 = 90%
B 130 of 255 = 51%

140
230
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 230 + 130 = 500 (100%)
R 140 of 500 ~ 28%
G 230 of 500 ~ 46%
B 130 of 500 ~ 26%

%28
%46
%26

CMYK color model

#8CE682 color CMYK value is (39,0,43,10).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 43.48%
  • key color value is 9.80%
CMYK:
(39,0,43,10)
C39M0Y43K10 
(39%,0%,43%,10%)
(0.39/0.00/0.43/0.10)	

CMYK percentages

%39.13
%0
%43.48
%9.8

Codes

Color #8CE682 in popluar color models

8CE682
RGB140230130
HSL114°66.67%70.59%
HSB/HSV114°43.48%90.20%
CMYK39.13%0.00%43.48%
9.80%

Color #8CE682 in popluar number systems.

HEX8CE682
Decimal140230130
Binary100011001110011010000010
Octal214346202

Shades and tints

Shades of #8CE682

#8CE682
(140,230,130)
#80D277
(128,210,119)
#74BE6C
(116,190,108)
#68AA61
(104,170,97)
#5C9656
(92,150,86)
#50824B
(80,130,75)
#446E40
(68,110,64)
#385A35
(56,90,53)
#2C462A
(44,70,42)
#20321F
(32,50,31)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #8CE682

#8CE682
(140,230,130)
#96E88D
(150,232,141)
#A0EA98
(160,234,152)
#AAECA3
(170,236,163)
#B4EEAE
(180,238,174)
#BEF0B9
(190,240,185)
#C8F2C4
(200,242,196)
#D2F4CF
(210,244,207)
#DCF6DA
(220,246,218)
#E6F8E5
(230,248,229)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE682 color. Also use rgb(140,230,130) instead hex code.

Text Font Color

.myTextColor { color: #8CE682; }

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

This text font color is #8CE682.


Background Color

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

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

This div background color is #8CE682.


Border color

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

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

This div border color is #8CE682.


Opacity

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

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

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

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

This text has shadow with #8CE682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE682 on black background.


Color preview on white background

This text has color #8CE682 on white background.



Black color preview on #8CE682 background

This text has black color on #8CE682 background.


White color preview on #8CE682 background

This text has white color on #8CE682 background.