COLOR #8FAB70

HEX: #8FAB70
RGB: (143,171,112)

Color info

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

RGB color model

#8FAB70 color RGB value is (143,171,112).

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

RGB channels and saturation

R 143 of 255 = 56%
G 171 of 255 = 67%
B 112 of 255 = 44%

143
171
112

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

Portions of RGB colors in percentages

R + G + B =
143 + 171 + 112 = 426 (100%)
R 143 of 426 ~ 33.57%
G 171 of 426 ~ 40.14%
B 112 of 426 ~ 26.29%

%33.57
%40.14
%26.29

CMYK color model

#8FAB70 color CMYK value is (16,0,35,33).

  • cyan value is 16.37%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 32.94%
CMYK:
(16,0,35,33)
C16M0Y35K33 
(16%,0%,35%,33%)
(0.16/0.00/0.35/0.33)	

CMYK percentages

%16.37
%0
%34.5
%32.94

Codes

Color #8FAB70 in popluar color models

8FAB70
RGB143171112
HSL88°25.99%55.49%
HSB/HSV88°34.50%67.06%
CMYK16.37%0.00%34.50%
32.94%

Color #8FAB70 in popluar number systems.

HEX8FAB70
Decimal143171112
Binary10001111101010111110000
Octal217253160

Shades and tints

Shades of #8FAB70

#8FAB70
(143,171,112)
#829C66
(130,156,102)
#758D5C
(117,141,92)
#687E52
(104,126,82)
#5B6F48
(91,111,72)
#4E603E
(78,96,62)
#415134
(65,81,52)
#34422A
(52,66,42)
#273320
(39,51,32)
#1A2416
(26,36,22)
#0D150C
(13,21,12)
#000000
(0,0,0)

Tints of #8FAB70

#8FAB70
(143,171,112)
#99B27D
(153,178,125)
#A3B98A
(163,185,138)
#ADC097
(173,192,151)
#B7C7A4
(183,199,164)
#C1CEB1
(193,206,177)
#CBD5BE
(203,213,190)
#D5DCCB
(213,220,203)
#DFE3D8
(223,227,216)
#E9EAE5
(233,234,229)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FAB70; }

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

This text font color is #8FAB70.


Background Color

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

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

This div background color is #8FAB70.


Border color

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

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

This div border color is #8FAB70.


Opacity

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

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

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

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

This text has shadow with #8FAB70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAB70 on black background.


Color preview on white background

This text has color #8FAB70 on white background.



Black color preview on #8FAB70 background

This text has black color on #8FAB70 background.


White color preview on #8FAB70 background

This text has white color on #8FAB70 background.