COLOR #8BB47A

HEX: #8BB47A
RGB: (139,180,122)

Color info

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

RGB color model

#8BB47A color RGB value is (139,180,122).

  • red value is 139;
  • green value is 180;
  • blue value is 122.
RGB:
(139,180,122)
(55%,71%,48%)

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 122 of 255 = 48%

139
180
122

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

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 122 = 441 (100%)
R 139 of 441 ~ 31.52%
G 180 of 441 ~ 40.82%
B 122 of 441 ~ 27.66%

%31.52
%40.82
%27.66

CMYK color model

#8BB47A color CMYK value is (23,0,32,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 29.41%
CMYK:
(23,0,32,29)
C23M0Y32K29 
(23%,0%,32%,29%)
(0.23/0.00/0.32/0.29)	

CMYK percentages

%22.78
%0
%32.22
%29.41

Codes

Color #8BB47A in popluar color models

8BB47A
RGB139180122
HSL102°27.88%59.22%
HSB/HSV102°32.22%70.59%
CMYK22.78%0.00%32.22%
29.41%

Color #8BB47A in popluar number systems.

HEX8BB47A
Decimal139180122
Binary10001011101101001111010
Octal213264172

Shades and tints

Shades of #8BB47A

#8BB47A
(139,180,122)
#7FA46F
(127,164,111)
#739464
(115,148,100)
#678459
(103,132,89)
#5B744E
(91,116,78)
#4F6443
(79,100,67)
#435438
(67,84,56)
#37442D
(55,68,45)
#2B3422
(43,52,34)
#1F2417
(31,36,23)
#13140C
(19,20,12)
#000000
(0,0,0)

Tints of #8BB47A

#8BB47A
(139,180,122)
#95BA86
(149,186,134)
#9FC092
(159,192,146)
#A9C69E
(169,198,158)
#B3CCAA
(179,204,170)
#BDD2B6
(189,210,182)
#C7D8C2
(199,216,194)
#D1DECE
(209,222,206)
#DBE4DA
(219,228,218)
#E5EAE6
(229,234,230)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BB47A color. Also use rgb(139,180,122) instead hex code.

Text Font Color

.myTextColor { color: #8BB47A; }

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

This text font color is #8BB47A.


Background Color

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

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

This div background color is #8BB47A.


Border color

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

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

This div border color is #8BB47A.


Opacity

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

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

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

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

This text has shadow with #8BB47A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB47A on black background.


Color preview on white background

This text has color #8BB47A on white background.



Black color preview on #8BB47A background

This text has black color on #8BB47A background.


White color preview on #8BB47A background

This text has white color on #8BB47A background.