COLOR #8FD98F

HEX: #8FD98F
RGB: (143,217,143)

Color info

#8FD98F contains mainly green color. Web safe color of #8FD98F is #99CC99 (or #9C9).

RGB color model

#8FD98F color RGB value is (143,217,143).

  • red value is 143;
  • green value is 217;
  • blue value is 143.
RGB:
(143,217,143)
(56%,85%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 217 of 255 = 85%
B 143 of 255 = 56%

143
217
143

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

Portions of RGB colors in percentages

R + G + B =
143 + 217 + 143 = 503 (100%)
R 143 of 503 ~ 28.43%
G 217 of 503 ~ 43.14%
B 143 of 503 ~ 28.43%

%28.43
%43.14
%28.43

CMYK color model

#8FD98F color CMYK value is (34,0,34,15).

  • cyan value is 34.10%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 14.90%
CMYK:
(34,0,34,15)
C34M0Y34K15 
(34%,0%,34%,15%)
(0.34/0.00/0.34/0.15)	

CMYK percentages

%34.1
%0
%34.1
%14.9

Codes

Color #8FD98F in popluar color models

8FD98F
RGB143217143
HSL120°49.33%70.59%
HSB/HSV120°34.10%85.10%
CMYK34.10%0.00%34.10%
14.90%

Color #8FD98F in popluar number systems.

HEX8FD98F
Decimal143217143
Binary100011111101100110001111
Octal217331217

Shades and tints

Shades of #8FD98F

#8FD98F
(143,217,143)
#82C682
(130,198,130)
#75B375
(117,179,117)
#68A068
(104,160,104)
#5B8D5B
(91,141,91)
#4E7A4E
(78,122,78)
#416741
(65,103,65)
#345434
(52,84,52)
#274127
(39,65,39)
#1A2E1A
(26,46,26)
#0D1B0D
(13,27,13)
#000000
(0,0,0)

Tints of #8FD98F

#8FD98F
(143,217,143)
#99DC99
(153,220,153)
#A3DFA3
(163,223,163)
#ADE2AD
(173,226,173)
#B7E5B7
(183,229,183)
#C1E8C1
(193,232,193)
#CBEBCB
(203,235,203)
#D5EED5
(213,238,213)
#DFF1DF
(223,241,223)
#E9F4E9
(233,244,233)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD98F; }

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

This text font color is #8FD98F.


Background Color

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

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

This div background color is #8FD98F.


Border color

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

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

This div border color is #8FD98F.


Opacity

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

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

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

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

This text has shadow with #8FD98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FD98F on black background.


Color preview on white background

This text has color #8FD98F on white background.



Black color preview on #8FD98F background

This text has black color on #8FD98F background.


White color preview on #8FD98F background

This text has white color on #8FD98F background.