COLOR #8EDF8F

HEX: #8EDF8F
RGB: (142,223,143)

Color info

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

RGB color model

#8EDF8F color RGB value is (142,223,143).

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

RGB channels and saturation

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

142
223
143

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

Portions of RGB colors in percentages

R + G + B =
142 + 223 + 143 = 508 (100%)
R 142 of 508 ~ 27.95%
G 223 of 508 ~ 43.9%
B 143 of 508 ~ 28.15%

%27.95
%43.9
%28.15

CMYK color model

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

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 12.55%
CMYK:
(36,0,36,13)
C36M0Y36K13 
(36%,0%,36%,13%)
(0.36/0.00/0.36/0.13)	

CMYK percentages

%36.32
%0
%35.87
%12.55

Codes

Color #8EDF8F in popluar color models

8EDF8F
RGB142223143
HSL121°55.86%71.57%
HSB/HSV121°36.32%87.45%
CMYK36.32%0.00%35.87%
12.55%

Color #8EDF8F in popluar number systems.

HEX8EDF8F
Decimal142223143
Binary100011101101111110001111
Octal216337217

Shades and tints

Shades of #8EDF8F

#8EDF8F
(142,223,143)
#82CB82
(130,203,130)
#76B775
(118,183,117)
#6AA368
(106,163,104)
#5E8F5B
(94,143,91)
#527B4E
(82,123,78)
#466741
(70,103,65)
#3A5334
(58,83,52)
#2E3F27
(46,63,39)
#222B1A
(34,43,26)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #8EDF8F

#8EDF8F
(142,223,143)
#98E199
(152,225,153)
#A2E3A3
(162,227,163)
#ACE5AD
(172,229,173)
#B6E7B7
(182,231,183)
#C0E9C1
(192,233,193)
#CAEBCB
(202,235,203)
#D4EDD5
(212,237,213)
#DEEFDF
(222,239,223)
#E8F1E9
(232,241,233)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDF8F; }

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

This text font color is #8EDF8F.


Background Color

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

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

This div background color is #8EDF8F.


Border color

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

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

This div border color is #8EDF8F.


Opacity

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

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

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

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

This text has shadow with #8EDF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDF8F on black background.


Color preview on white background

This text has color #8EDF8F on white background.



Black color preview on #8EDF8F background

This text has black color on #8EDF8F background.


White color preview on #8EDF8F background

This text has white color on #8EDF8F background.