COLOR #8FDD8E

HEX: #8FDD8E
RGB: (143,221,142)

Color info

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

RGB color model

#8FDD8E color RGB value is (143,221,142).

  • red value is 143;
  • green value is 221;
  • blue value is 142.
RGB:
(143,221,142)
(56%,87%,56%)

RGB channels and saturation

R 143 of 255 = 56%
G 221 of 255 = 87%
B 142 of 255 = 56%

143
221
142

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

Portions of RGB colors in percentages

R + G + B =
143 + 221 + 142 = 506 (100%)
R 143 of 506 ~ 28.26%
G 221 of 506 ~ 43.68%
B 142 of 506 ~ 28.06%

%28.26
%43.68
%28.06

CMYK color model

#8FDD8E color CMYK value is (35,0,36,13).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 35.75%
  • key color value is 13.33%
CMYK:
(35,0,36,13)
C35M0Y36K13 
(35%,0%,36%,13%)
(0.35/0.00/0.36/0.13)	

CMYK percentages

%35.29
%0
%35.75
%13.33

Codes

Color #8FDD8E in popluar color models

8FDD8E
RGB143221142
HSL119°53.74%71.18%
HSB/HSV119°35.75%86.67%
CMYK35.29%0.00%35.75%
13.33%

Color #8FDD8E in popluar number systems.

HEX8FDD8E
Decimal143221142
Binary100011111101110110001110
Octal217335216

Shades and tints

Shades of #8FDD8E

#8FDD8E
(143,221,142)
#82C982
(130,201,130)
#75B576
(117,181,118)
#68A16A
(104,161,106)
#5B8D5E
(91,141,94)
#4E7952
(78,121,82)
#416546
(65,101,70)
#34513A
(52,81,58)
#273D2E
(39,61,46)
#1A2922
(26,41,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #8FDD8E

#8FDD8E
(143,221,142)
#99E098
(153,224,152)
#A3E3A2
(163,227,162)
#ADE6AC
(173,230,172)
#B7E9B6
(183,233,182)
#C1ECC0
(193,236,192)
#CBEFCA
(203,239,202)
#D5F2D4
(213,242,212)
#DFF5DE
(223,245,222)
#E9F8E8
(233,248,232)
#F3FBF2
(243,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDD8E; }

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

This text font color is #8FDD8E.


Background Color

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

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

This div background color is #8FDD8E.


Border color

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

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

This div border color is #8FDD8E.


Opacity

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

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

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

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

This text has shadow with #8FDD8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDD8E on black background.


Color preview on white background

This text has color #8FDD8E on white background.



Black color preview on #8FDD8E background

This text has black color on #8FDD8E background.


White color preview on #8FDD8E background

This text has white color on #8FDD8E background.