COLOR #8CC08F

HEX: #8CC08F
RGB: (140,192,143)

Color info

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

RGB color model

#8CC08F color RGB value is (140,192,143).

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

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 143 of 255 = 56%

140
192
143

R + G + B ~ 62%. #8CC08F is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 143 = 475 (100%)
R 140 of 475 ~ 29.47%
G 192 of 475 ~ 40.42%
B 143 of 475 ~ 30.11%

%29.47
%40.42
%30.11

CMYK color model

#8CC08F color CMYK value is (27,0,26,25).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 25.52%
  • key color value is 24.71%
CMYK:
(27,0,26,25)
C27M0Y26K25 
(27%,0%,26%,25%)
(0.27/0.00/0.26/0.25)	

CMYK percentages

%27.08
%0
%25.52
%24.71

Codes

Color #8CC08F in popluar color models

8CC08F
RGB140192143
HSL123°29.21%65.10%
HSB/HSV123°27.08%75.29%
CMYK27.08%0.00%25.52%
24.71%

Color #8CC08F in popluar number systems.

HEX8CC08F
Decimal140192143
Binary100011001100000010001111
Octal214300217

Shades and tints

Shades of #8CC08F

#8CC08F
(140,192,143)
#80AF82
(128,175,130)
#749E75
(116,158,117)
#688D68
(104,141,104)
#5C7C5B
(92,124,91)
#506B4E
(80,107,78)
#445A41
(68,90,65)
#384934
(56,73,52)
#2C3827
(44,56,39)
#20271A
(32,39,26)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #8CC08F

#8CC08F
(140,192,143)
#96C599
(150,197,153)
#A0CAA3
(160,202,163)
#AACFAD
(170,207,173)
#B4D4B7
(180,212,183)
#BED9C1
(190,217,193)
#C8DECB
(200,222,203)
#D2E3D5
(210,227,213)
#DCE8DF
(220,232,223)
#E6EDE9
(230,237,233)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC08F; }

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

This text font color is #8CC08F.


Background Color

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

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

This div background color is #8CC08F.


Border color

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

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

This div border color is #8CC08F.


Opacity

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

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

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

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

This text has shadow with #8CC08F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC08F on black background.


Color preview on white background

This text has color #8CC08F on white background.



Black color preview on #8CC08F background

This text has black color on #8CC08F background.


White color preview on #8CC08F background

This text has white color on #8CC08F background.