COLOR #8CC96E

HEX: #8CC96E
RGB: (140,201,110)

Color info

#8CC96E contains mainly green color. Web safe color of #8CC96E is #99CC66 (or #9C6).

RGB color model

#8CC96E color RGB value is (140,201,110).

  • red value is 140;
  • green value is 201;
  • blue value is 110.
RGB:
(140,201,110)
(55%,79%,43%)

RGB channels and saturation

R 140 of 255 = 55%
G 201 of 255 = 79%
B 110 of 255 = 43%

140
201
110

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

Portions of RGB colors in percentages

R + G + B =
140 + 201 + 110 = 451 (100%)
R 140 of 451 ~ 31.04%
G 201 of 451 ~ 44.57%
B 110 of 451 ~ 24.39%

%31.04
%44.57
%24.39

CMYK color model

#8CC96E color CMYK value is (30,0,45,21).

  • cyan value is 30.35%
  • magenta value is 0.00%
  • yellow value is 45.27%
  • key color value is 21.18%
CMYK:
(30,0,45,21)
C30M0Y45K21 
(30%,0%,45%,21%)
(0.30/0.00/0.45/0.21)	

CMYK percentages

%30.35
%0
%45.27
%21.18

Codes

Color #8CC96E in popluar color models

8CC96E
RGB140201110
HSL100°45.73%60.98%
HSB/HSV100°45.27%78.82%
CMYK30.35%0.00%45.27%
21.18%

Color #8CC96E in popluar number systems.

HEX8CC96E
Decimal140201110
Binary10001100110010011101110
Octal214311156

Shades and tints

Shades of #8CC96E

#8CC96E
(140,201,110)
#80B764
(128,183,100)
#74A55A
(116,165,90)
#689350
(104,147,80)
#5C8146
(92,129,70)
#506F3C
(80,111,60)
#445D32
(68,93,50)
#384B28
(56,75,40)
#2C391E
(44,57,30)
#202714
(32,39,20)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #8CC96E

#8CC96E
(140,201,110)
#96CD7B
(150,205,123)
#A0D188
(160,209,136)
#AAD595
(170,213,149)
#B4D9A2
(180,217,162)
#BEDDAF
(190,221,175)
#C8E1BC
(200,225,188)
#D2E5C9
(210,229,201)
#DCE9D6
(220,233,214)
#E6EDE3
(230,237,227)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC96E color. Also use rgb(140,201,110) instead hex code.

Text Font Color

.myTextColor { color: #8CC96E; }

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

This text font color is #8CC96E.


Background Color

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

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

This div background color is #8CC96E.


Border color

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

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

This div border color is #8CC96E.


Opacity

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

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

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

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

This text has shadow with #8CC96E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC96E on black background.


Color preview on white background

This text has color #8CC96E on white background.



Black color preview on #8CC96E background

This text has black color on #8CC96E background.


White color preview on #8CC96E background

This text has white color on #8CC96E background.