COLOR #8BB57F

HEX: #8BB57F RGB: (139,181,127)

Color info

#8BB57F contains red, green and blue colors in about the same proportion. Web safe color of #8BB57F is #99CC66 (or #9C6).

RGB color model

#8BB57F color RGB value is (139,181,127).

RGB: (139,181,127) (55%, 71%, 50%)

RGB channels and saturation

R 139 of 255 = 55%
G 181 of 255 = 71%
B 127 of 255 = 50%

139
181
127

R + G + B ~ 59%. #8BB57F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 139 + 181 + 127 = 447 (100%)
R 139 of 447 ~ 31.1%
G 181 of 447 ~ 40.49%
B 127 of 447 ~ 28.41'%

%31.1
%40.49
%28.41

CMYK color model

#8BB57F color CMYK value is (23,0,30,29).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 29.83%
  • key color value is 29.02%

CMYK: (23,0,30,29)
C23M0Y30K29 (23%, 0%, 30%, 29%)
(0.23 / 0.00 / 0.30 / 0.29)

CMYK percentages

%23.2
%0
%29.83
%29.02

Codes

Color #8BB57F in popluar color models

8B B5 7F
RGB 139 181 127
HSL 107° 26.73% 60.39%
HSB/HSV 107° 29.83% 70.98%
CMYK 23.20% 0.00% 29.83%
29.02%

Color #8BB57F in popluar number systems.

HEX 8B B5 7F
Decimal 139 181 127
Binary 10001011 10110101 1111111
Octal 213 265 177

Shades and tints

Shades of #8BB57F

#8BB57F
(139,181,127)
#7FA574
(127,165,116)
#739569
(115,149,105)
#67855E
(103,133,94)
#5B7553
(91,117,83)
#4F6548
(79,101,72)
#43553D
(67,85,61)
#374532
(55,69,50)
#2B3527
(43,53,39)
#1F251C
(31,37,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #8BB57F

#8BB57F
(139,181,127)
#95BB8A
(149,187,138)
#9FC195
(159,193,149)
#A9C7A0
(169,199,160)
#B3CDAB
(179,205,171)
#BDD3B6
(189,211,182)
#C7D9C1
(199,217,193)
#D1DFCC
(209,223,204)
#DBE5D7
(219,229,215)
#E5EBE2
(229,235,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB57F color. Also use rgb(139,181,127) instead hex code.

Text Font Color

.myTextColor { color: #8BB57F; }

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

This text font color is #8BB57F.

Background Color

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

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

This div background color is #8BB57F.

Border color

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

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

This div border color is #8BB57F.

Opacity

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

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

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

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

This text has shadow with #8BB57F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BB57F.

Preview

Color preview on black background

This text has color #8BB57F on black background.


Color preview on white background

This text has color #8BB57F on white background.


Black color preview on #8BB57F background

This text has black color on #8BB57F background.


White color preview on #8BB57F background

This text has white color on #8BB57F background.


Related colors

Complementary color

Complementary color for #hex is #744A80.


I love getcolorcode.com

Triadic colors

1 #7F8BB5 and #B57F8B with #8BB57F are triadic colors.

2 #7FB58B and #B58B7F with #8BB57F are triadic colors.