COLOR #8EABA4

HEX: #8EABA4 RGB: (142,171,164)

Color info

#8EABA4 contains red, green and blue colors in about the same proportion. Web safe color of #8EABA4 is #999999 (or #999).

RGB color model

#8EABA4 color RGB value is (142,171,164).

RGB: (142,171,164) (56%, 67%, 64%)

RGB channels and saturation

R 142 of 255 = 56%
G 171 of 255 = 67%
B 164 of 255 = 64%

142
171
164

R + G + B ~ 62%. #8EABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 171 + 164 = 477 (100%)
R 142 of 477 ~ 29.77%
G 171 of 477 ~ 35.85%
B 164 of 477 ~ 34.38'%

%29.77
%35.85
%34.38

CMYK color model

#8EABA4 color CMYK value is (17,0,4,33).

  • cyan value is 16.96%
  • magenta value is 0.00%
  • yellow value is 4.09%
  • key color value is 32.94%

CMYK: (17,0,4,33)
C17M0Y4K33 (17%, 0%, 4%, 33%)
(0.17 / 0.00 / 0.04 / 0.33)

CMYK percentages

%16.96
%0
%4.09
%32.94

Codes

Color #8EABA4 in popluar color models

8E AB A4
RGB 142 171 164
HSL 166° 14.72% 61.37%
HSB/HSV 166° 16.96% 67.06%
CMYK 16.96% 0.00% 4.09%
32.94%

Color #8EABA4 in popluar number systems.

HEX 8E AB A4
Decimal 142 171 164
Binary 10001110 10101011 10100100
Octal 216 253 244

Shades and tints

Shades of #8EABA4

#8EABA4
(142,171,164)
#829C96
(130,156,150)
#768D88
(118,141,136)
#6A7E7A
(106,126,122)
#5E6F6C
(94,111,108)
#52605E
(82,96,94)
#465150
(70,81,80)
#3A4242
(58,66,66)
#2E3334
(46,51,52)
#222426
(34,36,38)
#161518
(22,21,24)
#000000
(0,0,0)

Tints of #8EABA4

#8EABA4
(142,171,164)
#98B2AC
(152,178,172)
#A2B9B4
(162,185,180)
#ACC0BC
(172,192,188)
#B6C7C4
(182,199,196)
#C0CECC
(192,206,204)
#CAD5D4
(202,213,212)
#D4DCDC
(212,220,220)
#DEE3E4
(222,227,228)
#E8EAEC
(232,234,236)
#F2F1F4
(242,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EABA4 color. Also use rgb(142,171,164) instead hex code.

Text Font Color

.myTextColor { color: #8EABA4; }

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

This text font color is #8EABA4.

Background Color

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

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

This div background color is #8EABA4.

Border color

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

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

This div border color is #8EABA4.

Opacity

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

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

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

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

This text has shadow with #8EABA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EABA4.

Preview

Color preview on black background

This text has color #8EABA4 on black background.


Color preview on white background

This text has color #8EABA4 on white background.


Black color preview on #8EABA4 background

This text has black color on #8EABA4 background.


White color preview on #8EABA4 background

This text has white color on #8EABA4 background.


Related colors

Complementary color

Complementary color for #8EABA4 is #71545B.


I love getcolorcode.com

Triadic colors

1 #A48EAB and #ABA48E with #8EABA4 are triadic colors.

2 #A4AB8E and #AB8EA4 with #8EABA4 are triadic colors.