COLOR #9B96BF

HEX: #9B96BF RGB: (155,150,191)

Color info

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

RGB color model

#9B96BF color RGB value is (155,150,191).

RGB: (155,150,191) (61%, 59%, 75%)

RGB channels and saturation

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

155
150
191

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

Portions of RGB colors in percentages

R + G + B = 155 + 150 + 191 = 496 (100%)
R 155 of 496 ~ 31.25%
G 150 of 496 ~ 30.24%
B 191 of 496 ~ 38.51'%

%31.25
%30.24
%38.51

CMYK color model

#9B96BF color CMYK value is (19,21,0,25).

  • cyan value is 18.85%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (19,21,0,25) C19M21Y0K25 (19%,21%,0%,25%) (0.19/0.21/0.00/0.25) 

CMYK percentages

%18.85
%21.47
%0
%25.1

Codes

Color #9B96BF in popluar color models

9B 96 BF
RGB 155 150 191
HSL 247° 24.26% 66.86%
HSB/HSV 247° 21.47% 74.90%
CMYK 18.85% 21.47% 0.00%
25.10%

Color #9B96BF in popluar number systems.

HEX 9B 96 BF
Decimal 155 150 191
Binary 10011011 10010110 10111111
Octal 233 226 277

Shades and tints

Shades of #9B96BF

#9B96BF
(155,150,191)
#8D89AE
(141,137,174)
#7F7C9D
(127,124,157)
#716F8C
(113,111,140)
#63627B
(99,98,123)
#55556A
(85,85,106)
#474859
(71,72,89)
#393B48
(57,59,72)
#2B2E37
(43,46,55)
#1D2126
(29,33,38)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #9B96BF

#9B96BF
(155,150,191)
#A49FC4
(164,159,196)
#ADA8C9
(173,168,201)
#B6B1CE
(182,177,206)
#BFBAD3
(191,186,211)
#C8C3D8
(200,195,216)
#D1CCDD
(209,204,221)
#DAD5E2
(218,213,226)
#E3DEE7
(227,222,231)
#ECE7EC
(236,231,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96BF; }

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

This text font color is #9B96BF.

Background Color

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

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

This div background color is #9B96BF.

Border color

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

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

This div border color is #9B96BF.

Opacity

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

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

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

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

This text has shadow with #9B96BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B96BF.

Preview

Color preview on black background

This text has color #9B96BF on black background.


Color preview on white background

This text has color #9B96BF on white background.


Black color preview on #9B96BF background

This text has black color on #9B96BF background.


White color preview on #9B96BF background

This text has white color on #9B96BF background.


Related colors

Complementary color

Complementary color for #hex is #646940.


I love getcolorcode.com

Triadic colors

1 #BF9B96 and #96BF9B with #9B96BF are triadic colors.

2 #BF969B and #969BBF with #9B96BF are triadic colors.