COLOR #9B96BE

HEX: #9B96BE
RGB: (155,150,190)

Color info

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

RGB color model

#9B96BE color RGB value is (155,150,190).

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

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 190 of 255 = 75%

155
150
190

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 190 = 495 (100%)
R 155 of 495 ~ 31.31%
G 150 of 495 ~ 30.3%
B 190 of 495 ~ 38.38%

%31.31
%30.3
%38.38

CMYK color model

#9B96BE color CMYK value is (18,21,0,25).

  • cyan value is 18.42%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,21,0,25)
C18M21Y0K25 
(18%,21%,0%,25%)
(0.18/0.21/0.00/0.25)	

CMYK percentages

%18.42
%21.05
%0
%25.49

Codes

Color #9B96BE in popluar color models

9B96BE
RGB155150190
HSL248°23.53%66.67%
HSB/HSV248°21.05%74.51%
CMYK18.42%21.05%0.00%
25.49%

Color #9B96BE in popluar number systems.

HEX9B96BE
Decimal155150190
Binary100110111001011010111110
Octal233226276

Shades and tints

Shades of #9B96BE

#9B96BE
(155,150,190)
#8D89AD
(141,137,173)
#7F7C9C
(127,124,156)
#716F8B
(113,111,139)
#63627A
(99,98,122)
#555569
(85,85,105)
#474858
(71,72,88)
#393B47
(57,59,71)
#2B2E36
(43,46,54)
#1D2125
(29,33,37)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #9B96BE

#9B96BE
(155,150,190)
#A49FC3
(164,159,195)
#ADA8C8
(173,168,200)
#B6B1CD
(182,177,205)
#BFBAD2
(191,186,210)
#C8C3D7
(200,195,215)
#D1CCDC
(209,204,220)
#DAD5E1
(218,213,225)
#E3DEE6
(227,222,230)
#ECE7EB
(236,231,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96BE; }

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

This text font color is #9B96BE.


Background Color

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

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

This div background color is #9B96BE.


Border color

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

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

This div border color is #9B96BE.


Opacity

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

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

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

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

This text has shadow with #9B96BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96BE on black background.


Color preview on white background

This text has color #9B96BE on white background.



Black color preview on #9B96BE background

This text has black color on #9B96BE background.


White color preview on #9B96BE background

This text has white color on #9B96BE background.