COLOR #8BC680

HEX: #8BC680 RGB: (139,198,128)

Color info

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

RGB color model

#8BC680 color RGB value is (139,198,128).

RGB: (139,198,128) (55%, 78%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 198 of 255 = 78%
B 128 of 255 = 50%

139
198
128

R + G + B ~ 61%. #8BC680 is quite light color.

Portions of RGB colors in percentages

R + G + B = 139 + 198 + 128 = 465 (100%)
R 139 of 465 ~ 29.89%
G 198 of 465 ~ 42.58%
B 128 of 465 ~ 27.53'%

%29.89
%42.58
%27.53

CMYK color model

#8BC680 color CMYK value is (30,0,35,22).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 22.35%

CMYK: (30,0,35,22)
C30M0Y35K22 (30%, 0%, 35%, 22%)
(0.30 / 0.00 / 0.35 / 0.22)

CMYK percentages

%29.8
%0
%35.35
%22.35

Codes

Color #8BC680 in popluar color models

8B C6 80
RGB 139 198 128
HSL 111° 38.04% 63.92%
HSB/HSV 111° 35.35% 77.65%
CMYK 29.80% 0.00% 35.35%
22.35%

Color #8BC680 in popluar number systems.

HEX 8B C6 80
Decimal 139 198 128
Binary 10001011 11000110 10000000
Octal 213 306 200

Shades and tints

Shades of #8BC680

#8BC680
(139,198,128)
#7FB475
(127,180,117)
#73A26A
(115,162,106)
#67905F
(103,144,95)
#5B7E54
(91,126,84)
#4F6C49
(79,108,73)
#435A3E
(67,90,62)
#374833
(55,72,51)
#2B3628
(43,54,40)
#1F241D
(31,36,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #8BC680

#8BC680
(139,198,128)
#95CB8B
(149,203,139)
#9FD096
(159,208,150)
#A9D5A1
(169,213,161)
#B3DAAC
(179,218,172)
#BDDFB7
(189,223,183)
#C7E4C2
(199,228,194)
#D1E9CD
(209,233,205)
#DBEED8
(219,238,216)
#E5F3E3
(229,243,227)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC680; }

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

This text font color is #8BC680.

Background Color

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

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

This div background color is #8BC680.

Border color

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

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

This div border color is #8BC680.

Opacity

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

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

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

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

This text has shadow with #8BC680 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC680.

Preview

Color preview on black background

This text has color #8BC680 on black background.


Color preview on white background

This text has color #8BC680 on white background.


Black color preview on #8BC680 background

This text has black color on #8BC680 background.


White color preview on #8BC680 background

This text has white color on #8BC680 background.


Related colors

Complementary color

Complementary color for #hex is #74397F.


I love getcolorcode.com

Triadic colors

1 #808BC6 and #C6808B with #8BC680 are triadic colors.

2 #80C68B and #C68B80 with #8BC680 are triadic colors.