COLOR #8FCA7E

HEX: #8FCA7E
RGB: (143,202,126)

Color info

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

RGB color model

#8FCA7E color RGB value is (143,202,126).

  • red value is 143;
  • green value is 202;
  • blue value is 126.
RGB:
(143,202,126)
(56%,79%,49%)

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 126 of 255 = 49%

143
202
126

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

Portions of RGB colors in percentages

R + G + B =
143 + 202 + 126 = 471 (100%)
R 143 of 471 ~ 30.36%
G 202 of 471 ~ 42.89%
B 126 of 471 ~ 26.75%

%30.36
%42.89
%26.75

CMYK color model

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

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 37.62%
  • key color value is 20.78%
CMYK:
(29,0,38,21)
C29M0Y38K21 
(29%,0%,38%,21%)
(0.29/0.00/0.38/0.21)	

CMYK percentages

%29.21
%0
%37.62
%20.78

Codes

Color #8FCA7E in popluar color models

8FCA7E
RGB143202126
HSL107°41.76%64.31%
HSB/HSV107°37.62%79.22%
CMYK29.21%0.00%37.62%
20.78%

Color #8FCA7E in popluar number systems.

HEX8FCA7E
Decimal143202126
Binary10001111110010101111110
Octal217312176

Shades and tints

Shades of #8FCA7E

#8FCA7E
(143,202,126)
#82B873
(130,184,115)
#75A668
(117,166,104)
#68945D
(104,148,93)
#5B8252
(91,130,82)
#4E7047
(78,112,71)
#415E3C
(65,94,60)
#344C31
(52,76,49)
#273A26
(39,58,38)
#1A281B
(26,40,27)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #8FCA7E

#8FCA7E
(143,202,126)
#99CE89
(153,206,137)
#A3D294
(163,210,148)
#ADD69F
(173,214,159)
#B7DAAA
(183,218,170)
#C1DEB5
(193,222,181)
#CBE2C0
(203,226,192)
#D5E6CB
(213,230,203)
#DFEAD6
(223,234,214)
#E9EEE1
(233,238,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCA7E color. Also use rgb(143,202,126) instead hex code.

Text Font Color

.myTextColor { color: #8FCA7E; }

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

This text font color is #8FCA7E.


Background Color

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

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

This div background color is #8FCA7E.


Border color

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

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

This div border color is #8FCA7E.


Opacity

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

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

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

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

This text has shadow with #8FCA7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCA7E on black background.


Color preview on white background

This text has color #8FCA7E on white background.



Black color preview on #8FCA7E background

This text has black color on #8FCA7E background.


White color preview on #8FCA7E background

This text has white color on #8FCA7E background.