COLOR #8EA3A6

HEX: #8EA3A6
RGB: (142,163,166)

Color info

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

RGB color model

#8EA3A6 color RGB value is (142,163,166).

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

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 166 of 255 = 65%

142
163
166

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

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 166 = 471 (100%)
R 142 of 471 ~ 30.15%
G 163 of 471 ~ 34.61%
B 166 of 471 ~ 35.24%

%30.15
%34.61
%35.24

CMYK color model

#8EA3A6 color CMYK value is (14,2,0,35).

  • cyan value is 14.46%
  • magenta value is 1.81%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(14,2,0,35)
C14M2Y0K35 
(14%,2%,0%,35%)
(0.14/0.02/0.00/0.35)	

CMYK percentages

%14.46
%1.81
%0
%34.9

Codes

Color #8EA3A6 in popluar color models

8EA3A6
RGB142163166
HSL188°11.88%60.39%
HSB/HSV188°14.46%65.10%
CMYK14.46%1.81%0.00%
34.90%

Color #8EA3A6 in popluar number systems.

HEX8EA3A6
Decimal142163166
Binary100011101010001110100110
Octal216243246

Shades and tints

Shades of #8EA3A6

#8EA3A6
(142,163,166)
#829597
(130,149,151)
#768788
(118,135,136)
#6A7979
(106,121,121)
#5E6B6A
(94,107,106)
#525D5B
(82,93,91)
#464F4C
(70,79,76)
#3A413D
(58,65,61)
#2E332E
(46,51,46)
#22251F
(34,37,31)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #8EA3A6

#8EA3A6
(142,163,166)
#98ABAE
(152,171,174)
#A2B3B6
(162,179,182)
#ACBBBE
(172,187,190)
#B6C3C6
(182,195,198)
#C0CBCE
(192,203,206)
#CAD3D6
(202,211,214)
#D4DBDE
(212,219,222)
#DEE3E6
(222,227,230)
#E8EBEE
(232,235,238)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA3A6; }

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

This text font color is #8EA3A6.


Background Color

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

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

This div background color is #8EA3A6.


Border color

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

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

This div border color is #8EA3A6.


Opacity

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

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

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

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

This text has shadow with #8EA3A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA3A6 on black background.


Color preview on white background

This text has color #8EA3A6 on white background.



Black color preview on #8EA3A6 background

This text has black color on #8EA3A6 background.


White color preview on #8EA3A6 background

This text has white color on #8EA3A6 background.