COLOR #9E96EC

HEX: #9E96EC
RGB: (158,150,236)

Color info

#9E96EC contains mainly blue color. Web safe color of #9E96EC is #9999FF (or #99F).

RGB color model

#9E96EC color RGB value is (158,150,236).

  • red value is 158;
  • green value is 150;
  • blue value is 236.
RGB:
(158,150,236)
(62%,59%,93%)

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 236 of 255 = 93%

158
150
236

R + G + B ~ 71%. #9E96EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 236 = 544 (100%)
R 158 of 544 ~ 29.04%
G 150 of 544 ~ 27.57%
B 236 of 544 ~ 43.38%

%29.04
%27.57
%43.38

CMYK color model

#9E96EC color CMYK value is (33,36,0,7).

  • cyan value is 33.05%
  • magenta value is 36.44%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(33,36,0,7)
C33M36Y0K7 
(33%,36%,0%,7%)
(0.33/0.36/0.00/0.07)	

CMYK percentages

%33.05
%36.44
%0
%7.45

Codes

Color #9E96EC in popluar color models

9E96EC
RGB158150236
HSL246°69.35%75.69%
HSB/HSV246°36.44%92.55%
CMYK33.05%36.44%0.00%
7.45%

Color #9E96EC in popluar number systems.

HEX9E96EC
Decimal158150236
Binary100111101001011011101100
Octal236226354

Shades and tints

Shades of #9E96EC

#9E96EC
(158,150,236)
#9089D7
(144,137,215)
#827CC2
(130,124,194)
#746FAD
(116,111,173)
#666298
(102,98,152)
#585583
(88,85,131)
#4A486E
(74,72,110)
#3C3B59
(60,59,89)
#2E2E44
(46,46,68)
#20212F
(32,33,47)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #9E96EC

#9E96EC
(158,150,236)
#A69FED
(166,159,237)
#AEA8EE
(174,168,238)
#B6B1EF
(182,177,239)
#BEBAF0
(190,186,240)
#C6C3F1
(198,195,241)
#CECCF2
(206,204,242)
#D6D5F3
(214,213,243)
#DEDEF4
(222,222,244)
#E6E7F5
(230,231,245)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E96EC color. Also use rgb(158,150,236) instead hex code.

Text Font Color

.myTextColor { color: #9E96EC; }

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

This text font color is #9E96EC.


Background Color

.myBgColor { background-color: #9E96EC; }

<div style="background-color:#9E96EC">Inner text</div>

This div background color is #9E96EC.


Border color

.myBorderColor { border: 1px solid #9E96EC; }

<div style="border:3px solid #9E96EC">Div</div>

This div border color is #9E96EC.


Opacity

.myOpacity80 { color: #9E96EC; opacity: 0.8; }

<p style="color:#9E96EC;opacity:0.8;">80%</p>

Text with #9E96EC 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 #9E96EC;}

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

This text has shadow with #9E96EC color.

.textShadow {text-shadow: 3px 3px 1px #9E96EC, 3px 3px 1px red;}

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

This text has shadow with #9E96EC primary color and red secondary color.


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

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

This text has shadow with #9E96EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E96EC on black background.


Color preview on white background

This text has color #9E96EC on white background.



Black color preview on #9E96EC background

This text has black color on #9E96EC background.


White color preview on #9E96EC background

This text has white color on #9E96EC background.