COLOR #8EA6AE

HEX: #8EA6AE
RGB: (142,166,174)

Color info

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

RGB color model

#8EA6AE color RGB value is (142,166,174).

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

RGB channels and saturation

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

142
166
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 174 = 482 (100%)
R 142 of 482 ~ 29.46%
G 166 of 482 ~ 34.44%
B 174 of 482 ~ 36.1%

%29.46
%34.44
%36.1

CMYK color model

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

  • cyan value is 18.39%
  • magenta value is 4.60%
  • 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
%4.6
%0
%31.76

Codes

Color #8EA6AE in popluar color models

8EA6AE
RGB142166174
HSL195°16.49%61.96%
HSB/HSV195°18.39%68.24%
CMYK18.39%4.60%0.00%
31.76%

Color #8EA6AE in popluar number systems.

HEX8EA6AE
Decimal142166174
Binary100011101010011010101110
Octal216246256

Shades and tints

Shades of #8EA6AE

#8EA6AE
(142,166,174)
#82979F
(130,151,159)
#768890
(118,136,144)
#6A7981
(106,121,129)
#5E6A72
(94,106,114)
#525B63
(82,91,99)
#464C54
(70,76,84)
#3A3D45
(58,61,69)
#2E2E36
(46,46,54)
#221F27
(34,31,39)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #8EA6AE

#8EA6AE
(142,166,174)
#98AEB5
(152,174,181)
#A2B6BC
(162,182,188)
#ACBEC3
(172,190,195)
#B6C6CA
(182,198,202)
#C0CED1
(192,206,209)
#CAD6D8
(202,214,216)
#D4DEDF
(212,222,223)
#DEE6E6
(222,230,230)
#E8EEED
(232,238,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA6AE; }

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

This text font color is #8EA6AE.


Background Color

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

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

This div background color is #8EA6AE.


Border color

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

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

This div border color is #8EA6AE.


Opacity

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

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

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

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

This text has shadow with #8EA6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA6AE on black background.


Color preview on white background

This text has color #8EA6AE on white background.



Black color preview on #8EA6AE background

This text has black color on #8EA6AE background.


White color preview on #8EA6AE background

This text has white color on #8EA6AE background.