COLOR #8ED3AE

HEX: #8ED3AE
RGB: (142,211,174)

Color info

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

RGB color model

#8ED3AE color RGB value is (142,211,174).

  • red value is 142;
  • green value is 211;
  • blue value is 174.
RGB:
(142,211,174)
(56%,83%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 211 of 255 = 83%
B 174 of 255 = 68%

142
211
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 211 + 174 = 527 (100%)
R 142 of 527 ~ 26.94%
G 211 of 527 ~ 40.04%
B 174 of 527 ~ 33.02%

%26.94
%40.04
%33.02

CMYK color model

#8ED3AE color CMYK value is (33,0,18,17).

  • cyan value is 32.70%
  • magenta value is 0.00%
  • yellow value is 17.54%
  • key color value is 17.25%
CMYK:
(33,0,18,17)
C33M0Y18K17 
(33%,0%,18%,17%)
(0.33/0.00/0.18/0.17)	

CMYK percentages

%32.7
%0
%17.54
%17.25

Codes

Color #8ED3AE in popluar color models

8ED3AE
RGB142211174
HSL148°43.95%69.22%
HSB/HSV148°32.70%82.75%
CMYK32.70%0.00%17.54%
17.25%

Color #8ED3AE in popluar number systems.

HEX8ED3AE
Decimal142211174
Binary100011101101001110101110
Octal216323256

Shades and tints

Shades of #8ED3AE

#8ED3AE
(142,211,174)
#82C09F
(130,192,159)
#76AD90
(118,173,144)
#6A9A81
(106,154,129)
#5E8772
(94,135,114)
#527463
(82,116,99)
#466154
(70,97,84)
#3A4E45
(58,78,69)
#2E3B36
(46,59,54)
#222827
(34,40,39)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8ED3AE

#8ED3AE
(142,211,174)
#98D7B5
(152,215,181)
#A2DBBC
(162,219,188)
#ACDFC3
(172,223,195)
#B6E3CA
(182,227,202)
#C0E7D1
(192,231,209)
#CAEBD8
(202,235,216)
#D4EFDF
(212,239,223)
#DEF3E6
(222,243,230)
#E8F7ED
(232,247,237)
#F2FBF4
(242,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED3AE color. Also use rgb(142,211,174) instead hex code.

Text Font Color

.myTextColor { color: #8ED3AE; }

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

This text font color is #8ED3AE.


Background Color

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

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

This div background color is #8ED3AE.


Border color

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

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

This div border color is #8ED3AE.


Opacity

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

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

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

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

This text has shadow with #8ED3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED3AE on black background.


Color preview on white background

This text has color #8ED3AE on white background.



Black color preview on #8ED3AE background

This text has black color on #8ED3AE background.


White color preview on #8ED3AE background

This text has white color on #8ED3AE background.