COLOR #8BAD5F

HEX: #8BAD5F
RGB: (139,173,95)

Color info

#8BAD5F contains mainly red and green colors. Web safe color of #8BAD5F is #999966 (or #996).

RGB color model

#8BAD5F color RGB value is (139,173,95).

  • red value is 139;
  • green value is 173;
  • blue value is 95.
RGB:
(139,173,95)
(55%,68%,37%)

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 95 of 255 = 37%

139
173
95

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

Portions of RGB colors in percentages

R + G + B =
139 + 173 + 95 = 407 (100%)
R 139 of 407 ~ 34.15%
G 173 of 407 ~ 42.51%
B 95 of 407 ~ 23.34%

%34.15
%42.51
%23.34

CMYK color model

#8BAD5F color CMYK value is (20,0,45,32).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(20,0,45,32)
C20M0Y45K32 
(20%,0%,45%,32%)
(0.20/0.00/0.45/0.32)	

CMYK percentages

%19.65
%0
%45.09
%32.16

Codes

Color #8BAD5F in popluar color models

8BAD5F
RGB13917395
HSL86°32.23%52.55%
HSB/HSV86°45.09%67.84%
CMYK19.65%0.00%45.09%
32.16%

Color #8BAD5F in popluar number systems.

HEX8BAD5F
Decimal13917395
Binary10001011101011011011111
Octal213255137

Shades and tints

Shades of #8BAD5F

#8BAD5F
(139,173,95)
#7F9E57
(127,158,87)
#738F4F
(115,143,79)
#678047
(103,128,71)
#5B713F
(91,113,63)
#4F6237
(79,98,55)
#43532F
(67,83,47)
#374427
(55,68,39)
#2B351F
(43,53,31)
#1F2617
(31,38,23)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #8BAD5F

#8BAD5F
(139,173,95)
#95B46D
(149,180,109)
#9FBB7B
(159,187,123)
#A9C289
(169,194,137)
#B3C997
(179,201,151)
#BDD0A5
(189,208,165)
#C7D7B3
(199,215,179)
#D1DEC1
(209,222,193)
#DBE5CF
(219,229,207)
#E5ECDD
(229,236,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAD5F color. Also use rgb(139,173,95) instead hex code.

Text Font Color

.myTextColor { color: #8BAD5F; }

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

This text font color is #8BAD5F.


Background Color

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

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

This div background color is #8BAD5F.


Border color

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

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

This div border color is #8BAD5F.


Opacity

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

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

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

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

This text has shadow with #8BAD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAD5F on black background.


Color preview on white background

This text has color #8BAD5F on white background.



Black color preview on #8BAD5F background

This text has black color on #8BAD5F background.


White color preview on #8BAD5F background

This text has white color on #8BAD5F background.