COLOR #8CC17C

HEX: #8CC17C
RGB: (140,193,124)

Color info

#8CC17C contains mainly red and green colors. Web safe color of #8CC17C is #99CC66 (or #9C6).

RGB color model

#8CC17C color RGB value is (140,193,124).

  • red value is 140;
  • green value is 193;
  • blue value is 124.
RGB:
(140,193,124)
(55%,76%,49%)

RGB channels and saturation

R 140 of 255 = 55%
G 193 of 255 = 76%
B 124 of 255 = 49%

140
193
124

R + G + B ~ 60%. #8CC17C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 193 + 124 = 457 (100%)
R 140 of 457 ~ 30.63%
G 193 of 457 ~ 42.23%
B 124 of 457 ~ 27.13%

%30.63
%42.23
%27.13

CMYK color model

#8CC17C color CMYK value is (27,0,36,24).

  • cyan value is 27.46%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 24.31%
CMYK:
(27,0,36,24)
C27M0Y36K24 
(27%,0%,36%,24%)
(0.27/0.00/0.36/0.24)	

CMYK percentages

%27.46
%0
%35.75
%24.31

Codes

Color #8CC17C in popluar color models

8CC17C
RGB140193124
HSL106°35.75%62.16%
HSB/HSV106°35.75%75.69%
CMYK27.46%0.00%35.75%
24.31%

Color #8CC17C in popluar number systems.

HEX8CC17C
Decimal140193124
Binary10001100110000011111100
Octal214301174

Shades and tints

Shades of #8CC17C

#8CC17C
(140,193,124)
#80B071
(128,176,113)
#749F66
(116,159,102)
#688E5B
(104,142,91)
#5C7D50
(92,125,80)
#506C45
(80,108,69)
#445B3A
(68,91,58)
#384A2F
(56,74,47)
#2C3924
(44,57,36)
#202819
(32,40,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #8CC17C

#8CC17C
(140,193,124)
#96C687
(150,198,135)
#A0CB92
(160,203,146)
#AAD09D
(170,208,157)
#B4D5A8
(180,213,168)
#BEDAB3
(190,218,179)
#C8DFBE
(200,223,190)
#D2E4C9
(210,228,201)
#DCE9D4
(220,233,212)
#E6EEDF
(230,238,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC17C color. Also use rgb(140,193,124) instead hex code.

Text Font Color

.myTextColor { color: #8CC17C; }

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

This text font color is #8CC17C.


Background Color

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

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

This div background color is #8CC17C.


Border color

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

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

This div border color is #8CC17C.


Opacity

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

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

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

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

This text has shadow with #8CC17C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC17C on black background.


Color preview on white background

This text has color #8CC17C on white background.



Black color preview on #8CC17C background

This text has black color on #8CC17C background.


White color preview on #8CC17C background

This text has white color on #8CC17C background.