COLOR #9B96CC

HEX: #9B96CC RGB: (155,150,204)

Color info

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

RGB color model

#9B96CC color RGB value is (155,150,204).

RGB: (155,150,204) (61%, 59%, 80%)

RGB channels and saturation

R 155 of 255 = 61%
G 150 of 255 = 59%
B 204 of 255 = 80%

155
150
204

R + G + B ~ 67%. #9B96CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 150 + 204 = 509 (100%)
R 155 of 509 ~ 30.45%
G 150 of 509 ~ 29.47%
B 204 of 509 ~ 40.08'%

%30.45
%29.47
%40.08

CMYK color model

#9B96CC color CMYK value is (24,26,0,20).

  • cyan value is 24.02%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (24,26,0,20)
C24M26Y0K20 (24%, 26%, 0%, 20%)
(0.24 / 0.26 / 0.00 / 0.20)

CMYK percentages

%24.02
%26.47
%0
%20

Codes

Color #9B96CC in popluar color models

9B 96 CC
RGB 155 150 204
HSL 246° 34.62% 69.41%
HSB/HSV 246° 26.47% 80.00%
CMYK 24.02% 26.47% 0.00%
20.00%

Color #9B96CC in popluar number systems.

HEX 9B 96 CC
Decimal 155 150 204
Binary 10011011 10010110 11001100
Octal 233 226 314

Shades and tints

Shades of #9B96CC

#9B96CC
(155,150,204)
#8D89BA
(141,137,186)
#7F7CA8
(127,124,168)
#716F96
(113,111,150)
#636284
(99,98,132)
#555572
(85,85,114)
#474860
(71,72,96)
#393B4E
(57,59,78)
#2B2E3C
(43,46,60)
#1D212A
(29,33,42)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9B96CC

#9B96CC
(155,150,204)
#A49FD0
(164,159,208)
#ADA8D4
(173,168,212)
#B6B1D8
(182,177,216)
#BFBADC
(191,186,220)
#C8C3E0
(200,195,224)
#D1CCE4
(209,204,228)
#DAD5E8
(218,213,232)
#E3DEEC
(227,222,236)
#ECE7F0
(236,231,240)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B96CC; }

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

This text font color is #9B96CC.

Background Color

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

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

This div background color is #9B96CC.

Border color

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

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

This div border color is #9B96CC.

Opacity

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

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

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

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

This text has shadow with #9B96CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B96CC.

Preview

Color preview on black background

This text has color #9B96CC on black background.


Color preview on white background

This text has color #9B96CC on white background.


Black color preview on #9B96CC background

This text has black color on #9B96CC background.


White color preview on #9B96CC background

This text has white color on #9B96CC background.


Related colors

Complementary color

Complementary color for #hex is #646933.


I love getcolorcode.com

Triadic colors

1 #CC9B96 and #96CC9B with #9B96CC are triadic colors.

2 #CC969B and #969BCC with #9B96CC are triadic colors.