COLOR #8FDD93

HEX: #8FDD93
RGB: (143,221,147)

Color info

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

RGB color model

#8FDD93 color RGB value is (143,221,147).

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

RGB channels and saturation

R 143 of 255 = 56%
G 221 of 255 = 87%
B 147 of 255 = 58%

143
221
147

R + G + B ~ 67%. #8FDD93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 221 + 147 = 511 (100%)
R 143 of 511 ~ 27.98%
G 221 of 511 ~ 43.25%
B 147 of 511 ~ 28.77%

%27.98
%43.25
%28.77

CMYK color model

#8FDD93 color CMYK value is (35,0,33,13).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 13.33%
CMYK:
(35,0,33,13)
C35M0Y33K13 
(35%,0%,33%,13%)
(0.35/0.00/0.33/0.13)	

CMYK percentages

%35.29
%0
%33.48
%13.33

Codes

Color #8FDD93 in popluar color models

8FDD93
RGB143221147
HSL123°53.42%71.37%
HSB/HSV123°35.29%86.67%
CMYK35.29%0.00%33.48%
13.33%

Color #8FDD93 in popluar number systems.

HEX8FDD93
Decimal143221147
Binary100011111101110110010011
Octal217335223

Shades and tints

Shades of #8FDD93

#8FDD93
(143,221,147)
#82C986
(130,201,134)
#75B579
(117,181,121)
#68A16C
(104,161,108)
#5B8D5F
(91,141,95)
#4E7952
(78,121,82)
#416545
(65,101,69)
#345138
(52,81,56)
#273D2B
(39,61,43)
#1A291E
(26,41,30)
#0D1511
(13,21,17)
#000000
(0,0,0)

Tints of #8FDD93

#8FDD93
(143,221,147)
#99E09C
(153,224,156)
#A3E3A5
(163,227,165)
#ADE6AE
(173,230,174)
#B7E9B7
(183,233,183)
#C1ECC0
(193,236,192)
#CBEFC9
(203,239,201)
#D5F2D2
(213,242,210)
#DFF5DB
(223,245,219)
#E9F8E4
(233,248,228)
#F3FBED
(243,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FDD93; }

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

This text font color is #8FDD93.


Background Color

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

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

This div background color is #8FDD93.


Border color

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

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

This div border color is #8FDD93.


Opacity

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

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

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

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

This text has shadow with #8FDD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FDD93 on black background.


Color preview on white background

This text has color #8FDD93 on white background.



Black color preview on #8FDD93 background

This text has black color on #8FDD93 background.


White color preview on #8FDD93 background

This text has white color on #8FDD93 background.