COLOR #8FDF8D

HEX: #8FDF8D
RGB: (143,223,141)

Color info

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

RGB color model

#8FDF8D color RGB value is (143,223,141).

  • red value is 143;
  • green value is 223;
  • blue value is 141.
RGB:
(143,223,141)
(56%,87%,55%)

RGB channels and saturation

R 143 of 255 = 56%
G 223 of 255 = 87%
B 141 of 255 = 55%

143
223
141

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

Portions of RGB colors in percentages

R + G + B =
143 + 223 + 141 = 507 (100%)
R 143 of 507 ~ 28.21%
G 223 of 507 ~ 43.98%
B 141 of 507 ~ 27.81%

%28.21
%43.98
%27.81

CMYK color model

#8FDF8D color CMYK value is (36,0,37,13).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 12.55%
CMYK:
(36,0,37,13)
C36M0Y37K13 
(36%,0%,37%,13%)
(0.36/0.00/0.37/0.13)	

CMYK percentages

%35.87
%0
%36.77
%12.55

Codes

Color #8FDF8D in popluar color models

8FDF8D
RGB143223141
HSL119°56.16%71.37%
HSB/HSV119°36.77%87.45%
CMYK35.87%0.00%36.77%
12.55%

Color #8FDF8D in popluar number systems.

HEX8FDF8D
Decimal143223141
Binary100011111101111110001101
Octal217337215

Shades and tints

Shades of #8FDF8D

#8FDF8D
(143,223,141)
#82CB81
(130,203,129)
#75B775
(117,183,117)
#68A369
(104,163,105)
#5B8F5D
(91,143,93)
#4E7B51
(78,123,81)
#416745
(65,103,69)
#345339
(52,83,57)
#273F2D
(39,63,45)
#1A2B21
(26,43,33)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #8FDF8D

#8FDF8D
(143,223,141)
#99E197
(153,225,151)
#A3E3A1
(163,227,161)
#ADE5AB
(173,229,171)
#B7E7B5
(183,231,181)
#C1E9BF
(193,233,191)
#CBEBC9
(203,235,201)
#D5EDD3
(213,237,211)
#DFEFDD
(223,239,221)
#E9F1E7
(233,241,231)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDF8D; }

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

This text font color is #8FDF8D.


Background Color

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

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

This div background color is #8FDF8D.


Border color

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

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

This div border color is #8FDF8D.


Opacity

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

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

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

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

This text has shadow with #8FDF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDF8D on black background.


Color preview on white background

This text has color #8FDF8D on white background.



Black color preview on #8FDF8D background

This text has black color on #8FDF8D background.


White color preview on #8FDF8D background

This text has white color on #8FDF8D background.