COLOR #8FD98C

HEX: #8FD98C RGB: (143,217,140)

Color info

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

RGB color model

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

RGB: (143,217,140) (56%, 85%, 55%)

RGB channels and saturation

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

143
217
140

R + G + B ~ 65%. #8FD98C is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 217 + 140 = 500 (100%)
R 143 of 500 ~ 28.6%
G 217 of 500 ~ 43.4%
B 140 of 500 ~ 28'%

%28.6
%43.4
%28

CMYK color model

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

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

CMYK percentages

%34.1
%0
%35.48
%14.9

Codes

Color #8FD98C in popluar color models

8F D9 8C
RGB 143 217 140
HSL 118° 50.33% 70.00%
HSB/HSV 118° 35.48% 85.10%
CMYK 34.10% 0.00% 35.48%
14.90%

Color #8FD98C in popluar number systems.

HEX 8F D9 8C
Decimal 143 217 140
Binary 10001111 11011001 10001100
Octal 217 331 214

Shades and tints

Shades of #8FD98C

#8FD98C
(143,217,140)
#82C680
(130,198,128)
#75B374
(117,179,116)
#68A068
(104,160,104)
#5B8D5C
(91,141,92)
#4E7A50
(78,122,80)
#416744
(65,103,68)
#345438
(52,84,56)
#27412C
(39,65,44)
#1A2E20
(26,46,32)
#0D1B14
(13,27,20)
#000000
(0,0,0)

Tints of #8FD98C

#8FD98C
(143,217,140)
#99DC96
(153,220,150)
#A3DFA0
(163,223,160)
#ADE2AA
(173,226,170)
#B7E5B4
(183,229,180)
#C1E8BE
(193,232,190)
#CBEBC8
(203,235,200)
#D5EED2
(213,238,210)
#DFF1DC
(223,241,220)
#E9F4E6
(233,244,230)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FD98C; }

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

This text font color is #8FD98C.

Background Color

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

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

This div background color is #8FD98C.

Border color

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

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

This div border color is #8FD98C.

Opacity

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

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

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

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

This text has shadow with #8FD98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FD98C.

Preview

Color preview on black background

This text has color #8FD98C on black background.


Color preview on white background

This text has color #8FD98C on white background.


Black color preview on #8FD98C background

This text has black color on #8FD98C background.


White color preview on #8FD98C background

This text has white color on #8FD98C background.


Related colors

Complementary color

Complementary color for #hex is #702673.


I love getcolorcode.com

Triadic colors

1 #8C8FD9 and #D98C8F with #8FD98C are triadic colors.

2 #8CD98F and #D98F8C with #8FD98C are triadic colors.