COLOR #8EA3B1

HEX: #8EA3B1
RGB: (142,163,177)

Color info

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

RGB color model

#8EA3B1 color RGB value is (142,163,177).

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

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 177 of 255 = 69%

142
163
177

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

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 177 = 482 (100%)
R 142 of 482 ~ 29.46%
G 163 of 482 ~ 33.82%
B 177 of 482 ~ 36.72%

%29.46
%33.82
%36.72

CMYK color model

#8EA3B1 color CMYK value is (20,8,0,31).

  • cyan value is 19.77%
  • magenta value is 7.91%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,8,0,31)
C20M8Y0K31 
(20%,8%,0%,31%)
(0.20/0.08/0.00/0.31)	

CMYK percentages

%19.77
%7.91
%0
%30.59

Codes

Color #8EA3B1 in popluar color models

8EA3B1
RGB142163177
HSL204°18.32%62.55%
HSB/HSV204°19.77%69.41%
CMYK19.77%7.91%0.00%
30.59%

Color #8EA3B1 in popluar number systems.

HEX8EA3B1
Decimal142163177
Binary100011101010001110110001
Octal216243261

Shades and tints

Shades of #8EA3B1

#8EA3B1
(142,163,177)
#8295A1
(130,149,161)
#768791
(118,135,145)
#6A7981
(106,121,129)
#5E6B71
(94,107,113)
#525D61
(82,93,97)
#464F51
(70,79,81)
#3A4141
(58,65,65)
#2E3331
(46,51,49)
#222521
(34,37,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #8EA3B1

#8EA3B1
(142,163,177)
#98ABB8
(152,171,184)
#A2B3BF
(162,179,191)
#ACBBC6
(172,187,198)
#B6C3CD
(182,195,205)
#C0CBD4
(192,203,212)
#CAD3DB
(202,211,219)
#D4DBE2
(212,219,226)
#DEE3E9
(222,227,233)
#E8EBF0
(232,235,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA3B1; }

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

This text font color is #8EA3B1.


Background Color

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

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

This div background color is #8EA3B1.


Border color

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

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

This div border color is #8EA3B1.


Opacity

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

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

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

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

This text has shadow with #8EA3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA3B1 on black background.


Color preview on white background

This text has color #8EA3B1 on white background.



Black color preview on #8EA3B1 background

This text has black color on #8EA3B1 background.


White color preview on #8EA3B1 background

This text has white color on #8EA3B1 background.