COLOR #8E9BB0

HEX: #8E9BB0
RGB: (142,155,176)

Color info

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

RGB color model

#8E9BB0 color RGB value is (142,155,176).

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

RGB channels and saturation

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

142
155
176

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

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 176 = 473 (100%)
R 142 of 473 ~ 30.02%
G 155 of 473 ~ 32.77%
B 176 of 473 ~ 37.21%

%30.02
%32.77
%37.21

CMYK color model

#8E9BB0 color CMYK value is (19,12,0,31).

  • cyan value is 19.32%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(19,12,0,31)
C19M12Y0K31 
(19%,12%,0%,31%)
(0.19/0.12/0.00/0.31)	

CMYK percentages

%19.32
%11.93
%0
%30.98

Codes

Color #8E9BB0 in popluar color models

8E9BB0
RGB142155176
HSL217°17.71%62.35%
HSB/HSV217°19.32%69.02%
CMYK19.32%11.93%0.00%
30.98%

Color #8E9BB0 in popluar number systems.

HEX8E9BB0
Decimal142155176
Binary100011101001101110110000
Octal216233260

Shades and tints

Shades of #8E9BB0

#8E9BB0
(142,155,176)
#828DA0
(130,141,160)
#767F90
(118,127,144)
#6A7180
(106,113,128)
#5E6370
(94,99,112)
#525560
(82,85,96)
#464750
(70,71,80)
#3A3940
(58,57,64)
#2E2B30
(46,43,48)
#221D20
(34,29,32)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #8E9BB0

#8E9BB0
(142,155,176)
#98A4B7
(152,164,183)
#A2ADBE
(162,173,190)
#ACB6C5
(172,182,197)
#B6BFCC
(182,191,204)
#C0C8D3
(192,200,211)
#CAD1DA
(202,209,218)
#D4DAE1
(212,218,225)
#DEE3E8
(222,227,232)
#E8ECEF
(232,236,239)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9BB0; }

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

This text font color is #8E9BB0.


Background Color

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

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

This div background color is #8E9BB0.


Border color

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

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

This div border color is #8E9BB0.


Opacity

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

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

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

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

This text has shadow with #8E9BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9BB0 on black background.


Color preview on white background

This text has color #8E9BB0 on white background.



Black color preview on #8E9BB0 background

This text has black color on #8E9BB0 background.


White color preview on #8E9BB0 background

This text has white color on #8E9BB0 background.