COLOR #8E9BAE

HEX: #8E9BAE
RGB: (142,155,174)

Color info

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

RGB color model

#8E9BAE color RGB value is (142,155,174).

  • red value is 142;
  • green value is 155;
  • blue value is 174.
RGB:
(142,155,174)
(56%,61%,68%)

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 174 of 255 = 68%

142
155
174

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 174 = 471 (100%)
R 142 of 471 ~ 30.15%
G 155 of 471 ~ 32.91%
B 174 of 471 ~ 36.94%

%30.15
%32.91
%36.94

CMYK color model

#8E9BAE color CMYK value is (18,11,0,32).

  • cyan value is 18.39%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,11,0,32)
C18M11Y0K32 
(18%,11%,0%,32%)
(0.18/0.11/0.00/0.32)	

CMYK percentages

%18.39
%10.92
%0
%31.76

Codes

Color #8E9BAE in popluar color models

8E9BAE
RGB142155174
HSL216°16.49%61.96%
HSB/HSV216°18.39%68.24%
CMYK18.39%10.92%0.00%
31.76%

Color #8E9BAE in popluar number systems.

HEX8E9BAE
Decimal142155174
Binary100011101001101110101110
Octal216233256

Shades and tints

Shades of #8E9BAE

#8E9BAE
(142,155,174)
#828D9F
(130,141,159)
#767F90
(118,127,144)
#6A7181
(106,113,129)
#5E6372
(94,99,114)
#525563
(82,85,99)
#464754
(70,71,84)
#3A3945
(58,57,69)
#2E2B36
(46,43,54)
#221D27
(34,29,39)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #8E9BAE

#8E9BAE
(142,155,174)
#98A4B5
(152,164,181)
#A2ADBC
(162,173,188)
#ACB6C3
(172,182,195)
#B6BFCA
(182,191,202)
#C0C8D1
(192,200,209)
#CAD1D8
(202,209,216)
#D4DADF
(212,218,223)
#DEE3E6
(222,227,230)
#E8ECED
(232,236,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9BAE color. Also use rgb(142,155,174) instead hex code.

Text Font Color

.myTextColor { color: #8E9BAE; }

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

This text font color is #8E9BAE.


Background Color

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

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

This div background color is #8E9BAE.


Border color

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

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

This div border color is #8E9BAE.


Opacity

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

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

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

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

This text has shadow with #8E9BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9BAE on black background.


Color preview on white background

This text has color #8E9BAE on white background.



Black color preview on #8E9BAE background

This text has black color on #8E9BAE background.


White color preview on #8E9BAE background

This text has white color on #8E9BAE background.