COLOR #8E91BD

HEX: #8E91BD
RGB: (142,145,189)

Color info

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

RGB color model

#8E91BD color RGB value is (142,145,189).

  • red value is 142;
  • green value is 145;
  • blue value is 189.
RGB:
(142,145,189)
(56%,57%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 145 of 255 = 57%
B 189 of 255 = 74%

142
145
189

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

Portions of RGB colors in percentages

R + G + B =
142 + 145 + 189 = 476 (100%)
R 142 of 476 ~ 29.83%
G 145 of 476 ~ 30.46%
B 189 of 476 ~ 39.71%

%29.83
%30.46
%39.71

CMYK color model

#8E91BD color CMYK value is (25,23,0,26).

  • cyan value is 24.87%
  • magenta value is 23.28%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(25,23,0,26)
C25M23Y0K26 
(25%,23%,0%,26%)
(0.25/0.23/0.00/0.26)	

CMYK percentages

%24.87
%23.28
%0
%25.88

Codes

Color #8E91BD in popluar color models

8E91BD
RGB142145189
HSL236°26.26%64.90%
HSB/HSV236°24.87%74.12%
CMYK24.87%23.28%0.00%
25.88%

Color #8E91BD in popluar number systems.

HEX8E91BD
Decimal142145189
Binary100011101001000110111101
Octal216221275

Shades and tints

Shades of #8E91BD

#8E91BD
(142,145,189)
#8284AC
(130,132,172)
#76779B
(118,119,155)
#6A6A8A
(106,106,138)
#5E5D79
(94,93,121)
#525068
(82,80,104)
#464357
(70,67,87)
#3A3646
(58,54,70)
#2E2935
(46,41,53)
#221C24
(34,28,36)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #8E91BD

#8E91BD
(142,145,189)
#989BC3
(152,155,195)
#A2A5C9
(162,165,201)
#ACAFCF
(172,175,207)
#B6B9D5
(182,185,213)
#C0C3DB
(192,195,219)
#CACDE1
(202,205,225)
#D4D7E7
(212,215,231)
#DEE1ED
(222,225,237)
#E8EBF3
(232,235,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E91BD; }

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

This text font color is #8E91BD.


Background Color

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

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

This div background color is #8E91BD.


Border color

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

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

This div border color is #8E91BD.


Opacity

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

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

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

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

This text has shadow with #8E91BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E91BD on black background.


Color preview on white background

This text has color #8E91BD on white background.



Black color preview on #8E91BD background

This text has black color on #8E91BD background.


White color preview on #8E91BD background

This text has white color on #8E91BD background.