COLOR #8BAD77

HEX: #8BAD77
RGB: (139,173,119)

Color info

#8BAD77 contains red, green and blue colors in about the same proportion. Web safe color of #8BAD77 is #999966 (or #996).

RGB color model

#8BAD77 color RGB value is (139,173,119).

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

RGB channels and saturation

R 139 of 255 = 55%
G 173 of 255 = 68%
B 119 of 255 = 47%

139
173
119

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

Portions of RGB colors in percentages

R + G + B =
139 + 173 + 119 = 431 (100%)
R 139 of 431 ~ 32.25%
G 173 of 431 ~ 40.14%
B 119 of 431 ~ 27.61%

%32.25
%40.14
%27.61

CMYK color model

#8BAD77 color CMYK value is (20,0,31,32).

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 31.21%
  • key color value is 32.16%
CMYK:
(20,0,31,32)
C20M0Y31K32 
(20%,0%,31%,32%)
(0.20/0.00/0.31/0.32)	

CMYK percentages

%19.65
%0
%31.21
%32.16

Codes

Color #8BAD77 in popluar color models

8BAD77
RGB139173119
HSL98°24.77%57.25%
HSB/HSV98°31.21%67.84%
CMYK19.65%0.00%31.21%
32.16%

Color #8BAD77 in popluar number systems.

HEX8BAD77
Decimal139173119
Binary10001011101011011110111
Octal213255167

Shades and tints

Shades of #8BAD77

#8BAD77
(139,173,119)
#7F9E6D
(127,158,109)
#738F63
(115,143,99)
#678059
(103,128,89)
#5B714F
(91,113,79)
#4F6245
(79,98,69)
#43533B
(67,83,59)
#374431
(55,68,49)
#2B3527
(43,53,39)
#1F261D
(31,38,29)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #8BAD77

#8BAD77
(139,173,119)
#95B483
(149,180,131)
#9FBB8F
(159,187,143)
#A9C29B
(169,194,155)
#B3C9A7
(179,201,167)
#BDD0B3
(189,208,179)
#C7D7BF
(199,215,191)
#D1DECB
(209,222,203)
#DBE5D7
(219,229,215)
#E5ECE3
(229,236,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAD77; }

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

This text font color is #8BAD77.


Background Color

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

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

This div background color is #8BAD77.


Border color

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

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

This div border color is #8BAD77.


Opacity

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

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

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

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

This text has shadow with #8BAD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAD77 on black background.


Color preview on white background

This text has color #8BAD77 on white background.



Black color preview on #8BAD77 background

This text has black color on #8BAD77 background.


White color preview on #8BAD77 background

This text has white color on #8BAD77 background.