COLOR #8EA5AE

HEX: #8EA5AE
RGB: (142,165,174)

Color info

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

RGB color model

#8EA5AE color RGB value is (142,165,174).

  • red value is 142;
  • green value is 165;
  • blue value is 174.
RGB:
(142,165,174)
(56%,65%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 174 of 255 = 68%

142
165
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 174 = 481 (100%)
R 142 of 481 ~ 29.52%
G 165 of 481 ~ 34.3%
B 174 of 481 ~ 36.17%

%29.52
%34.3
%36.17

CMYK color model

#8EA5AE color CMYK value is (18,5,0,32).

  • cyan value is 18.39%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,5,0,32)
C18M5Y0K32 
(18%,5%,0%,32%)
(0.18/0.05/0.00/0.32)	

CMYK percentages

%18.39
%5.17
%0
%31.76

Codes

Color #8EA5AE in popluar color models

8EA5AE
RGB142165174
HSL197°16.49%61.96%
HSB/HSV197°18.39%68.24%
CMYK18.39%5.17%0.00%
31.76%

Color #8EA5AE in popluar number systems.

HEX8EA5AE
Decimal142165174
Binary100011101010010110101110
Octal216245256

Shades and tints

Shades of #8EA5AE

#8EA5AE
(142,165,174)
#82969F
(130,150,159)
#768790
(118,135,144)
#6A7881
(106,120,129)
#5E6972
(94,105,114)
#525A63
(82,90,99)
#464B54
(70,75,84)
#3A3C45
(58,60,69)
#2E2D36
(46,45,54)
#221E27
(34,30,39)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #8EA5AE

#8EA5AE
(142,165,174)
#98ADB5
(152,173,181)
#A2B5BC
(162,181,188)
#ACBDC3
(172,189,195)
#B6C5CA
(182,197,202)
#C0CDD1
(192,205,209)
#CAD5D8
(202,213,216)
#D4DDDF
(212,221,223)
#DEE5E6
(222,229,230)
#E8EDED
(232,237,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA5AE; }

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

This text font color is #8EA5AE.


Background Color

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

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

This div background color is #8EA5AE.


Border color

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

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

This div border color is #8EA5AE.


Opacity

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

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

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

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

This text has shadow with #8EA5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA5AE on black background.


Color preview on white background

This text has color #8EA5AE on white background.



Black color preview on #8EA5AE background

This text has black color on #8EA5AE background.


White color preview on #8EA5AE background

This text has white color on #8EA5AE background.