COLOR #8EA5AA

HEX: #8EA5AA RGB: (142,165,170)

Color info

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

RGB color model

#8EA5AA color RGB value is (142,165,170).

RGB: (142,165,170) (56%, 65%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 170 of 255 = 67%

142
165
170

R + G + B ~ 63%. #8EA5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 170 = 477 (100%)
R 142 of 477 ~ 29.77%
G 165 of 477 ~ 34.59%
B 170 of 477 ~ 35.64'%

%29.77
%34.59
%35.64

CMYK color model

#8EA5AA color CMYK value is (16,3,0,33).

  • cyan value is 16.47%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (16,3,0,33)
C16M3Y0K33 (16%, 3%, 0%, 33%)
(0.16 / 0.03 / 0.00 / 0.33)

CMYK percentages

%16.47
%2.94
%0
%33.33

Codes

Color #8EA5AA in popluar color models

8E A5 AA
RGB 142 165 170
HSL 191° 14.14% 61.18%
HSB/HSV 191° 16.47% 66.67%
CMYK 16.47% 2.94% 0.00%
33.33%

Color #8EA5AA in popluar number systems.

HEX 8E A5 AA
Decimal 142 165 170
Binary 10001110 10100101 10101010
Octal 216 245 252

Shades and tints

Shades of #8EA5AA

#8EA5AA
(142,165,170)
#82969B
(130,150,155)
#76878C
(118,135,140)
#6A787D
(106,120,125)
#5E696E
(94,105,110)
#525A5F
(82,90,95)
#464B50
(70,75,80)
#3A3C41
(58,60,65)
#2E2D32
(46,45,50)
#221E23
(34,30,35)
#160F14
(22,15,20)
#000000
(0,0,0)

Tints of #8EA5AA

#8EA5AA
(142,165,170)
#98ADB1
(152,173,177)
#A2B5B8
(162,181,184)
#ACBDBF
(172,189,191)
#B6C5C6
(182,197,198)
#C0CDCD
(192,205,205)
#CAD5D4
(202,213,212)
#D4DDDB
(212,221,219)
#DEE5E2
(222,229,226)
#E8EDE9
(232,237,233)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA5AA color. Also use rgb(142,165,170) instead hex code.

Text Font Color

.myTextColor { color: #8EA5AA; }

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

This text font color is #8EA5AA.

Background Color

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

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

This div background color is #8EA5AA.

Border color

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

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

This div border color is #8EA5AA.

Opacity

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

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

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

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

This text has shadow with #8EA5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA5AA.

Preview

Color preview on black background

This text has color #8EA5AA on black background.


Color preview on white background

This text has color #8EA5AA on white background.


Black color preview on #8EA5AA background

This text has black color on #8EA5AA background.


White color preview on #8EA5AA background

This text has white color on #8EA5AA background.


Related colors

Complementary color

Complementary color for #hex is #715A55.


I love getcolorcode.com

Triadic colors

1 #AA8EA5 and #A5AA8E with #8EA5AA are triadic colors.

2 #AAA58E and #A58EAA with #8EA5AA are triadic colors.