COLOR #8CCE8B

HEX: #8CCE8B
RGB: (140,206,139)

Color info

#8CCE8B contains mainly green color. Web safe color of #8CCE8B is #99CC99 (or #9C9).

RGB color model

#8CCE8B color RGB value is (140,206,139).

  • red value is 140;
  • green value is 206;
  • blue value is 139.
RGB:
(140,206,139)
(55%,81%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 206 of 255 = 81%
B 139 of 255 = 55%

140
206
139

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

Portions of RGB colors in percentages

R + G + B =
140 + 206 + 139 = 485 (100%)
R 140 of 485 ~ 28.87%
G 206 of 485 ~ 42.47%
B 139 of 485 ~ 28.66%

%28.87
%42.47
%28.66

CMYK color model

#8CCE8B color CMYK value is (32,0,33,19).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 19.22%
CMYK:
(32,0,33,19)
C32M0Y33K19 
(32%,0%,33%,19%)
(0.32/0.00/0.33/0.19)	

CMYK percentages

%32.04
%0
%32.52
%19.22

Codes

Color #8CCE8B in popluar color models

8CCE8B
RGB140206139
HSL119°40.61%67.65%
HSB/HSV119°32.52%80.78%
CMYK32.04%0.00%32.52%
19.22%

Color #8CCE8B in popluar number systems.

HEX8CCE8B
Decimal140206139
Binary100011001100111010001011
Octal214316213

Shades and tints

Shades of #8CCE8B

#8CCE8B
(140,206,139)
#80BC7F
(128,188,127)
#74AA73
(116,170,115)
#689867
(104,152,103)
#5C865B
(92,134,91)
#50744F
(80,116,79)
#446243
(68,98,67)
#385037
(56,80,55)
#2C3E2B
(44,62,43)
#202C1F
(32,44,31)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #8CCE8B

#8CCE8B
(140,206,139)
#96D295
(150,210,149)
#A0D69F
(160,214,159)
#AADAA9
(170,218,169)
#B4DEB3
(180,222,179)
#BEE2BD
(190,226,189)
#C8E6C7
(200,230,199)
#D2EAD1
(210,234,209)
#DCEEDB
(220,238,219)
#E6F2E5
(230,242,229)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCE8B color. Also use rgb(140,206,139) instead hex code.

Text Font Color

.myTextColor { color: #8CCE8B; }

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

This text font color is #8CCE8B.


Background Color

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

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

This div background color is #8CCE8B.


Border color

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

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

This div border color is #8CCE8B.


Opacity

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

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

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

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

This text has shadow with #8CCE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCE8B on black background.


Color preview on white background

This text has color #8CCE8B on white background.



Black color preview on #8CCE8B background

This text has black color on #8CCE8B background.


White color preview on #8CCE8B background

This text has white color on #8CCE8B background.