COLOR #8BB587

HEX: #8BB587
RGB: (139,181,135)

Color info

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

RGB color model

#8BB587 color RGB value is (139,181,135).

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

RGB channels and saturation

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

139
181
135

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

Portions of RGB colors in percentages

R + G + B =
139 + 181 + 135 = 455 (100%)
R 139 of 455 ~ 30.55%
G 181 of 455 ~ 39.78%
B 135 of 455 ~ 29.67%

%30.55
%39.78
%29.67

CMYK color model

#8BB587 color CMYK value is (23,0,25,29).

  • cyan value is 23.20%
  • magenta value is 0.00%
  • yellow value is 25.41%
  • key color value is 29.02%
CMYK:
(23,0,25,29)
C23M0Y25K29 
(23%,0%,25%,29%)
(0.23/0.00/0.25/0.29)	

CMYK percentages

%23.2
%0
%25.41
%29.02

Codes

Color #8BB587 in popluar color models

8BB587
RGB139181135
HSL115°23.71%61.96%
HSB/HSV115°25.41%70.98%
CMYK23.20%0.00%25.41%
29.02%

Color #8BB587 in popluar number systems.

HEX8BB587
Decimal139181135
Binary100010111011010110000111
Octal213265207

Shades and tints

Shades of #8BB587

#8BB587
(139,181,135)
#7FA57B
(127,165,123)
#73956F
(115,149,111)
#678563
(103,133,99)
#5B7557
(91,117,87)
#4F654B
(79,101,75)
#43553F
(67,85,63)
#374533
(55,69,51)
#2B3527
(43,53,39)
#1F251B
(31,37,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #8BB587

#8BB587
(139,181,135)
#95BB91
(149,187,145)
#9FC19B
(159,193,155)
#A9C7A5
(169,199,165)
#B3CDAF
(179,205,175)
#BDD3B9
(189,211,185)
#C7D9C3
(199,217,195)
#D1DFCD
(209,223,205)
#DBE5D7
(219,229,215)
#E5EBE1
(229,235,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB587; }

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

This text font color is #8BB587.


Background Color

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

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

This div background color is #8BB587.


Border color

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

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

This div border color is #8BB587.


Opacity

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

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

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

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

This text has shadow with #8BB587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB587 on black background.


Color preview on white background

This text has color #8BB587 on white background.



Black color preview on #8BB587 background

This text has black color on #8BB587 background.


White color preview on #8BB587 background

This text has white color on #8BB587 background.