COLOR #8FAB76

HEX: #8FAB76
RGB: (143,171,118)

Color info

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

RGB color model

#8FAB76 color RGB value is (143,171,118).

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

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 118 of 255 = 46%

143
171
118

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

Portions of RGB colors in percentages

R + G + B =
143 + 171 + 118 = 432 (100%)
R 143 of 432 ~ 33.1%
G 171 of 432 ~ 39.58%
B 118 of 432 ~ 27.31%

%33.1
%39.58
%27.31

CMYK color model

#8FAB76 color CMYK value is (16,0,31,33).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 32.94%
CMYK:
(16,0,31,33)
C16M0Y31K33 
(16%,0%,31%,33%)
(0.16/0.00/0.31/0.33)	

CMYK percentages

%16.37
%0
%30.99
%32.94

Codes

Color #8FAB76 in popluar color models

8FAB76
RGB143171118
HSL92°23.98%56.67%
HSB/HSV92°30.99%67.06%
CMYK16.37%0.00%30.99%
32.94%

Color #8FAB76 in popluar number systems.

HEX8FAB76
Decimal143171118
Binary10001111101010111110110
Octal217253166

Shades and tints

Shades of #8FAB76

#8FAB76
(143,171,118)
#829C6C
(130,156,108)
#758D62
(117,141,98)
#687E58
(104,126,88)
#5B6F4E
(91,111,78)
#4E6044
(78,96,68)
#41513A
(65,81,58)
#344230
(52,66,48)
#273326
(39,51,38)
#1A241C
(26,36,28)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #8FAB76

#8FAB76
(143,171,118)
#99B282
(153,178,130)
#A3B98E
(163,185,142)
#ADC09A
(173,192,154)
#B7C7A6
(183,199,166)
#C1CEB2
(193,206,178)
#CBD5BE
(203,213,190)
#D5DCCA
(213,220,202)
#DFE3D6
(223,227,214)
#E9EAE2
(233,234,226)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAB76; }

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

This text font color is #8FAB76.


Background Color

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

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

This div background color is #8FAB76.


Border color

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

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

This div border color is #8FAB76.


Opacity

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

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

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

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

This text has shadow with #8FAB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAB76 on black background.


Color preview on white background

This text has color #8FAB76 on white background.



Black color preview on #8FAB76 background

This text has black color on #8FAB76 background.


White color preview on #8FAB76 background

This text has white color on #8FAB76 background.