COLOR #8EA3AB

HEX: #8EA3AB RGB: (142,163,171)

Color info

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

RGB color model

#8EA3AB color RGB value is (142,163,171).

RGB: (142,163,171) (56%, 64%, 67%)

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 171 of 255 = 67%

142
163
171

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

Portions of RGB colors in percentages

R + G + B = 142 + 163 + 171 = 476 (100%)
R 142 of 476 ~ 29.83%
G 163 of 476 ~ 34.24%
B 171 of 476 ~ 35.92'%

%29.83
%34.24
%35.92

CMYK color model

#8EA3AB color CMYK value is (17,5,0,33).

  • cyan value is 16.96%
  • magenta value is 4.68%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (17,5,0,33)
C17M5Y0K33 (17%, 5%, 0%, 33%)
(0.17 / 0.05 / 0.00 / 0.33)

CMYK percentages

%16.96
%4.68
%0
%32.94

Codes

Color #8EA3AB in popluar color models

8E A3 AB
RGB 142 163 171
HSL 197° 14.72% 61.37%
HSB/HSV 197° 16.96% 67.06%
CMYK 16.96% 4.68% 0.00%
32.94%

Color #8EA3AB in popluar number systems.

HEX 8E A3 AB
Decimal 142 163 171
Binary 10001110 10100011 10101011
Octal 216 243 253

Shades and tints

Shades of #8EA3AB

#8EA3AB
(142,163,171)
#82959C
(130,149,156)
#76878D
(118,135,141)
#6A797E
(106,121,126)
#5E6B6F
(94,107,111)
#525D60
(82,93,96)
#464F51
(70,79,81)
#3A4142
(58,65,66)
#2E3333
(46,51,51)
#222524
(34,37,36)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #8EA3AB

#8EA3AB
(142,163,171)
#98ABB2
(152,171,178)
#A2B3B9
(162,179,185)
#ACBBC0
(172,187,192)
#B6C3C7
(182,195,199)
#C0CBCE
(192,203,206)
#CAD3D5
(202,211,213)
#D4DBDC
(212,219,220)
#DEE3E3
(222,227,227)
#E8EBEA
(232,235,234)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA3AB; }

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

This text font color is #8EA3AB.

Background Color

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

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

This div background color is #8EA3AB.

Border color

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

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

This div border color is #8EA3AB.

Opacity

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

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

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

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

This text has shadow with #8EA3AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA3AB.

Preview

Color preview on black background

This text has color #8EA3AB on black background.


Color preview on white background

This text has color #8EA3AB on white background.


Black color preview on #8EA3AB background

This text has black color on #8EA3AB background.


White color preview on #8EA3AB background

This text has white color on #8EA3AB background.


Related colors

Complementary color

Complementary color for #hex is #715C54.


I love getcolorcode.com

Triadic colors

1 #AB8EA3 and #A3AB8E with #8EA3AB are triadic colors.

2 #ABA38E and #A38EAB with #8EA3AB are triadic colors.