COLOR #8BB59D

HEX: #8BB59D
RGB: (139,181,157)

Color info

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

RGB color model

#8BB59D color RGB value is (139,181,157).

  • red value is 139;
  • green value is 181;
  • blue value is 157.
RGB:
(139,181,157)
(55%,71%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 181 of 255 = 71%
B 157 of 255 = 62%

139
181
157

R + G + B ~ 63%. #8BB59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 181 + 157 = 477 (100%)
R 139 of 477 ~ 29.14%
G 181 of 477 ~ 37.95%
B 157 of 477 ~ 32.91%

%29.14
%37.95
%32.91

CMYK color model

#8BB59D color CMYK value is (23,0,13,29).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(23,0,13,29)
C23M0Y13K29 
(23%,0%,13%,29%)
(0.23/0.00/0.13/0.29)	

CMYK percentages

%23.2
%0
%13.26
%29.02

Codes

Color #8BB59D in popluar color models

8BB59D
RGB139181157
HSL146°22.11%62.75%
HSB/HSV146°23.20%70.98%
CMYK23.20%0.00%13.26%
29.02%

Color #8BB59D in popluar number systems.

HEX8BB59D
Decimal139181157
Binary100010111011010110011101
Octal213265235

Shades and tints

Shades of #8BB59D

#8BB59D
(139,181,157)
#7FA58F
(127,165,143)
#739581
(115,149,129)
#678573
(103,133,115)
#5B7565
(91,117,101)
#4F6557
(79,101,87)
#435549
(67,85,73)
#37453B
(55,69,59)
#2B352D
(43,53,45)
#1F251F
(31,37,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #8BB59D

#8BB59D
(139,181,157)
#95BBA5
(149,187,165)
#9FC1AD
(159,193,173)
#A9C7B5
(169,199,181)
#B3CDBD
(179,205,189)
#BDD3C5
(189,211,197)
#C7D9CD
(199,217,205)
#D1DFD5
(209,223,213)
#DBE5DD
(219,229,221)
#E5EBE5
(229,235,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB59D; }

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

This text font color is #8BB59D.


Background Color

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

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

This div background color is #8BB59D.


Border color

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

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

This div border color is #8BB59D.


Opacity

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

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

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

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

This text has shadow with #8BB59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB59D on black background.


Color preview on white background

This text has color #8BB59D on white background.



Black color preview on #8BB59D background

This text has black color on #8BB59D background.


White color preview on #8BB59D background

This text has white color on #8BB59D background.