COLOR #8EDCB6

HEX: #8EDCB6 RGB: (142,220,182)

Color info

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

RGB color model

#8EDCB6 color RGB value is (142,220,182).

RGB: (142,220,182) (56%, 86%, 71%)

RGB channels and saturation

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

142
220
182

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

Portions of RGB colors in percentages

R + G + B = 142 + 220 + 182 = 544 (100%)
R 142 of 544 ~ 26.1%
G 220 of 544 ~ 40.44%
B 182 of 544 ~ 33.46'%

%26.1
%40.44
%33.46

CMYK color model

#8EDCB6 color CMYK value is (35,0,17,14).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 13.73%
CMYK: (35,0,17,14) C35M0Y17K14 (35%,0%,17%,14%) (0.35/0.00/0.17/0.14) 

CMYK percentages

%35.45
%0
%17.27
%13.73

Codes

Color #8EDCB6 in popluar color models

8E DC B6
RGB 142 220 182
HSL 151° 52.70% 70.98%
HSB/HSV 151° 35.45% 86.27%
CMYK 35.45% 0.00% 17.27%
13.73%

Color #8EDCB6 in popluar number systems.

HEX 8E DC B6
Decimal 142 220 182
Binary 10001110 11011100 10110110
Octal 216 334 266

Shades and tints

Shades of #8EDCB6

#8EDCB6
(142,220,182)
#82C8A6
(130,200,166)
#76B496
(118,180,150)
#6AA086
(106,160,134)
#5E8C76
(94,140,118)
#527866
(82,120,102)
#466456
(70,100,86)
#3A5046
(58,80,70)
#2E3C36
(46,60,54)
#222826
(34,40,38)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #8EDCB6

#8EDCB6
(142,220,182)
#98DFBC
(152,223,188)
#A2E2C2
(162,226,194)
#ACE5C8
(172,229,200)
#B6E8CE
(182,232,206)
#C0EBD4
(192,235,212)
#CAEEDA
(202,238,218)
#D4F1E0
(212,241,224)
#DEF4E6
(222,244,230)
#E8F7EC
(232,247,236)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDCB6; }

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

This text font color is #8EDCB6.

Background Color

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

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

This div background color is #8EDCB6.

Border color

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

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

This div border color is #8EDCB6.

Opacity

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

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

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

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

This text has shadow with #8EDCB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDCB6.

Preview

Color preview on black background

This text has color #8EDCB6 on black background.


Color preview on white background

This text has color #8EDCB6 on white background.


Black color preview on #8EDCB6 background

This text has black color on #8EDCB6 background.


White color preview on #8EDCB6 background

This text has white color on #8EDCB6 background.


Related colors

Complementary color

Complementary color for #hex is #712349.


I love getcolorcode.com

Triadic colors

1 #B68EDC and #DCB68E with #8EDCB6 are triadic colors.

2 #B6DC8E and #DC8EB6 with #8EDCB6 are triadic colors.