COLOR #8FC47F

HEX: #8FC47F
RGB: (143,196,127)

Color info

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

RGB color model

#8FC47F color RGB value is (143,196,127).

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

RGB channels and saturation

R 143 of 255 = 56%
G 196 of 255 = 77%
B 127 of 255 = 50%

143
196
127

R + G + B ~ 61%. #8FC47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 196 + 127 = 466 (100%)
R 143 of 466 ~ 30.69%
G 196 of 466 ~ 42.06%
B 127 of 466 ~ 27.25%

%30.69
%42.06
%27.25

CMYK color model

#8FC47F color CMYK value is (27,0,35,23).

  • cyan value is 27.04%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(27,0,35,23)
C27M0Y35K23 
(27%,0%,35%,23%)
(0.27/0.00/0.35/0.23)	

CMYK percentages

%27.04
%0
%35.2
%23.14

Codes

Color #8FC47F in popluar color models

8FC47F
RGB143196127
HSL106°36.90%63.33%
HSB/HSV106°35.20%76.86%
CMYK27.04%0.00%35.20%
23.14%

Color #8FC47F in popluar number systems.

HEX8FC47F
Decimal143196127
Binary10001111110001001111111
Octal217304177

Shades and tints

Shades of #8FC47F

#8FC47F
(143,196,127)
#82B374
(130,179,116)
#75A269
(117,162,105)
#68915E
(104,145,94)
#5B8053
(91,128,83)
#4E6F48
(78,111,72)
#415E3D
(65,94,61)
#344D32
(52,77,50)
#273C27
(39,60,39)
#1A2B1C
(26,43,28)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #8FC47F

#8FC47F
(143,196,127)
#99C98A
(153,201,138)
#A3CE95
(163,206,149)
#ADD3A0
(173,211,160)
#B7D8AB
(183,216,171)
#C1DDB6
(193,221,182)
#CBE2C1
(203,226,193)
#D5E7CC
(213,231,204)
#DFECD7
(223,236,215)
#E9F1E2
(233,241,226)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC47F; }

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

This text font color is #8FC47F.


Background Color

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

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

This div background color is #8FC47F.


Border color

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

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

This div border color is #8FC47F.


Opacity

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

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

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

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

This text has shadow with #8FC47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC47F on black background.


Color preview on white background

This text has color #8FC47F on white background.



Black color preview on #8FC47F background

This text has black color on #8FC47F background.


White color preview on #8FC47F background

This text has white color on #8FC47F background.