COLOR #8CCE82

HEX: #8CCE82
RGB: (140,206,130)

Color info

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

RGB color model

#8CCE82 color RGB value is (140,206,130).

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

RGB channels and saturation

R 140 of 255 = 55%
G 206 of 255 = 81%
B 130 of 255 = 51%

140
206
130

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

Portions of RGB colors in percentages

R + G + B =
140 + 206 + 130 = 476 (100%)
R 140 of 476 ~ 29.41%
G 206 of 476 ~ 43.28%
B 130 of 476 ~ 27.31%

%29.41
%43.28
%27.31

CMYK color model

#8CCE82 color CMYK value is (32,0,37,19).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 19.22%
CMYK:
(32,0,37,19)
C32M0Y37K19 
(32%,0%,37%,19%)
(0.32/0.00/0.37/0.19)	

CMYK percentages

%32.04
%0
%36.89
%19.22

Codes

Color #8CCE82 in popluar color models

8CCE82
RGB140206130
HSL112°43.68%65.88%
HSB/HSV112°36.89%80.78%
CMYK32.04%0.00%36.89%
19.22%

Color #8CCE82 in popluar number systems.

HEX8CCE82
Decimal140206130
Binary100011001100111010000010
Octal214316202

Shades and tints

Shades of #8CCE82

#8CCE82
(140,206,130)
#80BC77
(128,188,119)
#74AA6C
(116,170,108)
#689861
(104,152,97)
#5C8656
(92,134,86)
#50744B
(80,116,75)
#446240
(68,98,64)
#385035
(56,80,53)
#2C3E2A
(44,62,42)
#202C1F
(32,44,31)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #8CCE82

#8CCE82
(140,206,130)
#96D28D
(150,210,141)
#A0D698
(160,214,152)
#AADAA3
(170,218,163)
#B4DEAE
(180,222,174)
#BEE2B9
(190,226,185)
#C8E6C4
(200,230,196)
#D2EACF
(210,234,207)
#DCEEDA
(220,238,218)
#E6F2E5
(230,242,229)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCE82; }

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

This text font color is #8CCE82.


Background Color

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

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

This div background color is #8CCE82.


Border color

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

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

This div border color is #8CCE82.


Opacity

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

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

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

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

This text has shadow with #8CCE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCE82 on black background.


Color preview on white background

This text has color #8CCE82 on white background.



Black color preview on #8CCE82 background

This text has black color on #8CCE82 background.


White color preview on #8CCE82 background

This text has white color on #8CCE82 background.