COLOR #8E96CD

HEX: #8E96CD
RGB: (142,150,205)

Color info

#8E96CD contains mainly green and blue colors. Web safe color of #8E96CD is #9999CC (or #99C).

RGB color model

#8E96CD color RGB value is (142,150,205).

  • red value is 142;
  • green value is 150;
  • blue value is 205.
RGB:
(142,150,205)
(56%,59%,80%)

RGB channels and saturation

R 142 of 255 = 56%
G 150 of 255 = 59%
B 205 of 255 = 80%

142
150
205

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

Portions of RGB colors in percentages

R + G + B =
142 + 150 + 205 = 497 (100%)
R 142 of 497 ~ 28.57%
G 150 of 497 ~ 30.18%
B 205 of 497 ~ 41.25%

%28.57
%30.18
%41.25

CMYK color model

#8E96CD color CMYK value is (31,27,0,20).

  • cyan value is 30.73%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(31,27,0,20)
C31M27Y0K20 
(31%,27%,0%,20%)
(0.31/0.27/0.00/0.20)	

CMYK percentages

%30.73
%26.83
%0
%19.61

Codes

Color #8E96CD in popluar color models

8E96CD
RGB142150205
HSL232°38.65%68.04%
HSB/HSV232°30.73%80.39%
CMYK30.73%26.83%0.00%
19.61%

Color #8E96CD in popluar number systems.

HEX8E96CD
Decimal142150205
Binary100011101001011011001101
Octal216226315

Shades and tints

Shades of #8E96CD

#8E96CD
(142,150,205)
#8289BB
(130,137,187)
#767CA9
(118,124,169)
#6A6F97
(106,111,151)
#5E6285
(94,98,133)
#525573
(82,85,115)
#464861
(70,72,97)
#3A3B4F
(58,59,79)
#2E2E3D
(46,46,61)
#22212B
(34,33,43)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #8E96CD

#8E96CD
(142,150,205)
#989FD1
(152,159,209)
#A2A8D5
(162,168,213)
#ACB1D9
(172,177,217)
#B6BADD
(182,186,221)
#C0C3E1
(192,195,225)
#CACCE5
(202,204,229)
#D4D5E9
(212,213,233)
#DEDEED
(222,222,237)
#E8E7F1
(232,231,241)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8E96CD color. Also use rgb(142,150,205) instead hex code.

Text Font Color

.myTextColor { color: #8E96CD; }

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

This text font color is #8E96CD.


Background Color

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

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

This div background color is #8E96CD.


Border color

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

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

This div border color is #8E96CD.


Opacity

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

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

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

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

This text has shadow with #8E96CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8E96CD on black background.


Color preview on white background

This text has color #8E96CD on white background.



Black color preview on #8E96CD background

This text has black color on #8E96CD background.


White color preview on #8E96CD background

This text has white color on #8E96CD background.