COLOR #8BAD78

HEX: #8BAD78 RGB: (139,173,120)

Color info

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

RGB color model

#8BAD78 color RGB value is (139,173,120).

RGB: (139,173,120) (55%, 68%, 47%)

RGB channels and saturation

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

139
173
120

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

Portions of RGB colors in percentages

R + G + B = 139 + 173 + 120 = 432 (100%)
R 139 of 432 ~ 32.18%
G 173 of 432 ~ 40.05%
B 120 of 432 ~ 27.78'%

%32.18
%40.05
%27.78

CMYK color model

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

  • cyan value is 19.65%
  • magenta value is 0.00%
  • yellow value is 30.64%
  • 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
%30.64
%32.16

Codes

Color #8BAD78 in popluar color models

8B AD 78
RGB 139 173 120
HSL 98° 24.42% 57.45%
HSB/HSV 98° 30.64% 67.84%
CMYK 19.65% 0.00% 30.64%
32.16%

Color #8BAD78 in popluar number systems.

HEX 8B AD 78
Decimal 139 173 120
Binary 10001011 10101101 1111000
Octal 213 255 170

Shades and tints

Shades of #8BAD78

#8BAD78
(139,173,120)
#7F9E6E
(127,158,110)
#738F64
(115,143,100)
#67805A
(103,128,90)
#5B7150
(91,113,80)
#4F6246
(79,98,70)
#43533C
(67,83,60)
#374432
(55,68,50)
#2B3528
(43,53,40)
#1F261E
(31,38,30)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #8BAD78

#8BAD78
(139,173,120)
#95B484
(149,180,132)
#9FBB90
(159,187,144)
#A9C29C
(169,194,156)
#B3C9A8
(179,201,168)
#BDD0B4
(189,208,180)
#C7D7C0
(199,215,192)
#D1DECC
(209,222,204)
#DBE5D8
(219,229,216)
#E5ECE4
(229,236,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BAD78; }

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

This text font color is #8BAD78.

Background Color

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

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

This div background color is #8BAD78.

Border color

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

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

This div border color is #8BAD78.

Opacity

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

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

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

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

This text has shadow with #8BAD78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8BAD78.

Preview

Color preview on black background

This text has color #8BAD78 on black background.


Color preview on white background

This text has color #8BAD78 on white background.


Black color preview on #8BAD78 background

This text has black color on #8BAD78 background.


White color preview on #8BAD78 background

This text has white color on #8BAD78 background.


Related colors

Complementary color

Complementary color for #hex is #745287.


I love getcolorcode.com

Triadic colors

1 #788BAD and #AD788B with #8BAD78 are triadic colors.

2 #78AD8B and #AD8B78 with #8BAD78 are triadic colors.