COLOR #8E94B8

HEX: #8E94B8
RGB: (142,148,184)

Color info

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

RGB color model

#8E94B8 color RGB value is (142,148,184).

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

RGB channels and saturation

R 142 of 255 = 56%
G 148 of 255 = 58%
B 184 of 255 = 72%

142
148
184

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

Portions of RGB colors in percentages

R + G + B =
142 + 148 + 184 = 474 (100%)
R 142 of 474 ~ 29.96%
G 148 of 474 ~ 31.22%
B 184 of 474 ~ 38.82%

%29.96
%31.22
%38.82

CMYK color model

#8E94B8 color CMYK value is (23,20,0,28).

  • cyan value is 22.83%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(23,20,0,28)
C23M20Y0K28 
(23%,20%,0%,28%)
(0.23/0.20/0.00/0.28)	

CMYK percentages

%22.83
%19.57
%0
%27.84

Codes

Color #8E94B8 in popluar color models

8E94B8
RGB142148184
HSL231°22.83%63.92%
HSB/HSV231°22.83%72.16%
CMYK22.83%19.57%0.00%
27.84%

Color #8E94B8 in popluar number systems.

HEX8E94B8
Decimal142148184
Binary100011101001010010111000
Octal216224270

Shades and tints

Shades of #8E94B8

#8E94B8
(142,148,184)
#8287A8
(130,135,168)
#767A98
(118,122,152)
#6A6D88
(106,109,136)
#5E6078
(94,96,120)
#525368
(82,83,104)
#464658
(70,70,88)
#3A3948
(58,57,72)
#2E2C38
(46,44,56)
#221F28
(34,31,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #8E94B8

#8E94B8
(142,148,184)
#989DBE
(152,157,190)
#A2A6C4
(162,166,196)
#ACAFCA
(172,175,202)
#B6B8D0
(182,184,208)
#C0C1D6
(192,193,214)
#CACADC
(202,202,220)
#D4D3E2
(212,211,226)
#DEDCE8
(222,220,232)
#E8E5EE
(232,229,238)
#F2EEF4
(242,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E94B8; }

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

This text font color is #8E94B8.


Background Color

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

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

This div background color is #8E94B8.


Border color

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

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

This div border color is #8E94B8.


Opacity

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

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

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

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

This text has shadow with #8E94B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E94B8 on black background.


Color preview on white background

This text has color #8E94B8 on white background.



Black color preview on #8E94B8 background

This text has black color on #8E94B8 background.


White color preview on #8E94B8 background

This text has white color on #8E94B8 background.