COLOR #9E96DD

HEX: #9E96DD
RGB: (158,150,221)

Color info

#9E96DD contains mainly blue color. Web safe color of #9E96DD is #9999CC (or #99C).

RGB color model

#9E96DD color RGB value is (158,150,221).

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

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 221 of 255 = 87%

158
150
221

R + G + B ~ 69%. #9E96DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 221 = 529 (100%)
R 158 of 529 ~ 29.87%
G 150 of 529 ~ 28.36%
B 221 of 529 ~ 41.78%

%29.87
%28.36
%41.78

CMYK color model

#9E96DD color CMYK value is (29,32,0,13).

  • cyan value is 28.51%
  • magenta value is 32.13%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,32,0,13)
C29M32Y0K13 
(29%,32%,0%,13%)
(0.29/0.32/0.00/0.13)	

CMYK percentages

%28.51
%32.13
%0
%13.33

Codes

Color #9E96DD in popluar color models

9E96DD
RGB158150221
HSL247°51.08%72.75%
HSB/HSV247°32.13%86.67%
CMYK28.51%32.13%0.00%
13.33%

Color #9E96DD in popluar number systems.

HEX9E96DD
Decimal158150221
Binary100111101001011011011101
Octal236226335

Shades and tints

Shades of #9E96DD

#9E96DD
(158,150,221)
#9089C9
(144,137,201)
#827CB5
(130,124,181)
#746FA1
(116,111,161)
#66628D
(102,98,141)
#585579
(88,85,121)
#4A4865
(74,72,101)
#3C3B51
(60,59,81)
#2E2E3D
(46,46,61)
#202129
(32,33,41)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #9E96DD

#9E96DD
(158,150,221)
#A69FE0
(166,159,224)
#AEA8E3
(174,168,227)
#B6B1E6
(182,177,230)
#BEBAE9
(190,186,233)
#C6C3EC
(198,195,236)
#CECCEF
(206,204,239)
#D6D5F2
(214,213,242)
#DEDEF5
(222,222,245)
#E6E7F8
(230,231,248)
#EEF0FB
(238,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E96DD; }

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

This text font color is #9E96DD.


Background Color

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

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

This div background color is #9E96DD.


Border color

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

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

This div border color is #9E96DD.


Opacity

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

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

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

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

This text has shadow with #9E96DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E96DD on black background.


Color preview on white background

This text has color #9E96DD on white background.



Black color preview on #9E96DD background

This text has black color on #9E96DD background.


White color preview on #9E96DD background

This text has white color on #9E96DD background.