COLOR #8BCC80

HEX: #8BCC80
RGB: (139,204,128)

Color info

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

RGB color model

#8BCC80 color RGB value is (139,204,128).

  • red value is 139;
  • green value is 204;
  • blue value is 128.
RGB:
(139,204,128)
(55%,80%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 204 of 255 = 80%
B 128 of 255 = 50%

139
204
128

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

Portions of RGB colors in percentages

R + G + B =
139 + 204 + 128 = 471 (100%)
R 139 of 471 ~ 29.51%
G 204 of 471 ~ 43.31%
B 128 of 471 ~ 27.18%

%29.51
%43.31
%27.18

CMYK color model

#8BCC80 color CMYK value is (32,0,37,20).

  • cyan value is 31.86%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(32,0,37,20)
C32M0Y37K20 
(32%,0%,37%,20%)
(0.32/0.00/0.37/0.20)	

CMYK percentages

%31.86
%0
%37.25
%20

Codes

Color #8BCC80 in popluar color models

8BCC80
RGB139204128
HSL111°42.70%65.10%
HSB/HSV111°37.25%80.00%
CMYK31.86%0.00%37.25%
20.00%

Color #8BCC80 in popluar number systems.

HEX8BCC80
Decimal139204128
Binary100010111100110010000000
Octal213314200

Shades and tints

Shades of #8BCC80

#8BCC80
(139,204,128)
#7FBA75
(127,186,117)
#73A86A
(115,168,106)
#67965F
(103,150,95)
#5B8454
(91,132,84)
#4F7249
(79,114,73)
#43603E
(67,96,62)
#374E33
(55,78,51)
#2B3C28
(43,60,40)
#1F2A1D
(31,42,29)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #8BCC80

#8BCC80
(139,204,128)
#95D08B
(149,208,139)
#9FD496
(159,212,150)
#A9D8A1
(169,216,161)
#B3DCAC
(179,220,172)
#BDE0B7
(189,224,183)
#C7E4C2
(199,228,194)
#D1E8CD
(209,232,205)
#DBECD8
(219,236,216)
#E5F0E3
(229,240,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BCC80 color. Also use rgb(139,204,128) instead hex code.

Text Font Color

.myTextColor { color: #8BCC80; }

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

This text font color is #8BCC80.


Background Color

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

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

This div background color is #8BCC80.


Border color

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

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

This div border color is #8BCC80.


Opacity

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

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

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

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

This text has shadow with #8BCC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BCC80 on black background.


Color preview on white background

This text has color #8BCC80 on white background.



Black color preview on #8BCC80 background

This text has black color on #8BCC80 background.


White color preview on #8BCC80 background

This text has white color on #8BCC80 background.