COLOR #8EA5AB

HEX: #8EA5AB
RGB: (142,165,171)

Color info

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

RGB color model

#8EA5AB color RGB value is (142,165,171).

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

RGB channels and saturation

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

142
165
171

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

Portions of RGB colors in percentages

R + G + B =
142 + 165 + 171 = 478 (100%)
R 142 of 478 ~ 29.71%
G 165 of 478 ~ 34.52%
B 171 of 478 ~ 35.77%

%29.71
%34.52
%35.77

CMYK color model

#8EA5AB color CMYK value is (17,4,0,33).

  • cyan value is 16.96%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(17,4,0,33)
C17M4Y0K33 
(17%,4%,0%,33%)
(0.17/0.04/0.00/0.33)	

CMYK percentages

%16.96
%3.51
%0
%32.94

Codes

Color #8EA5AB in popluar color models

8EA5AB
RGB142165171
HSL192°14.72%61.37%
HSB/HSV192°16.96%67.06%
CMYK16.96%3.51%0.00%
32.94%

Color #8EA5AB in popluar number systems.

HEX8EA5AB
Decimal142165171
Binary100011101010010110101011
Octal216245253

Shades and tints

Shades of #8EA5AB

#8EA5AB
(142,165,171)
#82969C
(130,150,156)
#76878D
(118,135,141)
#6A787E
(106,120,126)
#5E696F
(94,105,111)
#525A60
(82,90,96)
#464B51
(70,75,81)
#3A3C42
(58,60,66)
#2E2D33
(46,45,51)
#221E24
(34,30,36)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #8EA5AB

#8EA5AB
(142,165,171)
#98ADB2
(152,173,178)
#A2B5B9
(162,181,185)
#ACBDC0
(172,189,192)
#B6C5C7
(182,197,199)
#C0CDCE
(192,205,206)
#CAD5D5
(202,213,213)
#D4DDDC
(212,221,220)
#DEE5E3
(222,229,227)
#E8EDEA
(232,237,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA5AB; }

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

This text font color is #8EA5AB.


Background Color

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

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

This div background color is #8EA5AB.


Border color

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

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

This div border color is #8EA5AB.


Opacity

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

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

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

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

This text has shadow with #8EA5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA5AB on black background.


Color preview on white background

This text has color #8EA5AB on white background.



Black color preview on #8EA5AB background

This text has black color on #8EA5AB background.


White color preview on #8EA5AB background

This text has white color on #8EA5AB background.