COLOR #9E96EA

HEX: #9E96EA
RGB: (158,150,234)

Color info

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

RGB color model

#9E96EA color RGB value is (158,150,234).

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

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 234 of 255 = 92%

158
150
234

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

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 234 = 542 (100%)
R 158 of 542 ~ 29.15%
G 150 of 542 ~ 27.68%
B 234 of 542 ~ 43.17%

%29.15
%27.68
%43.17

CMYK color model

#9E96EA color CMYK value is (32,36,0,8).

  • cyan value is 32.48%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(32,36,0,8)
C32M36Y0K8 
(32%,36%,0%,8%)
(0.32/0.36/0.00/0.08)	

CMYK percentages

%32.48
%35.9
%0
%8.24

Codes

Color #9E96EA in popluar color models

9E96EA
RGB158150234
HSL246°66.67%75.29%
HSB/HSV246°35.90%91.76%
CMYK32.48%35.90%0.00%
8.24%

Color #9E96EA in popluar number systems.

HEX9E96EA
Decimal158150234
Binary100111101001011011101010
Octal236226352

Shades and tints

Shades of #9E96EA

#9E96EA
(158,150,234)
#9089D5
(144,137,213)
#827CC0
(130,124,192)
#746FAB
(116,111,171)
#666296
(102,98,150)
#585581
(88,85,129)
#4A486C
(74,72,108)
#3C3B57
(60,59,87)
#2E2E42
(46,46,66)
#20212D
(32,33,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #9E96EA

#9E96EA
(158,150,234)
#A69FEB
(166,159,235)
#AEA8EC
(174,168,236)
#B6B1ED
(182,177,237)
#BEBAEE
(190,186,238)
#C6C3EF
(198,195,239)
#CECCF0
(206,204,240)
#D6D5F1
(214,213,241)
#DEDEF2
(222,222,242)
#E6E7F3
(230,231,243)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E96EA; }

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

This text font color is #9E96EA.


Background Color

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

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

This div background color is #9E96EA.


Border color

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

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

This div border color is #9E96EA.


Opacity

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

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

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

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

This text has shadow with #9E96EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E96EA on black background.


Color preview on white background

This text has color #9E96EA on white background.



Black color preview on #9E96EA background

This text has black color on #9E96EA background.


White color preview on #9E96EA background

This text has white color on #9E96EA background.