COLOR #8EDCB4

HEX: #8EDCB4
RGB: (142,220,180)

Color info

#8EDCB4 contains mainly green and blue colors. Web safe color of #8EDCB4 is #99CCCC (or #9CC).

RGB color model

#8EDCB4 color RGB value is (142,220,180).

  • red value is 142;
  • green value is 220;
  • blue value is 180.
RGB:
(142,220,180)
(56%,86%,71%)

RGB channels and saturation

R 142 of 255 = 56%
G 220 of 255 = 86%
B 180 of 255 = 71%

142
220
180

R + G + B ~ 71%. #8EDCB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 220 + 180 = 542 (100%)
R 142 of 542 ~ 26.2%
G 220 of 542 ~ 40.59%
B 180 of 542 ~ 33.21%

%26.2
%40.59
%33.21

CMYK color model

#8EDCB4 color CMYK value is (35,0,18,14).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 13.73%
CMYK:
(35,0,18,14)
C35M0Y18K14 
(35%,0%,18%,14%)
(0.35/0.00/0.18/0.14)	

CMYK percentages

%35.45
%0
%18.18
%13.73

Codes

Color #8EDCB4 in popluar color models

8EDCB4
RGB142220180
HSL149°52.70%70.98%
HSB/HSV149°35.45%86.27%
CMYK35.45%0.00%18.18%
13.73%

Color #8EDCB4 in popluar number systems.

HEX8EDCB4
Decimal142220180
Binary100011101101110010110100
Octal216334264

Shades and tints

Shades of #8EDCB4

#8EDCB4
(142,220,180)
#82C8A4
(130,200,164)
#76B494
(118,180,148)
#6AA084
(106,160,132)
#5E8C74
(94,140,116)
#527864
(82,120,100)
#466454
(70,100,84)
#3A5044
(58,80,68)
#2E3C34
(46,60,52)
#222824
(34,40,36)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #8EDCB4

#8EDCB4
(142,220,180)
#98DFBA
(152,223,186)
#A2E2C0
(162,226,192)
#ACE5C6
(172,229,198)
#B6E8CC
(182,232,204)
#C0EBD2
(192,235,210)
#CAEED8
(202,238,216)
#D4F1DE
(212,241,222)
#DEF4E4
(222,244,228)
#E8F7EA
(232,247,234)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDCB4 color. Also use rgb(142,220,180) instead hex code.

Text Font Color

.myTextColor { color: #8EDCB4; }

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

This text font color is #8EDCB4.


Background Color

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

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

This div background color is #8EDCB4.


Border color

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

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

This div border color is #8EDCB4.


Opacity

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

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

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

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

This text has shadow with #8EDCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDCB4 on black background.


Color preview on white background

This text has color #8EDCB4 on white background.



Black color preview on #8EDCB4 background

This text has black color on #8EDCB4 background.


White color preview on #8EDCB4 background

This text has white color on #8EDCB4 background.