COLOR #8BC87D

HEX: #8BC87D RGB: (139,200,125)

Color info

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

RGB color model

#8BC87D color RGB value is (139,200,125).

RGB: (139,200,125) (55%, 78%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 200 of 255 = 78%
B 125 of 255 = 49%

139
200
125

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

Portions of RGB colors in percentages

R + G + B = 139 + 200 + 125 = 464 (100%)
R 139 of 464 ~ 29.96%
G 200 of 464 ~ 43.1%
B 125 of 464 ~ 26.94'%

%29.96
%43.1
%26.94

CMYK color model

#8BC87D color CMYK value is (31,0,38,22).

  • cyan value is 30.50%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 21.57%

CMYK: (31,0,38,22)
C31M0Y38K22 (31%, 0%, 38%, 22%)
(0.31 / 0.00 / 0.38 / 0.22)

CMYK percentages

%30.5
%0
%37.5
%21.57

Codes

Color #8BC87D in popluar color models

8B C8 7D
RGB 139 200 125
HSL 109° 40.54% 63.73%
HSB/HSV 109° 37.50% 78.43%
CMYK 30.50% 0.00% 37.50%
21.57%

Color #8BC87D in popluar number systems.

HEX 8B C8 7D
Decimal 139 200 125
Binary 10001011 11001000 1111101
Octal 213 310 175

Shades and tints

Shades of #8BC87D

#8BC87D
(139,200,125)
#7FB672
(127,182,114)
#73A467
(115,164,103)
#67925C
(103,146,92)
#5B8051
(91,128,81)
#4F6E46
(79,110,70)
#435C3B
(67,92,59)
#374A30
(55,74,48)
#2B3825
(43,56,37)
#1F261A
(31,38,26)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #8BC87D

#8BC87D
(139,200,125)
#95CD88
(149,205,136)
#9FD293
(159,210,147)
#A9D79E
(169,215,158)
#B3DCA9
(179,220,169)
#BDE1B4
(189,225,180)
#C7E6BF
(199,230,191)
#D1EBCA
(209,235,202)
#DBF0D5
(219,240,213)
#E5F5E0
(229,245,224)
#EFFAEB
(239,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC87D color. Also use rgb(139,200,125) instead hex code.

Text Font Color

.myTextColor { color: #8BC87D; }

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

This text font color is #8BC87D.

Background Color

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

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

This div background color is #8BC87D.

Border color

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

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

This div border color is #8BC87D.

Opacity

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

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

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

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

This text has shadow with #8BC87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BC87D.

Preview

Color preview on black background

This text has color #8BC87D on black background.


Color preview on white background

This text has color #8BC87D on white background.


Black color preview on #8BC87D background

This text has black color on #8BC87D background.


White color preview on #8BC87D background

This text has white color on #8BC87D background.


Related colors

Complementary color

Complementary color for #hex is #743782.


I love getcolorcode.com

Triadic colors

1 #7D8BC8 and #C87D8B with #8BC87D are triadic colors.

2 #7DC88B and #C88B7D with #8BC87D are triadic colors.