COLOR #8E91B0

HEX: #8E91B0 RGB: (142,145,176)

Color info

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

RGB color model

#8E91B0 color RGB value is (142,145,176).

RGB: (142,145,176) (56%, 57%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 176 of 255 = 69%

142
145
176

R + G + B ~ 61%. #8E91B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 145 + 176 = 463 (100%)
R 142 of 463 ~ 30.67%
G 145 of 463 ~ 31.32%
B 176 of 463 ~ 38.01'%

%30.67
%31.32
%38.01

CMYK color model

#8E91B0 color CMYK value is (19,18,0,31).

  • cyan value is 19.32%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (19,18,0,31) C19M18Y0K31 (19%,18%,0%,31%) (0.19/0.18/0.00/0.31) 

CMYK percentages

%19.32
%17.61
%0
%30.98

Codes

Color #8E91B0 in popluar color models

8E 91 B0
RGB 142 145 176
HSL 235° 17.71% 62.35%
HSB/HSV 235° 19.32% 69.02%
CMYK 19.32% 17.61% 0.00%
30.98%

Color #8E91B0 in popluar number systems.

HEX 8E 91 B0
Decimal 142 145 176
Binary 10001110 10010001 10110000
Octal 216 221 260

Shades and tints

Shades of #8E91B0

#8E91B0
(142,145,176)
#8284A0
(130,132,160)
#767790
(118,119,144)
#6A6A80
(106,106,128)
#5E5D70
(94,93,112)
#525060
(82,80,96)
#464350
(70,67,80)
#3A3640
(58,54,64)
#2E2930
(46,41,48)
#221C20
(34,28,32)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #8E91B0

#8E91B0
(142,145,176)
#989BB7
(152,155,183)
#A2A5BE
(162,165,190)
#ACAFC5
(172,175,197)
#B6B9CC
(182,185,204)
#C0C3D3
(192,195,211)
#CACDDA
(202,205,218)
#D4D7E1
(212,215,225)
#DEE1E8
(222,225,232)
#E8EBEF
(232,235,239)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E91B0; }

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

This text font color is #8E91B0.

Background Color

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

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

This div background color is #8E91B0.

Border color

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

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

This div border color is #8E91B0.

Opacity

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

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

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

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

This text has shadow with #8E91B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8E91B0.

Preview

Color preview on black background

This text has color #8E91B0 on black background.


Color preview on white background

This text has color #8E91B0 on white background.


Black color preview on #8E91B0 background

This text has black color on #8E91B0 background.


White color preview on #8E91B0 background

This text has white color on #8E91B0 background.


Related colors

Complementary color

Complementary color for #hex is #716E4F.


I love getcolorcode.com

Triadic colors

1 #B08E91 and #91B08E with #8E91B0 are triadic colors.

2 #B0918E and #918EB0 with #8E91B0 are triadic colors.