COLOR #8CE180

HEX: #8CE180 RGB: (140,225,128)

Color info

#8CE180 contains mainly green color. Web safe color of #8CE180 is #99CC66 (or #9C6).

RGB color model

#8CE180 color RGB value is (140,225,128).

RGB: (140,225,128) (55%, 88%, 50%)

RGB channels and saturation

R 140 of 255 = 55%
G 225 of 255 = 88%
B 128 of 255 = 50%

140
225
128

R + G + B ~ 64%. #8CE180 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 225 + 128 = 493 (100%)
R 140 of 493 ~ 28.4%
G 225 of 493 ~ 45.64%
B 128 of 493 ~ 25.96'%

%28.4
%45.64
%25.96

CMYK color model

#8CE180 color CMYK value is (38,0,43,12).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 11.76%

CMYK: (38,0,43,12)
C38M0Y43K12 (38%, 0%, 43%, 12%)
(0.38 / 0.00 / 0.43 / 0.12)

CMYK percentages

%37.78
%0
%43.11
%11.76

Codes

Color #8CE180 in popluar color models

8C E1 80
RGB 140 225 128
HSL 113° 61.78% 69.22%
HSB/HSV 113° 43.11% 88.24%
CMYK 37.78% 0.00% 43.11%
11.76%

Color #8CE180 in popluar number systems.

HEX 8C E1 80
Decimal 140 225 128
Binary 10001100 11100001 10000000
Octal 214 341 200

Shades and tints

Shades of #8CE180

#8CE180
(140,225,128)
#80CD75
(128,205,117)
#74B96A
(116,185,106)
#68A55F
(104,165,95)
#5C9154
(92,145,84)
#507D49
(80,125,73)
#44693E
(68,105,62)
#385533
(56,85,51)
#2C4128
(44,65,40)
#202D1D
(32,45,29)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #8CE180

#8CE180
(140,225,128)
#96E38B
(150,227,139)
#A0E596
(160,229,150)
#AAE7A1
(170,231,161)
#B4E9AC
(180,233,172)
#BEEBB7
(190,235,183)
#C8EDC2
(200,237,194)
#D2EFCD
(210,239,205)
#DCF1D8
(220,241,216)
#E6F3E3
(230,243,227)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE180 color. Also use rgb(140,225,128) instead hex code.

Text Font Color

.myTextColor { color: #8CE180; }

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

This text font color is #8CE180.

Background Color

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

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

This div background color is #8CE180.

Border color

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

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

This div border color is #8CE180.

Opacity

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

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

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

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

This text has shadow with #8CE180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CE180.

Preview

Color preview on black background

This text has color #8CE180 on black background.


Color preview on white background

This text has color #8CE180 on white background.


Black color preview on #8CE180 background

This text has black color on #8CE180 background.


White color preview on #8CE180 background

This text has white color on #8CE180 background.


Related colors

Complementary color

Complementary color for #hex is #731E7F.


I love getcolorcode.com

Triadic colors

1 #808CE1 and #E1808C with #8CE180 are triadic colors.

2 #80E18C and #E18C80 with #8CE180 are triadic colors.