COLOR #8FD47E

HEX: #8FD47E
RGB: (143,212,126)

Color info

#8FD47E contains mainly green color. Web safe color of #8FD47E is #99CC66 (or #9C6).

RGB color model

#8FD47E color RGB value is (143,212,126).

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

RGB channels and saturation

R 143 of 255 = 56%
G 212 of 255 = 83%
B 126 of 255 = 49%

143
212
126

R + G + B ~ 63%. #8FD47E is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 212 + 126 = 481 (100%)
R 143 of 481 ~ 29.73%
G 212 of 481 ~ 44.07%
B 126 of 481 ~ 26.2%

%29.73
%44.07
%26.2

CMYK color model

#8FD47E color CMYK value is (33,0,41,17).

  • cyan value is 32.55%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 16.86%
CMYK:
(33,0,41,17)
C33M0Y41K17 
(33%,0%,41%,17%)
(0.33/0.00/0.41/0.17)	

CMYK percentages

%32.55
%0
%40.57
%16.86

Codes

Color #8FD47E in popluar color models

8FD47E
RGB143212126
HSL108°50.00%66.27%
HSB/HSV108°40.57%83.14%
CMYK32.55%0.00%40.57%
16.86%

Color #8FD47E in popluar number systems.

HEX8FD47E
Decimal143212126
Binary10001111110101001111110
Octal217324176

Shades and tints

Shades of #8FD47E

#8FD47E
(143,212,126)
#82C173
(130,193,115)
#75AE68
(117,174,104)
#689B5D
(104,155,93)
#5B8852
(91,136,82)
#4E7547
(78,117,71)
#41623C
(65,98,60)
#344F31
(52,79,49)
#273C26
(39,60,38)
#1A291B
(26,41,27)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #8FD47E

#8FD47E
(143,212,126)
#99D789
(153,215,137)
#A3DA94
(163,218,148)
#ADDD9F
(173,221,159)
#B7E0AA
(183,224,170)
#C1E3B5
(193,227,181)
#CBE6C0
(203,230,192)
#D5E9CB
(213,233,203)
#DFECD6
(223,236,214)
#E9EFE1
(233,239,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD47E; }

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

This text font color is #8FD47E.


Background Color

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

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

This div background color is #8FD47E.


Border color

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

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

This div border color is #8FD47E.


Opacity

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

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

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

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

This text has shadow with #8FD47E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD47E on black background.


Color preview on white background

This text has color #8FD47E on white background.



Black color preview on #8FD47E background

This text has black color on #8FD47E background.


White color preview on #8FD47E background

This text has white color on #8FD47E background.