COLOR #8FB776

HEX: #8FB776
RGB: (143,183,118)

Color info

#8FB776 contains mainly red and green colors. Web safe color of #8FB776 is #99CC66 (or #9C6).

RGB color model

#8FB776 color RGB value is (143,183,118).

  • red value is 143;
  • green value is 183;
  • blue value is 118.
RGB:
(143,183,118)
(56%,72%,46%)

RGB channels and saturation

R 143 of 255 = 56%
G 183 of 255 = 72%
B 118 of 255 = 46%

143
183
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 183 + 118 = 444 (100%)
R 143 of 444 ~ 32.21%
G 183 of 444 ~ 41.22%
B 118 of 444 ~ 26.58%

%32.21
%41.22
%26.58

CMYK color model

#8FB776 color CMYK value is (22,0,36,28).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(22,0,36,28)
C22M0Y36K28 
(22%,0%,36%,28%)
(0.22/0.00/0.36/0.28)	

CMYK percentages

%21.86
%0
%35.52
%28.24

Codes

Color #8FB776 in popluar color models

8FB776
RGB143183118
HSL97°31.10%59.02%
HSB/HSV97°35.52%71.76%
CMYK21.86%0.00%35.52%
28.24%

Color #8FB776 in popluar number systems.

HEX8FB776
Decimal143183118
Binary10001111101101111110110
Octal217267166

Shades and tints

Shades of #8FB776

#8FB776
(143,183,118)
#82A76C
(130,167,108)
#759762
(117,151,98)
#688758
(104,135,88)
#5B774E
(91,119,78)
#4E6744
(78,103,68)
#41573A
(65,87,58)
#344730
(52,71,48)
#273726
(39,55,38)
#1A271C
(26,39,28)
#0D1712
(13,23,18)
#000000
(0,0,0)

Tints of #8FB776

#8FB776
(143,183,118)
#99BD82
(153,189,130)
#A3C38E
(163,195,142)
#ADC99A
(173,201,154)
#B7CFA6
(183,207,166)
#C1D5B2
(193,213,178)
#CBDBBE
(203,219,190)
#D5E1CA
(213,225,202)
#DFE7D6
(223,231,214)
#E9EDE2
(233,237,226)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB776 color. Also use rgb(143,183,118) instead hex code.

Text Font Color

.myTextColor { color: #8FB776; }

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

This text font color is #8FB776.


Background Color

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

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

This div background color is #8FB776.


Border color

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

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

This div border color is #8FB776.


Opacity

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

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

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

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

This text has shadow with #8FB776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB776 on black background.


Color preview on white background

This text has color #8FB776 on white background.



Black color preview on #8FB776 background

This text has black color on #8FB776 background.


White color preview on #8FB776 background

This text has white color on #8FB776 background.