COLOR #8E9EB4

HEX: #8E9EB4
RGB: (142,158,180)

Color info

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

RGB color model

#8E9EB4 color RGB value is (142,158,180).

  • red value is 142;
  • green value is 158;
  • blue value is 180.
RGB:
(142,158,180)
(56%,62%,71%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 180 of 255 = 71%

142
158
180

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

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 180 = 480 (100%)
R 142 of 480 ~ 29.58%
G 158 of 480 ~ 32.92%
B 180 of 480 ~ 37.5%

%29.58
%32.92
%37.5

CMYK color model

#8E9EB4 color CMYK value is (21,12,0,29).

  • cyan value is 21.11%
  • magenta value is 12.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(21,12,0,29)
C21M12Y0K29 
(21%,12%,0%,29%)
(0.21/0.12/0.00/0.29)	

CMYK percentages

%21.11
%12.22
%0
%29.41

Codes

Color #8E9EB4 in popluar color models

8E9EB4
RGB142158180
HSL215°20.21%63.14%
HSB/HSV215°21.11%70.59%
CMYK21.11%12.22%0.00%
29.41%

Color #8E9EB4 in popluar number systems.

HEX8E9EB4
Decimal142158180
Binary100011101001111010110100
Octal216236264

Shades and tints

Shades of #8E9EB4

#8E9EB4
(142,158,180)
#8290A4
(130,144,164)
#768294
(118,130,148)
#6A7484
(106,116,132)
#5E6674
(94,102,116)
#525864
(82,88,100)
#464A54
(70,74,84)
#3A3C44
(58,60,68)
#2E2E34
(46,46,52)
#222024
(34,32,36)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #8E9EB4

#8E9EB4
(142,158,180)
#98A6BA
(152,166,186)
#A2AEC0
(162,174,192)
#ACB6C6
(172,182,198)
#B6BECC
(182,190,204)
#C0C6D2
(192,198,210)
#CACED8
(202,206,216)
#D4D6DE
(212,214,222)
#DEDEE4
(222,222,228)
#E8E6EA
(232,230,234)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9EB4 color. Also use rgb(142,158,180) instead hex code.

Text Font Color

.myTextColor { color: #8E9EB4; }

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

This text font color is #8E9EB4.


Background Color

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

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

This div background color is #8E9EB4.


Border color

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

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

This div border color is #8E9EB4.


Opacity

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

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

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

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

This text has shadow with #8E9EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9EB4 on black background.


Color preview on white background

This text has color #8E9EB4 on white background.



Black color preview on #8E9EB4 background

This text has black color on #8E9EB4 background.


White color preview on #8E9EB4 background

This text has white color on #8E9EB4 background.