COLOR #8EA3B8

HEX: #8EA3B8
RGB: (142,163,184)

Color info

#8EA3B8 contains red, green and blue colors in about the same proportion. Web safe color of #8EA3B8 is #9999CC (or #99C).

RGB color model

#8EA3B8 color RGB value is (142,163,184).

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

RGB channels and saturation

R 142 of 255 = 56%
G 163 of 255 = 64%
B 184 of 255 = 72%

142
163
184

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

Portions of RGB colors in percentages

R + G + B =
142 + 163 + 184 = 489 (100%)
R 142 of 489 ~ 29.04%
G 163 of 489 ~ 33.33%
B 184 of 489 ~ 37.63%

%29.04
%33.33
%37.63

CMYK color model

#8EA3B8 color CMYK value is (23,11,0,28).

  • cyan value is 22.83%
  • magenta value is 11.41%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,11,0,28)
C23M11Y0K28 
(23%,11%,0%,28%)
(0.23/0.11/0.00/0.28)	

CMYK percentages

%22.83
%11.41
%0
%27.84

Codes

Color #8EA3B8 in popluar color models

8EA3B8
RGB142163184
HSL210°22.83%63.92%
HSB/HSV210°22.83%72.16%
CMYK22.83%11.41%0.00%
27.84%

Color #8EA3B8 in popluar number systems.

HEX8EA3B8
Decimal142163184
Binary100011101010001110111000
Octal216243270

Shades and tints

Shades of #8EA3B8

#8EA3B8
(142,163,184)
#8295A8
(130,149,168)
#768798
(118,135,152)
#6A7988
(106,121,136)
#5E6B78
(94,107,120)
#525D68
(82,93,104)
#464F58
(70,79,88)
#3A4148
(58,65,72)
#2E3338
(46,51,56)
#222528
(34,37,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #8EA3B8

#8EA3B8
(142,163,184)
#98ABBE
(152,171,190)
#A2B3C4
(162,179,196)
#ACBBCA
(172,187,202)
#B6C3D0
(182,195,208)
#C0CBD6
(192,203,214)
#CAD3DC
(202,211,220)
#D4DBE2
(212,219,226)
#DEE3E8
(222,227,232)
#E8EBEE
(232,235,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA3B8; }

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

This text font color is #8EA3B8.


Background Color

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

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

This div background color is #8EA3B8.


Border color

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

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

This div border color is #8EA3B8.


Opacity

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

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

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

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

This text has shadow with #8EA3B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA3B8 on black background.


Color preview on white background

This text has color #8EA3B8 on white background.



Black color preview on #8EA3B8 background

This text has black color on #8EA3B8 background.


White color preview on #8EA3B8 background

This text has white color on #8EA3B8 background.