COLOR #8EA6B1

HEX: #8EA6B1
RGB: (142,166,177)

Color info

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

RGB color model

#8EA6B1 color RGB value is (142,166,177).

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

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 177 of 255 = 69%

142
166
177

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 177 = 485 (100%)
R 142 of 485 ~ 29.28%
G 166 of 485 ~ 34.23%
B 177 of 485 ~ 36.49%

%29.28
%34.23
%36.49

CMYK color model

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

  • cyan value is 19.77%
  • magenta value is 6.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,6,0,31)
C20M6Y0K31 
(20%,6%,0%,31%)
(0.20/0.06/0.00/0.31)	

CMYK percentages

%19.77
%6.21
%0
%30.59

Codes

Color #8EA6B1 in popluar color models

8EA6B1
RGB142166177
HSL199°18.32%62.55%
HSB/HSV199°19.77%69.41%
CMYK19.77%6.21%0.00%
30.59%

Color #8EA6B1 in popluar number systems.

HEX8EA6B1
Decimal142166177
Binary100011101010011010110001
Octal216246261

Shades and tints

Shades of #8EA6B1

#8EA6B1
(142,166,177)
#8297A1
(130,151,161)
#768891
(118,136,145)
#6A7981
(106,121,129)
#5E6A71
(94,106,113)
#525B61
(82,91,97)
#464C51
(70,76,81)
#3A3D41
(58,61,65)
#2E2E31
(46,46,49)
#221F21
(34,31,33)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #8EA6B1

#8EA6B1
(142,166,177)
#98AEB8
(152,174,184)
#A2B6BF
(162,182,191)
#ACBEC6
(172,190,198)
#B6C6CD
(182,198,205)
#C0CED4
(192,206,212)
#CAD6DB
(202,214,219)
#D4DEE2
(212,222,226)
#DEE6E9
(222,230,233)
#E8EEF0
(232,238,240)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA6B1; }

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

This text font color is #8EA6B1.


Background Color

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

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

This div background color is #8EA6B1.


Border color

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

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

This div border color is #8EA6B1.


Opacity

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

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

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

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

This text has shadow with #8EA6B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA6B1 on black background.


Color preview on white background

This text has color #8EA6B1 on white background.



Black color preview on #8EA6B1 background

This text has black color on #8EA6B1 background.


White color preview on #8EA6B1 background

This text has white color on #8EA6B1 background.