COLOR #8FB06F

HEX: #8FB06F
RGB: (143,176,111)

Color info

#8FB06F contains mainly red and green colors. Web safe color of #8FB06F is #999966 (or #996).

RGB color model

#8FB06F color RGB value is (143,176,111).

  • red value is 143;
  • green value is 176;
  • blue value is 111.
RGB:
(143,176,111)
(56%,69%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 111 of 255 = 44%

143
176
111

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

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 111 = 430 (100%)
R 143 of 430 ~ 33.26%
G 176 of 430 ~ 40.93%
B 111 of 430 ~ 25.81%

%33.26
%40.93
%25.81

CMYK color model

#8FB06F color CMYK value is (19,0,37,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 36.93%
  • key color value is 30.98%
CMYK:
(19,0,37,31)
C19M0Y37K31 
(19%,0%,37%,31%)
(0.19/0.00/0.37/0.31)	

CMYK percentages

%18.75
%0
%36.93
%30.98

Codes

Color #8FB06F in popluar color models

8FB06F
RGB143176111
HSL90°29.15%56.27%
HSB/HSV90°36.93%69.02%
CMYK18.75%0.00%36.93%
30.98%

Color #8FB06F in popluar number systems.

HEX8FB06F
Decimal143176111
Binary10001111101100001101111
Octal217260157

Shades and tints

Shades of #8FB06F

#8FB06F
(143,176,111)
#82A065
(130,160,101)
#75905B
(117,144,91)
#688051
(104,128,81)
#5B7047
(91,112,71)
#4E603D
(78,96,61)
#415033
(65,80,51)
#344029
(52,64,41)
#27301F
(39,48,31)
#1A2015
(26,32,21)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8FB06F

#8FB06F
(143,176,111)
#99B77C
(153,183,124)
#A3BE89
(163,190,137)
#ADC596
(173,197,150)
#B7CCA3
(183,204,163)
#C1D3B0
(193,211,176)
#CBDABD
(203,218,189)
#D5E1CA
(213,225,202)
#DFE8D7
(223,232,215)
#E9EFE4
(233,239,228)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB06F color. Also use rgb(143,176,111) instead hex code.

Text Font Color

.myTextColor { color: #8FB06F; }

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

This text font color is #8FB06F.


Background Color

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

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

This div background color is #8FB06F.


Border color

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

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

This div border color is #8FB06F.


Opacity

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

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

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

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

This text has shadow with #8FB06F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB06F on black background.


Color preview on white background

This text has color #8FB06F on white background.



Black color preview on #8FB06F background

This text has black color on #8FB06F background.


White color preview on #8FB06F background

This text has white color on #8FB06F background.