COLOR #8E9EB7

HEX: #8E9EB7
RGB: (142,158,183)

Color info

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

RGB color model

#8E9EB7 color RGB value is (142,158,183).

  • red value is 142;
  • green value is 158;
  • blue value is 183.
RGB:
(142,158,183)
(56%,62%,72%)

RGB channels and saturation

R 142 of 255 = 56%
G 158 of 255 = 62%
B 183 of 255 = 72%

142
158
183

R + G + B ~ 63%. #8E9EB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 158 + 183 = 483 (100%)
R 142 of 483 ~ 29.4%
G 158 of 483 ~ 32.71%
B 183 of 483 ~ 37.89%

%29.4
%32.71
%37.89

CMYK color model

#8E9EB7 color CMYK value is (22,14,0,28).

  • cyan value is 22.40%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(22,14,0,28)
C22M14Y0K28 
(22%,14%,0%,28%)
(0.22/0.14/0.00/0.28)	

CMYK percentages

%22.4
%13.66
%0
%28.24

Codes

Color #8E9EB7 in popluar color models

8E9EB7
RGB142158183
HSL217°22.16%63.73%
HSB/HSV217°22.40%71.76%
CMYK22.40%13.66%0.00%
28.24%

Color #8E9EB7 in popluar number systems.

HEX8E9EB7
Decimal142158183
Binary100011101001111010110111
Octal216236267

Shades and tints

Shades of #8E9EB7

#8E9EB7
(142,158,183)
#8290A7
(130,144,167)
#768297
(118,130,151)
#6A7487
(106,116,135)
#5E6677
(94,102,119)
#525867
(82,88,103)
#464A57
(70,74,87)
#3A3C47
(58,60,71)
#2E2E37
(46,46,55)
#222027
(34,32,39)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #8E9EB7

#8E9EB7
(142,158,183)
#98A6BD
(152,166,189)
#A2AEC3
(162,174,195)
#ACB6C9
(172,182,201)
#B6BECF
(182,190,207)
#C0C6D5
(192,198,213)
#CACEDB
(202,206,219)
#D4D6E1
(212,214,225)
#DEDEE7
(222,222,231)
#E8E6ED
(232,230,237)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E9EB7 color. Also use rgb(142,158,183) instead hex code.

Text Font Color

.myTextColor { color: #8E9EB7; }

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

This text font color is #8E9EB7.


Background Color

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

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

This div background color is #8E9EB7.


Border color

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

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

This div border color is #8E9EB7.


Opacity

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

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

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

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

This text has shadow with #8E9EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9EB7 on black background.


Color preview on white background

This text has color #8E9EB7 on white background.



Black color preview on #8E9EB7 background

This text has black color on #8E9EB7 background.


White color preview on #8E9EB7 background

This text has white color on #8E9EB7 background.