COLOR #8ECAA6

HEX: #8ECAA6 RGB: (142,202,166)

Color info

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

RGB color model

#8ECAA6 color RGB value is (142,202,166).

RGB: (142,202,166) (56%, 79%, 65%)

RGB channels and saturation

R 142 of 255 = 56%
G 202 of 255 = 79%
B 166 of 255 = 65%

142
202
166

R + G + B ~ 67%. #8ECAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 202 + 166 = 510 (100%)
R 142 of 510 ~ 27.84%
G 202 of 510 ~ 39.61%
B 166 of 510 ~ 32.55'%

%27.84
%39.61
%32.55

CMYK color model

#8ECAA6 color CMYK value is (30,0,18,21).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK: (30,0,18,21) C30M0Y18K21 (30%,0%,18%,21%) (0.30/0.00/0.18/0.21) 

CMYK percentages

%29.7
%0
%17.82
%20.78

Codes

Color #8ECAA6 in popluar color models

8E CA A6
RGB 142 202 166
HSL 144° 36.14% 67.45%
HSB/HSV 144° 29.70% 79.22%
CMYK 29.70% 0.00% 17.82%
20.78%

Color #8ECAA6 in popluar number systems.

HEX 8E CA A6
Decimal 142 202 166
Binary 10001110 11001010 10100110
Octal 216 312 246

Shades and tints

Shades of #8ECAA6

#8ECAA6
(142,202,166)
#82B897
(130,184,151)
#76A688
(118,166,136)
#6A9479
(106,148,121)
#5E826A
(94,130,106)
#52705B
(82,112,91)
#465E4C
(70,94,76)
#3A4C3D
(58,76,61)
#2E3A2E
(46,58,46)
#22281F
(34,40,31)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #8ECAA6

#8ECAA6
(142,202,166)
#98CEAE
(152,206,174)
#A2D2B6
(162,210,182)
#ACD6BE
(172,214,190)
#B6DAC6
(182,218,198)
#C0DECE
(192,222,206)
#CAE2D6
(202,226,214)
#D4E6DE
(212,230,222)
#DEEAE6
(222,234,230)
#E8EEEE
(232,238,238)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECAA6 color. Also use rgb(142,202,166) instead hex code.

Text Font Color

.myTextColor { color: #8ECAA6; }

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

This text font color is #8ECAA6.

Background Color

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

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

This div background color is #8ECAA6.

Border color

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

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

This div border color is #8ECAA6.

Opacity

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

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

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

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

This text has shadow with #8ECAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ECAA6.

Preview

Color preview on black background

This text has color #8ECAA6 on black background.


Color preview on white background

This text has color #8ECAA6 on white background.


Black color preview on #8ECAA6 background

This text has black color on #8ECAA6 background.


White color preview on #8ECAA6 background

This text has white color on #8ECAA6 background.


Related colors

Complementary color

Complementary color for #hex is #713559.


I love getcolorcode.com

Triadic colors

1 #A68ECA and #CAA68E with #8ECAA6 are triadic colors.

2 #A6CA8E and #CA8EA6 with #8ECAA6 are triadic colors.