COLOR #8E9BB1

HEX: #8E9BB1
RGB: (142,155,177)

Color info

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

RGB color model

#8E9BB1 color RGB value is (142,155,177).

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

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 177 of 255 = 69%

142
155
177

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 177 = 474 (100%)
R 142 of 474 ~ 29.96%
G 155 of 474 ~ 32.7%
B 177 of 474 ~ 37.34%

%29.96
%32.7
%37.34

CMYK color model

#8E9BB1 color CMYK value is (20,12,0,31).

  • cyan value is 19.77%
  • magenta value is 12.43%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(20,12,0,31)
C20M12Y0K31 
(20%,12%,0%,31%)
(0.20/0.12/0.00/0.31)	

CMYK percentages

%19.77
%12.43
%0
%30.59

Codes

Color #8E9BB1 in popluar color models

8E9BB1
RGB142155177
HSL218°18.32%62.55%
HSB/HSV218°19.77%69.41%
CMYK19.77%12.43%0.00%
30.59%

Color #8E9BB1 in popluar number systems.

HEX8E9BB1
Decimal142155177
Binary100011101001101110110001
Octal216233261

Shades and tints

Shades of #8E9BB1

#8E9BB1
(142,155,177)
#828DA1
(130,141,161)
#767F91
(118,127,145)
#6A7181
(106,113,129)
#5E6371
(94,99,113)
#525561
(82,85,97)
#464751
(70,71,81)
#3A3941
(58,57,65)
#2E2B31
(46,43,49)
#221D21
(34,29,33)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #8E9BB1

#8E9BB1
(142,155,177)
#98A4B8
(152,164,184)
#A2ADBF
(162,173,191)
#ACB6C6
(172,182,198)
#B6BFCD
(182,191,205)
#C0C8D4
(192,200,212)
#CAD1DB
(202,209,219)
#D4DAE2
(212,218,226)
#DEE3E9
(222,227,233)
#E8ECF0
(232,236,240)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9BB1; }

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

This text font color is #8E9BB1.


Background Color

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

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

This div background color is #8E9BB1.


Border color

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

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

This div border color is #8E9BB1.


Opacity

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

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

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

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

This text has shadow with #8E9BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9BB1 on black background.


Color preview on white background

This text has color #8E9BB1 on white background.



Black color preview on #8E9BB1 background

This text has black color on #8E9BB1 background.


White color preview on #8E9BB1 background

This text has white color on #8E9BB1 background.