COLOR #8CE6B2

HEX: #8CE6B2
RGB: (140,230,178)

Color info

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

RGB color model

#8CE6B2 color RGB value is (140,230,178).

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

RGB channels and saturation

R 140 of 255 = 55%
G 230 of 255 = 90%
B 178 of 255 = 70%

140
230
178

R + G + B ~ 72%. #8CE6B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 230 + 178 = 548 (100%)
R 140 of 548 ~ 25.55%
G 230 of 548 ~ 41.97%
B 178 of 548 ~ 32.48%

%25.55
%41.97
%32.48

CMYK color model

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

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • 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
%22.61
%9.8

Codes

Color #8CE6B2 in popluar color models

8CE6B2
RGB140230178
HSL145°64.29%72.55%
HSB/HSV145°39.13%90.20%
CMYK39.13%0.00%22.61%
9.80%

Color #8CE6B2 in popluar number systems.

HEX8CE6B2
Decimal140230178
Binary100011001110011010110010
Octal214346262

Shades and tints

Shades of #8CE6B2

#8CE6B2
(140,230,178)
#80D2A2
(128,210,162)
#74BE92
(116,190,146)
#68AA82
(104,170,130)
#5C9672
(92,150,114)
#508262
(80,130,98)
#446E52
(68,110,82)
#385A42
(56,90,66)
#2C4632
(44,70,50)
#203222
(32,50,34)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #8CE6B2

#8CE6B2
(140,230,178)
#96E8B9
(150,232,185)
#A0EAC0
(160,234,192)
#AAECC7
(170,236,199)
#B4EECE
(180,238,206)
#BEF0D5
(190,240,213)
#C8F2DC
(200,242,220)
#D2F4E3
(210,244,227)
#DCF6EA
(220,246,234)
#E6F8F1
(230,248,241)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE6B2; }

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

This text font color is #8CE6B2.


Background Color

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

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

This div background color is #8CE6B2.


Border color

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

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

This div border color is #8CE6B2.


Opacity

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

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

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

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

This text has shadow with #8CE6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE6B2 on black background.


Color preview on white background

This text has color #8CE6B2 on white background.



Black color preview on #8CE6B2 background

This text has black color on #8CE6B2 background.


White color preview on #8CE6B2 background

This text has white color on #8CE6B2 background.