COLOR #8BBB76

HEX: #8BBB76
RGB: (139,187,118)

Color info

#8BBB76 contains mainly red and green colors. Web safe color of #8BBB76 is #99CC66 (or #9C6).

RGB color model

#8BBB76 color RGB value is (139,187,118).

  • red value is 139;
  • green value is 187;
  • blue value is 118.
RGB:
(139,187,118)
(55%,73%,46%)

RGB channels and saturation

R 139 of 255 = 55%
G 187 of 255 = 73%
B 118 of 255 = 46%

139
187
118

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

Portions of RGB colors in percentages

R + G + B =
139 + 187 + 118 = 444 (100%)
R 139 of 444 ~ 31.31%
G 187 of 444 ~ 42.12%
B 118 of 444 ~ 26.58%

%31.31
%42.12
%26.58

CMYK color model

#8BBB76 color CMYK value is (26,0,37,27).

  • cyan value is 25.67%
  • magenta value is 0.00%
  • yellow value is 36.90%
  • key color value is 26.67%
CMYK:
(26,0,37,27)
C26M0Y37K27 
(26%,0%,37%,27%)
(0.26/0.00/0.37/0.27)	

CMYK percentages

%25.67
%0
%36.9
%26.67

Codes

Color #8BBB76 in popluar color models

8BBB76
RGB139187118
HSL102°33.66%59.80%
HSB/HSV102°36.90%73.33%
CMYK25.67%0.00%36.90%
26.67%

Color #8BBB76 in popluar number systems.

HEX8BBB76
Decimal139187118
Binary10001011101110111110110
Octal213273166

Shades and tints

Shades of #8BBB76

#8BBB76
(139,187,118)
#7FAA6C
(127,170,108)
#739962
(115,153,98)
#678858
(103,136,88)
#5B774E
(91,119,78)
#4F6644
(79,102,68)
#43553A
(67,85,58)
#374430
(55,68,48)
#2B3326
(43,51,38)
#1F221C
(31,34,28)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #8BBB76

#8BBB76
(139,187,118)
#95C182
(149,193,130)
#9FC78E
(159,199,142)
#A9CD9A
(169,205,154)
#B3D3A6
(179,211,166)
#BDD9B2
(189,217,178)
#C7DFBE
(199,223,190)
#D1E5CA
(209,229,202)
#DBEBD6
(219,235,214)
#E5F1E2
(229,241,226)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BBB76 color. Also use rgb(139,187,118) instead hex code.

Text Font Color

.myTextColor { color: #8BBB76; }

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

This text font color is #8BBB76.


Background Color

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

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

This div background color is #8BBB76.


Border color

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

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

This div border color is #8BBB76.


Opacity

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

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

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

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

This text has shadow with #8BBB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BBB76 on black background.


Color preview on white background

This text has color #8BBB76 on white background.



Black color preview on #8BBB76 background

This text has black color on #8BBB76 background.


White color preview on #8BBB76 background

This text has white color on #8BBB76 background.