COLOR #8BA779

HEX: #8BA779
RGB: (139,167,121)

Color info

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

RGB color model

#8BA779 color RGB value is (139,167,121).

  • red value is 139;
  • green value is 167;
  • blue value is 121.
RGB:
(139,167,121)
(55%,65%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 167 of 255 = 65%
B 121 of 255 = 47%

139
167
121

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

Portions of RGB colors in percentages

R + G + B =
139 + 167 + 121 = 427 (100%)
R 139 of 427 ~ 32.55%
G 167 of 427 ~ 39.11%
B 121 of 427 ~ 28.34%

%32.55
%39.11
%28.34

CMYK color model

#8BA779 color CMYK value is (17,0,28,35).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 34.51%
CMYK:
(17,0,28,35)
C17M0Y28K35 
(17%,0%,28%,35%)
(0.17/0.00/0.28/0.35)	

CMYK percentages

%16.77
%0
%27.54
%34.51

Codes

Color #8BA779 in popluar color models

8BA779
RGB139167121
HSL97°20.72%56.47%
HSB/HSV97°27.54%65.49%
CMYK16.77%0.00%27.54%
34.51%

Color #8BA779 in popluar number systems.

HEX8BA779
Decimal139167121
Binary10001011101001111111001
Octal213247171

Shades and tints

Shades of #8BA779

#8BA779
(139,167,121)
#7F986E
(127,152,110)
#738963
(115,137,99)
#677A58
(103,122,88)
#5B6B4D
(91,107,77)
#4F5C42
(79,92,66)
#434D37
(67,77,55)
#373E2C
(55,62,44)
#2B2F21
(43,47,33)
#1F2016
(31,32,22)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #8BA779

#8BA779
(139,167,121)
#95AF85
(149,175,133)
#9FB791
(159,183,145)
#A9BF9D
(169,191,157)
#B3C7A9
(179,199,169)
#BDCFB5
(189,207,181)
#C7D7C1
(199,215,193)
#D1DFCD
(209,223,205)
#DBE7D9
(219,231,217)
#E5EFE5
(229,239,229)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA779 color. Also use rgb(139,167,121) instead hex code.

Text Font Color

.myTextColor { color: #8BA779; }

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

This text font color is #8BA779.


Background Color

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

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

This div background color is #8BA779.


Border color

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

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

This div border color is #8BA779.


Opacity

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

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

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

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

This text has shadow with #8BA779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA779 on black background.


Color preview on white background

This text has color #8BA779 on white background.



Black color preview on #8BA779 background

This text has black color on #8BA779 background.


White color preview on #8BA779 background

This text has white color on #8BA779 background.