COLOR #8E9BC9

HEX: #8E9BC9
RGB: (142,155,201)

Color info

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

RGB color model

#8E9BC9 color RGB value is (142,155,201).

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

RGB channels and saturation

R 142 of 255 = 56%
G 155 of 255 = 61%
B 201 of 255 = 79%

142
155
201

R + G + B ~ 65%. #8E9BC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 155 + 201 = 498 (100%)
R 142 of 498 ~ 28.51%
G 155 of 498 ~ 31.12%
B 201 of 498 ~ 40.36%

%28.51
%31.12
%40.36

CMYK color model

#8E9BC9 color CMYK value is (29,23,0,21).

  • cyan value is 29.35%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(29,23,0,21)
C29M23Y0K21 
(29%,23%,0%,21%)
(0.29/0.23/0.00/0.21)	

CMYK percentages

%29.35
%22.89
%0
%21.18

Codes

Color #8E9BC9 in popluar color models

8E9BC9
RGB142155201
HSL227°35.33%67.25%
HSB/HSV227°29.35%78.82%
CMYK29.35%22.89%0.00%
21.18%

Color #8E9BC9 in popluar number systems.

HEX8E9BC9
Decimal142155201
Binary100011101001101111001001
Octal216233311

Shades and tints

Shades of #8E9BC9

#8E9BC9
(142,155,201)
#828DB7
(130,141,183)
#767FA5
(118,127,165)
#6A7193
(106,113,147)
#5E6381
(94,99,129)
#52556F
(82,85,111)
#46475D
(70,71,93)
#3A394B
(58,57,75)
#2E2B39
(46,43,57)
#221D27
(34,29,39)
#160F15
(22,15,21)
#000000
(0,0,0)

Tints of #8E9BC9

#8E9BC9
(142,155,201)
#98A4CD
(152,164,205)
#A2ADD1
(162,173,209)
#ACB6D5
(172,182,213)
#B6BFD9
(182,191,217)
#C0C8DD
(192,200,221)
#CAD1E1
(202,209,225)
#D4DAE5
(212,218,229)
#DEE3E9
(222,227,233)
#E8ECED
(232,236,237)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8E9BC9; }

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

This text font color is #8E9BC9.


Background Color

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

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

This div background color is #8E9BC9.


Border color

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

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

This div border color is #8E9BC9.


Opacity

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

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

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

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

This text has shadow with #8E9BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E9BC9 on black background.


Color preview on white background

This text has color #8E9BC9 on white background.



Black color preview on #8E9BC9 background

This text has black color on #8E9BC9 background.


White color preview on #8E9BC9 background

This text has white color on #8E9BC9 background.