COLOR #8EA9B0

HEX: #8EA9B0
RGB: (142,169,176)

Color info

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

RGB color model

#8EA9B0 color RGB value is (142,169,176).

  • red value is 142;
  • green value is 169;
  • blue value is 176.
RGB:
(142,169,176)
(56%,66%,69%)

RGB channels and saturation

R 142 of 255 = 56%
G 169 of 255 = 66%
B 176 of 255 = 69%

142
169
176

R + G + B ~ 64%. #8EA9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 169 + 176 = 487 (100%)
R 142 of 487 ~ 29.16%
G 169 of 487 ~ 34.7%
B 176 of 487 ~ 36.14%

%29.16
%34.7
%36.14

CMYK color model

#8EA9B0 color CMYK value is (19,4,0,31).

  • cyan value is 19.32%
  • magenta value is 3.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(19,4,0,31)
C19M4Y0K31 
(19%,4%,0%,31%)
(0.19/0.04/0.00/0.31)	

CMYK percentages

%19.32
%3.98
%0
%30.98

Codes

Color #8EA9B0 in popluar color models

8EA9B0
RGB142169176
HSL192°17.71%62.35%
HSB/HSV192°19.32%69.02%
CMYK19.32%3.98%0.00%
30.98%

Color #8EA9B0 in popluar number systems.

HEX8EA9B0
Decimal142169176
Binary100011101010100110110000
Octal216251260

Shades and tints

Shades of #8EA9B0

#8EA9B0
(142,169,176)
#829AA0
(130,154,160)
#768B90
(118,139,144)
#6A7C80
(106,124,128)
#5E6D70
(94,109,112)
#525E60
(82,94,96)
#464F50
(70,79,80)
#3A4040
(58,64,64)
#2E3130
(46,49,48)
#222220
(34,34,32)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #8EA9B0

#8EA9B0
(142,169,176)
#98B0B7
(152,176,183)
#A2B7BE
(162,183,190)
#ACBEC5
(172,190,197)
#B6C5CC
(182,197,204)
#C0CCD3
(192,204,211)
#CAD3DA
(202,211,218)
#D4DAE1
(212,218,225)
#DEE1E8
(222,225,232)
#E8E8EF
(232,232,239)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA9B0 color. Also use rgb(142,169,176) instead hex code.

Text Font Color

.myTextColor { color: #8EA9B0; }

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

This text font color is #8EA9B0.


Background Color

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

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

This div background color is #8EA9B0.


Border color

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

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

This div border color is #8EA9B0.


Opacity

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

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

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

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

This text has shadow with #8EA9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA9B0 on black background.


Color preview on white background

This text has color #8EA9B0 on white background.



Black color preview on #8EA9B0 background

This text has black color on #8EA9B0 background.


White color preview on #8EA9B0 background

This text has white color on #8EA9B0 background.