COLOR #8CE6B1

HEX: #8CE6B1
RGB: (140,230,177)

Color info

#8CE6B1 contains mainly green and blue colors. Web safe color of #8CE6B1 is #99CC99 (or #9C9).

RGB color model

#8CE6B1 color RGB value is (140,230,177).

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

RGB channels and saturation

R 140 of 255 = 55%
G 230 of 255 = 90%
B 177 of 255 = 69%

140
230
177

R + G + B ~ 71%. #8CE6B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 230 + 177 = 547 (100%)
R 140 of 547 ~ 25.59%
G 230 of 547 ~ 42.05%
B 177 of 547 ~ 32.36%

%25.59
%42.05
%32.36

CMYK color model

#8CE6B1 color CMYK value is (39,0,23,10).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 9.80%
CMYK:
(39,0,23,10)
C39M0Y23K10 
(39%,0%,23%,10%)
(0.39/0.00/0.23/0.10)	

CMYK percentages

%39.13
%0
%23.04
%9.8

Codes

Color #8CE6B1 in popluar color models

8CE6B1
RGB140230177
HSL145°64.29%72.55%
HSB/HSV145°39.13%90.20%
CMYK39.13%0.00%23.04%
9.80%

Color #8CE6B1 in popluar number systems.

HEX8CE6B1
Decimal140230177
Binary100011001110011010110001
Octal214346261

Shades and tints

Shades of #8CE6B1

#8CE6B1
(140,230,177)
#80D2A1
(128,210,161)
#74BE91
(116,190,145)
#68AA81
(104,170,129)
#5C9671
(92,150,113)
#508261
(80,130,97)
#446E51
(68,110,81)
#385A41
(56,90,65)
#2C4631
(44,70,49)
#203221
(32,50,33)
#141E11
(20,30,17)
#000000
(0,0,0)

Tints of #8CE6B1

#8CE6B1
(140,230,177)
#96E8B8
(150,232,184)
#A0EABF
(160,234,191)
#AAECC6
(170,236,198)
#B4EECD
(180,238,205)
#BEF0D4
(190,240,212)
#C8F2DB
(200,242,219)
#D2F4E2
(210,244,226)
#DCF6E9
(220,246,233)
#E6F8F0
(230,248,240)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE6B1; }

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

This text font color is #8CE6B1.


Background Color

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

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

This div background color is #8CE6B1.


Border color

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

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

This div border color is #8CE6B1.


Opacity

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

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

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

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

This text has shadow with #8CE6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE6B1 on black background.


Color preview on white background

This text has color #8CE6B1 on white background.



Black color preview on #8CE6B1 background

This text has black color on #8CE6B1 background.


White color preview on #8CE6B1 background

This text has white color on #8CE6B1 background.