COLOR #8FC99F

HEX: #8FC99F
RGB: (143,201,159)

Color info

#8FC99F contains red, green and blue colors in about the same proportion. Web safe color of #8FC99F is #99CC99 (or #9C9).

RGB color model

#8FC99F color RGB value is (143,201,159).

  • red value is 143;
  • green value is 201;
  • blue value is 159.
RGB:
(143,201,159)
(56%,79%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 159 of 255 = 62%

143
201
159

R + G + B ~ 66%. #8FC99F is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 159 = 503 (100%)
R 143 of 503 ~ 28.43%
G 201 of 503 ~ 39.96%
B 159 of 503 ~ 31.61%

%28.43
%39.96
%31.61

CMYK color model

#8FC99F color CMYK value is (29,0,21,21).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 21.18%
CMYK:
(29,0,21,21)
C29M0Y21K21 
(29%,0%,21%,21%)
(0.29/0.00/0.21/0.21)	

CMYK percentages

%28.86
%0
%20.9
%21.18

Codes

Color #8FC99F in popluar color models

8FC99F
RGB143201159
HSL137°34.94%67.45%
HSB/HSV137°28.86%78.82%
CMYK28.86%0.00%20.90%
21.18%

Color #8FC99F in popluar number systems.

HEX8FC99F
Decimal143201159
Binary100011111100100110011111
Octal217311237

Shades and tints

Shades of #8FC99F

#8FC99F
(143,201,159)
#82B791
(130,183,145)
#75A583
(117,165,131)
#689375
(104,147,117)
#5B8167
(91,129,103)
#4E6F59
(78,111,89)
#415D4B
(65,93,75)
#344B3D
(52,75,61)
#27392F
(39,57,47)
#1A2721
(26,39,33)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #8FC99F

#8FC99F
(143,201,159)
#99CDA7
(153,205,167)
#A3D1AF
(163,209,175)
#ADD5B7
(173,213,183)
#B7D9BF
(183,217,191)
#C1DDC7
(193,221,199)
#CBE1CF
(203,225,207)
#D5E5D7
(213,229,215)
#DFE9DF
(223,233,223)
#E9EDE7
(233,237,231)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC99F color. Also use rgb(143,201,159) instead hex code.

Text Font Color

.myTextColor { color: #8FC99F; }

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

This text font color is #8FC99F.


Background Color

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

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

This div background color is #8FC99F.


Border color

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

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

This div border color is #8FC99F.


Opacity

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

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

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

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

This text has shadow with #8FC99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC99F on black background.


Color preview on white background

This text has color #8FC99F on white background.



Black color preview on #8FC99F background

This text has black color on #8FC99F background.


White color preview on #8FC99F background

This text has white color on #8FC99F background.