COLOR #8CC09E

HEX: #8CC09E
RGB: (140,192,158)

Color info

#8CC09E contains red, green and blue colors in about the same proportion. Web safe color of #8CC09E is #99CC99 (or #9C9).

RGB color model

#8CC09E color RGB value is (140,192,158).

  • red value is 140;
  • green value is 192;
  • blue value is 158.
RGB:
(140,192,158)
(55%,75%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 158 of 255 = 62%

140
192
158

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

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 158 = 490 (100%)
R 140 of 490 ~ 28.57%
G 192 of 490 ~ 39.18%
B 158 of 490 ~ 32.24%

%28.57
%39.18
%32.24

CMYK color model

#8CC09E color CMYK value is (27,0,18,25).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%
CMYK:
(27,0,18,25)
C27M0Y18K25 
(27%,0%,18%,25%)
(0.27/0.00/0.18/0.25)	

CMYK percentages

%27.08
%0
%17.71
%24.71

Codes

Color #8CC09E in popluar color models

8CC09E
RGB140192158
HSL141°29.21%65.10%
HSB/HSV141°27.08%75.29%
CMYK27.08%0.00%17.71%
24.71%

Color #8CC09E in popluar number systems.

HEX8CC09E
Decimal140192158
Binary100011001100000010011110
Octal214300236

Shades and tints

Shades of #8CC09E

#8CC09E
(140,192,158)
#80AF90
(128,175,144)
#749E82
(116,158,130)
#688D74
(104,141,116)
#5C7C66
(92,124,102)
#506B58
(80,107,88)
#445A4A
(68,90,74)
#38493C
(56,73,60)
#2C382E
(44,56,46)
#202720
(32,39,32)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #8CC09E

#8CC09E
(140,192,158)
#96C5A6
(150,197,166)
#A0CAAE
(160,202,174)
#AACFB6
(170,207,182)
#B4D4BE
(180,212,190)
#BED9C6
(190,217,198)
#C8DECE
(200,222,206)
#D2E3D6
(210,227,214)
#DCE8DE
(220,232,222)
#E6EDE6
(230,237,230)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC09E color. Also use rgb(140,192,158) instead hex code.

Text Font Color

.myTextColor { color: #8CC09E; }

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

This text font color is #8CC09E.


Background Color

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

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

This div background color is #8CC09E.


Border color

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

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

This div border color is #8CC09E.


Opacity

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

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

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

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

This text has shadow with #8CC09E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC09E on black background.


Color preview on white background

This text has color #8CC09E on white background.



Black color preview on #8CC09E background

This text has black color on #8CC09E background.


White color preview on #8CC09E background

This text has white color on #8CC09E background.