COLOR #8BA775

HEX: #8BA775
RGB: (139,167,117)

Color info

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

RGB color model

#8BA775 color RGB value is (139,167,117).

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

RGB channels and saturation

R 139 of 255 = 55%
G 167 of 255 = 65%
B 117 of 255 = 46%

139
167
117

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

Portions of RGB colors in percentages

R + G + B =
139 + 167 + 117 = 423 (100%)
R 139 of 423 ~ 32.86%
G 167 of 423 ~ 39.48%
B 117 of 423 ~ 27.66%

%32.86
%39.48
%27.66

CMYK color model

#8BA775 color CMYK value is (17,0,30,35).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(17,0,30,35)
C17M0Y30K35 
(17%,0%,30%,35%)
(0.17/0.00/0.30/0.35)	

CMYK percentages

%16.77
%0
%29.94
%34.51

Codes

Color #8BA775 in popluar color models

8BA775
RGB139167117
HSL94°22.12%55.69%
HSB/HSV94°29.94%65.49%
CMYK16.77%0.00%29.94%
34.51%

Color #8BA775 in popluar number systems.

HEX8BA775
Decimal139167117
Binary10001011101001111110101
Octal213247165

Shades and tints

Shades of #8BA775

#8BA775
(139,167,117)
#7F986B
(127,152,107)
#738961
(115,137,97)
#677A57
(103,122,87)
#5B6B4D
(91,107,77)
#4F5C43
(79,92,67)
#434D39
(67,77,57)
#373E2F
(55,62,47)
#2B2F25
(43,47,37)
#1F201B
(31,32,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #8BA775

#8BA775
(139,167,117)
#95AF81
(149,175,129)
#9FB78D
(159,183,141)
#A9BF99
(169,191,153)
#B3C7A5
(179,199,165)
#BDCFB1
(189,207,177)
#C7D7BD
(199,215,189)
#D1DFC9
(209,223,201)
#DBE7D5
(219,231,213)
#E5EFE1
(229,239,225)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BA775; }

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

This text font color is #8BA775.


Background Color

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

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

This div background color is #8BA775.


Border color

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

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

This div border color is #8BA775.


Opacity

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

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

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

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

This text has shadow with #8BA775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA775 on black background.


Color preview on white background

This text has color #8BA775 on white background.



Black color preview on #8BA775 background

This text has black color on #8BA775 background.


White color preview on #8BA775 background

This text has white color on #8BA775 background.