COLOR #9B96BB

HEX: #9B96BB
RGB: (155,150,187)

Color info

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

RGB color model

#9B96BB color RGB value is (155,150,187).

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

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 187 of 255 = 73%

155
150
187

R + G + B ~ 64%. #9B96BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 187 = 492 (100%)
R 155 of 492 ~ 31.5%
G 150 of 492 ~ 30.49%
B 187 of 492 ~ 38.01%

%31.5
%30.49
%38.01

CMYK color model

#9B96BB color CMYK value is (17,20,0,27).

  • cyan value is 17.11%
  • magenta value is 19.79%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,20,0,27)
C17M20Y0K27 
(17%,20%,0%,27%)
(0.17/0.20/0.00/0.27)	

CMYK percentages

%17.11
%19.79
%0
%26.67

Codes

Color #9B96BB in popluar color models

9B96BB
RGB155150187
HSL248°21.39%66.08%
HSB/HSV248°19.79%73.33%
CMYK17.11%19.79%0.00%
26.67%

Color #9B96BB in popluar number systems.

HEX9B96BB
Decimal155150187
Binary100110111001011010111011
Octal233226273

Shades and tints

Shades of #9B96BB

#9B96BB
(155,150,187)
#8D89AA
(141,137,170)
#7F7C99
(127,124,153)
#716F88
(113,111,136)
#636277
(99,98,119)
#555566
(85,85,102)
#474855
(71,72,85)
#393B44
(57,59,68)
#2B2E33
(43,46,51)
#1D2122
(29,33,34)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9B96BB

#9B96BB
(155,150,187)
#A49FC1
(164,159,193)
#ADA8C7
(173,168,199)
#B6B1CD
(182,177,205)
#BFBAD3
(191,186,211)
#C8C3D9
(200,195,217)
#D1CCDF
(209,204,223)
#DAD5E5
(218,213,229)
#E3DEEB
(227,222,235)
#ECE7F1
(236,231,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96BB; }

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

This text font color is #9B96BB.


Background Color

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

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

This div background color is #9B96BB.


Border color

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

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

This div border color is #9B96BB.


Opacity

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

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

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

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

This text has shadow with #9B96BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96BB on black background.


Color preview on white background

This text has color #9B96BB on white background.



Black color preview on #9B96BB background

This text has black color on #9B96BB background.


White color preview on #9B96BB background

This text has white color on #9B96BB background.