COLOR #8BB79B

HEX: #8BB79B
RGB: (139,183,155)

Color info

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

RGB color model

#8BB79B color RGB value is (139,183,155).

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

RGB channels and saturation

R 139 of 255 = 55%
G 183 of 255 = 72%
B 155 of 255 = 61%

139
183
155

R + G + B ~ 63%. #8BB79B is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 183 + 155 = 477 (100%)
R 139 of 477 ~ 29.14%
G 183 of 477 ~ 38.36%
B 155 of 477 ~ 32.49%

%29.14
%38.36
%32.49

CMYK color model

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

  • cyan value is 24.04%
  • magenta value is 0.00%
  • yellow value is 15.30%
  • key color value is 28.24%
CMYK:
(24,0,15,28)
C24M0Y15K28 
(24%,0%,15%,28%)
(0.24/0.00/0.15/0.28)	

CMYK percentages

%24.04
%0
%15.3
%28.24

Codes

Color #8BB79B in popluar color models

8BB79B
RGB139183155
HSL142°23.40%63.14%
HSB/HSV142°24.04%71.76%
CMYK24.04%0.00%15.30%
28.24%

Color #8BB79B in popluar number systems.

HEX8BB79B
Decimal139183155
Binary100010111011011110011011
Octal213267233

Shades and tints

Shades of #8BB79B

#8BB79B
(139,183,155)
#7FA78D
(127,167,141)
#73977F
(115,151,127)
#678771
(103,135,113)
#5B7763
(91,119,99)
#4F6755
(79,103,85)
#435747
(67,87,71)
#374739
(55,71,57)
#2B372B
(43,55,43)
#1F271D
(31,39,29)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #8BB79B

#8BB79B
(139,183,155)
#95BDA4
(149,189,164)
#9FC3AD
(159,195,173)
#A9C9B6
(169,201,182)
#B3CFBF
(179,207,191)
#BDD5C8
(189,213,200)
#C7DBD1
(199,219,209)
#D1E1DA
(209,225,218)
#DBE7E3
(219,231,227)
#E5EDEC
(229,237,236)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BB79B; }

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

This text font color is #8BB79B.


Background Color

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

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

This div background color is #8BB79B.


Border color

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

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

This div border color is #8BB79B.


Opacity

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

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

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

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

This text has shadow with #8BB79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BB79B on black background.


Color preview on white background

This text has color #8BB79B on white background.



Black color preview on #8BB79B background

This text has black color on #8BB79B background.


White color preview on #8BB79B background

This text has white color on #8BB79B background.