COLOR #8BA59D

HEX: #8BA59D
RGB: (139,165,157)

Color info

#8BA59D contains red, green and blue colors in about the same proportion. Web safe color of #8BA59D is #999999 (or #999).

RGB color model

#8BA59D color RGB value is (139,165,157).

  • red value is 139;
  • green value is 165;
  • blue value is 157.
RGB:
(139,165,157)
(55%,65%,62%)

RGB channels and saturation

R 139 of 255 = 55%
G 165 of 255 = 65%
B 157 of 255 = 62%

139
165
157

R + G + B ~ 61%. #8BA59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
139 + 165 + 157 = 461 (100%)
R 139 of 461 ~ 30.15%
G 165 of 461 ~ 35.79%
B 157 of 461 ~ 34.06%

%30.15
%35.79
%34.06

CMYK color model

#8BA59D color CMYK value is (16,0,5,35).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 35.29%
CMYK:
(16,0,5,35)
C16M0Y5K35 
(16%,0%,5%,35%)
(0.16/0.00/0.05/0.35)	

CMYK percentages

%15.76
%0
%4.85
%35.29

Codes

Color #8BA59D in popluar color models

8BA59D
RGB139165157
HSL162°12.62%59.61%
HSB/HSV162°15.76%64.71%
CMYK15.76%0.00%4.85%
35.29%

Color #8BA59D in popluar number systems.

HEX8BA59D
Decimal139165157
Binary100010111010010110011101
Octal213245235

Shades and tints

Shades of #8BA59D

#8BA59D
(139,165,157)
#7F968F
(127,150,143)
#738781
(115,135,129)
#677873
(103,120,115)
#5B6965
(91,105,101)
#4F5A57
(79,90,87)
#434B49
(67,75,73)
#373C3B
(55,60,59)
#2B2D2D
(43,45,45)
#1F1E1F
(31,30,31)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #8BA59D

#8BA59D
(139,165,157)
#95ADA5
(149,173,165)
#9FB5AD
(159,181,173)
#A9BDB5
(169,189,181)
#B3C5BD
(179,197,189)
#BDCDC5
(189,205,197)
#C7D5CD
(199,213,205)
#D1DDD5
(209,221,213)
#DBE5DD
(219,229,221)
#E5EDE5
(229,237,229)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA59D color. Also use rgb(139,165,157) instead hex code.

Text Font Color

.myTextColor { color: #8BA59D; }

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

This text font color is #8BA59D.


Background Color

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

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

This div background color is #8BA59D.


Border color

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

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

This div border color is #8BA59D.


Opacity

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

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

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

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

This text has shadow with #8BA59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA59D on black background.


Color preview on white background

This text has color #8BA59D on white background.



Black color preview on #8BA59D background

This text has black color on #8BA59D background.


White color preview on #8BA59D background

This text has white color on #8BA59D background.