COLOR #8EA0A6

HEX: #8EA0A6
RGB: (142,160,166)

Color info

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

RGB color model

#8EA0A6 color RGB value is (142,160,166).

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

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 166 of 255 = 65%

142
160
166

R + G + B ~ 61%. #8EA0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 160 + 166 = 468 (100%)
R 142 of 468 ~ 30.34%
G 160 of 468 ~ 34.19%
B 166 of 468 ~ 35.47%

%30.34
%34.19
%35.47

CMYK color model

#8EA0A6 color CMYK value is (14,4,0,35).

  • cyan value is 14.46%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(14,4,0,35)
C14M4Y0K35 
(14%,4%,0%,35%)
(0.14/0.04/0.00/0.35)	

CMYK percentages

%14.46
%3.61
%0
%34.9

Codes

Color #8EA0A6 in popluar color models

8EA0A6
RGB142160166
HSL195°11.88%60.39%
HSB/HSV195°14.46%65.10%
CMYK14.46%3.61%0.00%
34.90%

Color #8EA0A6 in popluar number systems.

HEX8EA0A6
Decimal142160166
Binary100011101010000010100110
Octal216240246

Shades and tints

Shades of #8EA0A6

#8EA0A6
(142,160,166)
#829297
(130,146,151)
#768488
(118,132,136)
#6A7679
(106,118,121)
#5E686A
(94,104,106)
#525A5B
(82,90,91)
#464C4C
(70,76,76)
#3A3E3D
(58,62,61)
#2E302E
(46,48,46)
#22221F
(34,34,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #8EA0A6

#8EA0A6
(142,160,166)
#98A8AE
(152,168,174)
#A2B0B6
(162,176,182)
#ACB8BE
(172,184,190)
#B6C0C6
(182,192,198)
#C0C8CE
(192,200,206)
#CAD0D6
(202,208,214)
#D4D8DE
(212,216,222)
#DEE0E6
(222,224,230)
#E8E8EE
(232,232,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA0A6; }

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

This text font color is #8EA0A6.


Background Color

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

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

This div background color is #8EA0A6.


Border color

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

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

This div border color is #8EA0A6.


Opacity

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

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

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

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

This text has shadow with #8EA0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA0A6 on black background.


Color preview on white background

This text has color #8EA0A6 on white background.



Black color preview on #8EA0A6 background

This text has black color on #8EA0A6 background.


White color preview on #8EA0A6 background

This text has white color on #8EA0A6 background.