COLOR #8EDFA4

HEX: #8EDFA4
RGB: (142,223,164)

Color info

#8EDFA4 contains mainly green and blue colors. Web safe color of #8EDFA4 is #99CC99 (or #9C9).

RGB color model

#8EDFA4 color RGB value is (142,223,164).

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

RGB channels and saturation

R 142 of 255 = 56%
G 223 of 255 = 87%
B 164 of 255 = 64%

142
223
164

R + G + B ~ 69%. #8EDFA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 223 + 164 = 529 (100%)
R 142 of 529 ~ 26.84%
G 223 of 529 ~ 42.16%
B 164 of 529 ~ 31%

%26.84
%42.16
%31

CMYK color model

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

  • cyan value is 36.32%
  • magenta value is 0.00%
  • yellow value is 26.46%
  • key color value is 12.55%
CMYK:
(36,0,26,13)
C36M0Y26K13 
(36%,0%,26%,13%)
(0.36/0.00/0.26/0.13)	

CMYK percentages

%36.32
%0
%26.46
%12.55

Codes

Color #8EDFA4 in popluar color models

8EDFA4
RGB142223164
HSL136°55.86%71.57%
HSB/HSV136°36.32%87.45%
CMYK36.32%0.00%26.46%
12.55%

Color #8EDFA4 in popluar number systems.

HEX8EDFA4
Decimal142223164
Binary100011101101111110100100
Octal216337244

Shades and tints

Shades of #8EDFA4

#8EDFA4
(142,223,164)
#82CB96
(130,203,150)
#76B788
(118,183,136)
#6AA37A
(106,163,122)
#5E8F6C
(94,143,108)
#527B5E
(82,123,94)
#466750
(70,103,80)
#3A5342
(58,83,66)
#2E3F34
(46,63,52)
#222B26
(34,43,38)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #8EDFA4

#8EDFA4
(142,223,164)
#98E1AC
(152,225,172)
#A2E3B4
(162,227,180)
#ACE5BC
(172,229,188)
#B6E7C4
(182,231,196)
#C0E9CC
(192,233,204)
#CAEBD4
(202,235,212)
#D4EDDC
(212,237,220)
#DEEFE4
(222,239,228)
#E8F1EC
(232,241,236)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDFA4; }

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

This text font color is #8EDFA4.


Background Color

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

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

This div background color is #8EDFA4.


Border color

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

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

This div border color is #8EDFA4.


Opacity

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

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

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

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

This text has shadow with #8EDFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDFA4 on black background.


Color preview on white background

This text has color #8EDFA4 on white background.



Black color preview on #8EDFA4 background

This text has black color on #8EDFA4 background.


White color preview on #8EDFA4 background

This text has white color on #8EDFA4 background.