COLOR #8BB784

HEX: #8BB784
RGB: (139,183,132)

Color info

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

RGB color model

#8BB784 color RGB value is (139,183,132).

  • red value is 139;
  • green value is 183;
  • blue value is 132.
RGB:
(139,183,132)
(55%,72%,52%)

RGB channels and saturation

R 139 of 255 = 55%
G 183 of 255 = 72%
B 132 of 255 = 52%

139
183
132

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

Portions of RGB colors in percentages

R + G + B =
139 + 183 + 132 = 454 (100%)
R 139 of 454 ~ 30.62%
G 183 of 454 ~ 40.31%
B 132 of 454 ~ 29.07%

%30.62
%40.31
%29.07

CMYK color model

#8BB784 color CMYK value is (24,0,28,28).

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 27.87%
  • key color value is 28.24%
CMYK:
(24,0,28,28)
C24M0Y28K28 
(24%,0%,28%,28%)
(0.24/0.00/0.28/0.28)	

CMYK percentages

%24.04
%0
%27.87
%28.24

Codes

Color #8BB784 in popluar color models

8BB784
RGB139183132
HSL112°26.15%61.76%
HSB/HSV112°27.87%71.76%
CMYK24.04%0.00%27.87%
28.24%

Color #8BB784 in popluar number systems.

HEX8BB784
Decimal139183132
Binary100010111011011110000100
Octal213267204

Shades and tints

Shades of #8BB784

#8BB784
(139,183,132)
#7FA778
(127,167,120)
#73976C
(115,151,108)
#678760
(103,135,96)
#5B7754
(91,119,84)
#4F6748
(79,103,72)
#43573C
(67,87,60)
#374730
(55,71,48)
#2B3724
(43,55,36)
#1F2718
(31,39,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #8BB784

#8BB784
(139,183,132)
#95BD8F
(149,189,143)
#9FC39A
(159,195,154)
#A9C9A5
(169,201,165)
#B3CFB0
(179,207,176)
#BDD5BB
(189,213,187)
#C7DBC6
(199,219,198)
#D1E1D1
(209,225,209)
#DBE7DC
(219,231,220)
#E5EDE7
(229,237,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB784 color. Also use rgb(139,183,132) instead hex code.

Text Font Color

.myTextColor { color: #8BB784; }

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

This text font color is #8BB784.


Background Color

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

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

This div background color is #8BB784.


Border color

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

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

This div border color is #8BB784.


Opacity

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

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

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

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

This text has shadow with #8BB784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB784 on black background.


Color preview on white background

This text has color #8BB784 on white background.



Black color preview on #8BB784 background

This text has black color on #8BB784 background.


White color preview on #8BB784 background

This text has white color on #8BB784 background.