COLOR #9E96BE

HEX: #9E96BE
RGB: (158,150,190)

Color info

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

RGB color model

#9E96BE color RGB value is (158,150,190).

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

RGB channels and saturation

R 158 of 255 = 62%
G 150 of 255 = 59%
B 190 of 255 = 75%

158
150
190

R + G + B ~ 65%. #9E96BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 150 + 190 = 498 (100%)
R 158 of 498 ~ 31.73%
G 150 of 498 ~ 30.12%
B 190 of 498 ~ 38.15%

%31.73
%30.12
%38.15

CMYK color model

#9E96BE color CMYK value is (17,21,0,25).

  • cyan value is 16.84%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,21,0,25)
C17M21Y0K25 
(17%,21%,0%,25%)
(0.17/0.21/0.00/0.25)	

CMYK percentages

%16.84
%21.05
%0
%25.49

Codes

Color #9E96BE in popluar color models

9E96BE
RGB158150190
HSL252°23.53%66.67%
HSB/HSV252°21.05%74.51%
CMYK16.84%21.05%0.00%
25.49%

Color #9E96BE in popluar number systems.

HEX9E96BE
Decimal158150190
Binary100111101001011010111110
Octal236226276

Shades and tints

Shades of #9E96BE

#9E96BE
(158,150,190)
#9089AD
(144,137,173)
#827C9C
(130,124,156)
#746F8B
(116,111,139)
#66627A
(102,98,122)
#585569
(88,85,105)
#4A4858
(74,72,88)
#3C3B47
(60,59,71)
#2E2E36
(46,46,54)
#202125
(32,33,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #9E96BE

#9E96BE
(158,150,190)
#A69FC3
(166,159,195)
#AEA8C8
(174,168,200)
#B6B1CD
(182,177,205)
#BEBAD2
(190,186,210)
#C6C3D7
(198,195,215)
#CECCDC
(206,204,220)
#D6D5E1
(214,213,225)
#DEDEE6
(222,222,230)
#E6E7EB
(230,231,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E96BE; }

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

This text font color is #9E96BE.


Background Color

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

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

This div background color is #9E96BE.


Border color

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

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

This div border color is #9E96BE.


Opacity

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

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

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

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

This text has shadow with #9E96BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E96BE on black background.


Color preview on white background

This text has color #9E96BE on white background.



Black color preview on #9E96BE background

This text has black color on #9E96BE background.


White color preview on #9E96BE background

This text has white color on #9E96BE background.