COLOR #8FC586

HEX: #8FC586
RGB: (143,197,134)

Color info

#8FC586 contains mainly red and green colors. Web safe color of #8FC586 is #99CC99 (or #9C9).

RGB color model

#8FC586 color RGB value is (143,197,134).

  • red value is 143;
  • green value is 197;
  • blue value is 134.
RGB:
(143,197,134)
(56%,77%,53%)

RGB channels and saturation

R 143 of 255 = 56%
G 197 of 255 = 77%
B 134 of 255 = 53%

143
197
134

R + G + B ~ 62%. #8FC586 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 197 + 134 = 474 (100%)
R 143 of 474 ~ 30.17%
G 197 of 474 ~ 41.56%
B 134 of 474 ~ 28.27%

%30.17
%41.56
%28.27

CMYK color model

#8FC586 color CMYK value is (27,0,32,23).

  • cyan value is 27.41%
  • magenta value is 0.00%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(27,0,32,23)
C27M0Y32K23 
(27%,0%,32%,23%)
(0.27/0.00/0.32/0.23)	

CMYK percentages

%27.41
%0
%31.98
%22.75

Codes

Color #8FC586 in popluar color models

8FC586
RGB143197134
HSL111°35.20%64.90%
HSB/HSV111°31.98%77.25%
CMYK27.41%0.00%31.98%
22.75%

Color #8FC586 in popluar number systems.

HEX8FC586
Decimal143197134
Binary100011111100010110000110
Octal217305206

Shades and tints

Shades of #8FC586

#8FC586
(143,197,134)
#82B47A
(130,180,122)
#75A36E
(117,163,110)
#689262
(104,146,98)
#5B8156
(91,129,86)
#4E704A
(78,112,74)
#415F3E
(65,95,62)
#344E32
(52,78,50)
#273D26
(39,61,38)
#1A2C1A
(26,44,26)
#0D1B0E
(13,27,14)
#000000
(0,0,0)

Tints of #8FC586

#8FC586
(143,197,134)
#99CA91
(153,202,145)
#A3CF9C
(163,207,156)
#ADD4A7
(173,212,167)
#B7D9B2
(183,217,178)
#C1DEBD
(193,222,189)
#CBE3C8
(203,227,200)
#D5E8D3
(213,232,211)
#DFEDDE
(223,237,222)
#E9F2E9
(233,242,233)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC586 color. Also use rgb(143,197,134) instead hex code.

Text Font Color

.myTextColor { color: #8FC586; }

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

This text font color is #8FC586.


Background Color

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

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

This div background color is #8FC586.


Border color

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

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

This div border color is #8FC586.


Opacity

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

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

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

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

This text has shadow with #8FC586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC586 on black background.


Color preview on white background

This text has color #8FC586 on white background.



Black color preview on #8FC586 background

This text has black color on #8FC586 background.


White color preview on #8FC586 background

This text has white color on #8FC586 background.