COLOR #8BB586

HEX: #8BB586
RGB: (139,181,134)

Color info

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

RGB color model

#8BB586 color RGB value is (139,181,134).

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

RGB channels and saturation

R 139 of 255 = 55%
G 181 of 255 = 71%
B 134 of 255 = 53%

139
181
134

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

Portions of RGB colors in percentages

R + G + B =
139 + 181 + 134 = 454 (100%)
R 139 of 454 ~ 30.62%
G 181 of 454 ~ 39.87%
B 134 of 454 ~ 29.52%

%30.62
%39.87
%29.52

CMYK color model

#8BB586 color CMYK value is (23,0,26,29).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 25.97%
  • key color value is 29.02%
CMYK:
(23,0,26,29)
C23M0Y26K29 
(23%,0%,26%,29%)
(0.23/0.00/0.26/0.29)	

CMYK percentages

%23.2
%0
%25.97
%29.02

Codes

Color #8BB586 in popluar color models

8BB586
RGB139181134
HSL114°24.10%61.76%
HSB/HSV114°25.97%70.98%
CMYK23.20%0.00%25.97%
29.02%

Color #8BB586 in popluar number systems.

HEX8BB586
Decimal139181134
Binary100010111011010110000110
Octal213265206

Shades and tints

Shades of #8BB586

#8BB586
(139,181,134)
#7FA57A
(127,165,122)
#73956E
(115,149,110)
#678562
(103,133,98)
#5B7556
(91,117,86)
#4F654A
(79,101,74)
#43553E
(67,85,62)
#374532
(55,69,50)
#2B3526
(43,53,38)
#1F251A
(31,37,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #8BB586

#8BB586
(139,181,134)
#95BB91
(149,187,145)
#9FC19C
(159,193,156)
#A9C7A7
(169,199,167)
#B3CDB2
(179,205,178)
#BDD3BD
(189,211,189)
#C7D9C8
(199,217,200)
#D1DFD3
(209,223,211)
#DBE5DE
(219,229,222)
#E5EBE9
(229,235,233)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB586; }

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

This text font color is #8BB586.


Background Color

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

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

This div background color is #8BB586.


Border color

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

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

This div border color is #8BB586.


Opacity

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

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

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

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

This text has shadow with #8BB586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB586 on black background.


Color preview on white background

This text has color #8BB586 on white background.



Black color preview on #8BB586 background

This text has black color on #8BB586 background.


White color preview on #8BB586 background

This text has white color on #8BB586 background.