COLOR #8EC5A2

HEX: #8EC5A2 RGB: (142,197,162)

Color info

#8EC5A2 contains red, green and blue colors in about the same proportion. Web safe color of #8EC5A2 is #99CC99 (or #9C9).

RGB color model

#8EC5A2 color RGB value is (142,197,162).

RGB: (142,197,162) (56%, 77%, 64%)

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 162 of 255 = 64%

142
197
162

R + G + B ~ 66%. #8EC5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 197 + 162 = 501 (100%)
R 142 of 501 ~ 28.34%
G 197 of 501 ~ 39.32%
B 162 of 501 ~ 32.34'%

%28.34
%39.32
%32.34

CMYK color model

#8EC5A2 color CMYK value is (28,0,18,23).

  • cyan value is 27.92%
  • magenta value is 0.00%
  • yellow value is 17.77%
  • key color value is 22.75%

CMYK: (28,0,18,23)
C28M0Y18K23 (28%, 0%, 18%, 23%)
(0.28 / 0.00 / 0.18 / 0.23)

CMYK percentages

%27.92
%0
%17.77
%22.75

Codes

Color #8EC5A2 in popluar color models

8E C5 A2
RGB 142 197 162
HSL 142° 32.16% 66.47%
HSB/HSV 142° 27.92% 77.25%
CMYK 27.92% 0.00% 17.77%
22.75%

Color #8EC5A2 in popluar number systems.

HEX 8E C5 A2
Decimal 142 197 162
Binary 10001110 11000101 10100010
Octal 216 305 242

Shades and tints

Shades of #8EC5A2

#8EC5A2
(142,197,162)
#82B494
(130,180,148)
#76A386
(118,163,134)
#6A9278
(106,146,120)
#5E816A
(94,129,106)
#52705C
(82,112,92)
#465F4E
(70,95,78)
#3A4E40
(58,78,64)
#2E3D32
(46,61,50)
#222C24
(34,44,36)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #8EC5A2

#8EC5A2
(142,197,162)
#98CAAA
(152,202,170)
#A2CFB2
(162,207,178)
#ACD4BA
(172,212,186)
#B6D9C2
(182,217,194)
#C0DECA
(192,222,202)
#CAE3D2
(202,227,210)
#D4E8DA
(212,232,218)
#DEEDE2
(222,237,226)
#E8F2EA
(232,242,234)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC5A2 color. Also use rgb(142,197,162) instead hex code.

Text Font Color

.myTextColor { color: #8EC5A2; }

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

This text font color is #8EC5A2.

Background Color

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

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

This div background color is #8EC5A2.

Border color

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

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

This div border color is #8EC5A2.

Opacity

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

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

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

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

This text has shadow with #8EC5A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC5A2.

Preview

Color preview on black background

This text has color #8EC5A2 on black background.


Color preview on white background

This text has color #8EC5A2 on white background.


Black color preview on #8EC5A2 background

This text has black color on #8EC5A2 background.


White color preview on #8EC5A2 background

This text has white color on #8EC5A2 background.


Related colors

Complementary color

Complementary color for #hex is #713A5D.


I love getcolorcode.com

Triadic colors

1 #A28EC5 and #C5A28E with #8EC5A2 are triadic colors.

2 #A2C58E and #C58EA2 with #8EC5A2 are triadic colors.