COLOR #8FBC7F

HEX: #8FBC7F
RGB: (143,188,127)

Color info

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

RGB color model

#8FBC7F color RGB value is (143,188,127).

  • red value is 143;
  • green value is 188;
  • blue value is 127.
RGB:
(143,188,127)
(56%,74%,50%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 127 of 255 = 50%

143
188
127

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

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 127 = 458 (100%)
R 143 of 458 ~ 31.22%
G 188 of 458 ~ 41.05%
B 127 of 458 ~ 27.73%

%31.22
%41.05
%27.73

CMYK color model

#8FBC7F color CMYK value is (24,0,32,26).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 32.45%
  • key color value is 26.27%
CMYK:
(24,0,32,26)
C24M0Y32K26 
(24%,0%,32%,26%)
(0.24/0.00/0.32/0.26)	

CMYK percentages

%23.94
%0
%32.45
%26.27

Codes

Color #8FBC7F in popluar color models

8FBC7F
RGB143188127
HSL104°31.28%61.76%
HSB/HSV104°32.45%73.73%
CMYK23.94%0.00%32.45%
26.27%

Color #8FBC7F in popluar number systems.

HEX8FBC7F
Decimal143188127
Binary10001111101111001111111
Octal217274177

Shades and tints

Shades of #8FBC7F

#8FBC7F
(143,188,127)
#82AB74
(130,171,116)
#759A69
(117,154,105)
#68895E
(104,137,94)
#5B7853
(91,120,83)
#4E6748
(78,103,72)
#41563D
(65,86,61)
#344532
(52,69,50)
#273427
(39,52,39)
#1A231C
(26,35,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #8FBC7F

#8FBC7F
(143,188,127)
#99C28A
(153,194,138)
#A3C895
(163,200,149)
#ADCEA0
(173,206,160)
#B7D4AB
(183,212,171)
#C1DAB6
(193,218,182)
#CBE0C1
(203,224,193)
#D5E6CC
(213,230,204)
#DFECD7
(223,236,215)
#E9F2E2
(233,242,226)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBC7F color. Also use rgb(143,188,127) instead hex code.

Text Font Color

.myTextColor { color: #8FBC7F; }

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

This text font color is #8FBC7F.


Background Color

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

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

This div background color is #8FBC7F.


Border color

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

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

This div border color is #8FBC7F.


Opacity

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

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

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

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

This text has shadow with #8FBC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBC7F on black background.


Color preview on white background

This text has color #8FBC7F on white background.



Black color preview on #8FBC7F background

This text has black color on #8FBC7F background.


White color preview on #8FBC7F background

This text has white color on #8FBC7F background.