COLOR #9B96B5

HEX: #9B96B5
RGB: (155,150,181)

Color info

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

RGB color model

#9B96B5 color RGB value is (155,150,181).

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

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 181 of 255 = 71%

155
150
181

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

Portions of RGB colors in percentages

R + G + B =
155 + 150 + 181 = 486 (100%)
R 155 of 486 ~ 31.89%
G 150 of 486 ~ 30.86%
B 181 of 486 ~ 37.24%

%31.89
%30.86
%37.24

CMYK color model

#9B96B5 color CMYK value is (14,17,0,29).

  • cyan value is 14.36%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(14,17,0,29)
C14M17Y0K29 
(14%,17%,0%,29%)
(0.14/0.17/0.00/0.29)	

CMYK percentages

%14.36
%17.13
%0
%29.02

Codes

Color #9B96B5 in popluar color models

9B96B5
RGB155150181
HSL250°17.32%64.90%
HSB/HSV250°17.13%70.98%
CMYK14.36%17.13%0.00%
29.02%

Color #9B96B5 in popluar number systems.

HEX9B96B5
Decimal155150181
Binary100110111001011010110101
Octal233226265

Shades and tints

Shades of #9B96B5

#9B96B5
(155,150,181)
#8D89A5
(141,137,165)
#7F7C95
(127,124,149)
#716F85
(113,111,133)
#636275
(99,98,117)
#555565
(85,85,101)
#474855
(71,72,85)
#393B45
(57,59,69)
#2B2E35
(43,46,53)
#1D2125
(29,33,37)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #9B96B5

#9B96B5
(155,150,181)
#A49FBB
(164,159,187)
#ADA8C1
(173,168,193)
#B6B1C7
(182,177,199)
#BFBACD
(191,186,205)
#C8C3D3
(200,195,211)
#D1CCD9
(209,204,217)
#DAD5DF
(218,213,223)
#E3DEE5
(227,222,229)
#ECE7EB
(236,231,235)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96B5; }

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

This text font color is #9B96B5.


Background Color

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

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

This div background color is #9B96B5.


Border color

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

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

This div border color is #9B96B5.


Opacity

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

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

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

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

This text has shadow with #9B96B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B96B5 on black background.


Color preview on white background

This text has color #9B96B5 on white background.



Black color preview on #9B96B5 background

This text has black color on #9B96B5 background.


White color preview on #9B96B5 background

This text has white color on #9B96B5 background.