COLOR #8BB49B

HEX: #8BB49B
RGB: (139,180,155)

Color info

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

RGB color model

#8BB49B color RGB value is (139,180,155).

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

RGB channels and saturation

R 139 of 255 = 55%
G 180 of 255 = 71%
B 155 of 255 = 61%

139
180
155

R + G + B ~ 62%. #8BB49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 180 + 155 = 474 (100%)
R 139 of 474 ~ 29.32%
G 180 of 474 ~ 37.97%
B 155 of 474 ~ 32.7%

%29.32
%37.97
%32.7

CMYK color model

#8BB49B color CMYK value is (23,0,14,29).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 29.41%
CMYK:
(23,0,14,29)
C23M0Y14K29 
(23%,0%,14%,29%)
(0.23/0.00/0.14/0.29)	

CMYK percentages

%22.78
%0
%13.89
%29.41

Codes

Color #8BB49B in popluar color models

8BB49B
RGB139180155
HSL143°21.47%62.55%
HSB/HSV143°22.78%70.59%
CMYK22.78%0.00%13.89%
29.41%

Color #8BB49B in popluar number systems.

HEX8BB49B
Decimal139180155
Binary100010111011010010011011
Octal213264233

Shades and tints

Shades of #8BB49B

#8BB49B
(139,180,155)
#7FA48D
(127,164,141)
#73947F
(115,148,127)
#678471
(103,132,113)
#5B7463
(91,116,99)
#4F6455
(79,100,85)
#435447
(67,84,71)
#374439
(55,68,57)
#2B342B
(43,52,43)
#1F241D
(31,36,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #8BB49B

#8BB49B
(139,180,155)
#95BAA4
(149,186,164)
#9FC0AD
(159,192,173)
#A9C6B6
(169,198,182)
#B3CCBF
(179,204,191)
#BDD2C8
(189,210,200)
#C7D8D1
(199,216,209)
#D1DEDA
(209,222,218)
#DBE4E3
(219,228,227)
#E5EAEC
(229,234,236)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB49B; }

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

This text font color is #8BB49B.


Background Color

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

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

This div background color is #8BB49B.


Border color

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

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

This div border color is #8BB49B.


Opacity

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

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

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

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

This text has shadow with #8BB49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB49B on black background.


Color preview on white background

This text has color #8BB49B on white background.



Black color preview on #8BB49B background

This text has black color on #8BB49B background.


White color preview on #8BB49B background

This text has white color on #8BB49B background.