COLOR #9C96C3

HEX: #9C96C3
RGB: (156,150,195)

Color info

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

RGB color model

#9C96C3 color RGB value is (156,150,195).

  • red value is 156;
  • green value is 150;
  • blue value is 195.
RGB:
(156,150,195)
(61%,59%,76%)

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 195 of 255 = 76%

156
150
195

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

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 195 = 501 (100%)
R 156 of 501 ~ 31.14%
G 150 of 501 ~ 29.94%
B 195 of 501 ~ 38.92%

%31.14
%29.94
%38.92

CMYK color model

#9C96C3 color CMYK value is (20,23,0,24).

  • cyan value is 20.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(20,23,0,24)
C20M23Y0K24 
(20%,23%,0%,24%)
(0.20/0.23/0.00/0.24)	

CMYK percentages

%20
%23.08
%0
%23.53

Codes

Color #9C96C3 in popluar color models

9C96C3
RGB156150195
HSL248°27.27%67.65%
HSB/HSV248°23.08%76.47%
CMYK20.00%23.08%0.00%
23.53%

Color #9C96C3 in popluar number systems.

HEX9C96C3
Decimal156150195
Binary100111001001011011000011
Octal234226303

Shades and tints

Shades of #9C96C3

#9C96C3
(156,150,195)
#8E89B2
(142,137,178)
#807CA1
(128,124,161)
#726F90
(114,111,144)
#64627F
(100,98,127)
#56556E
(86,85,110)
#48485D
(72,72,93)
#3A3B4C
(58,59,76)
#2C2E3B
(44,46,59)
#1E212A
(30,33,42)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #9C96C3

#9C96C3
(156,150,195)
#A59FC8
(165,159,200)
#AEA8CD
(174,168,205)
#B7B1D2
(183,177,210)
#C0BAD7
(192,186,215)
#C9C3DC
(201,195,220)
#D2CCE1
(210,204,225)
#DBD5E6
(219,213,230)
#E4DEEB
(228,222,235)
#EDE7F0
(237,231,240)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C96C3 color. Also use rgb(156,150,195) instead hex code.

Text Font Color

.myTextColor { color: #9C96C3; }

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

This text font color is #9C96C3.


Background Color

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

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

This div background color is #9C96C3.


Border color

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

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

This div border color is #9C96C3.


Opacity

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

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

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

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

This text has shadow with #9C96C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C96C3 on black background.


Color preview on white background

This text has color #9C96C3 on white background.



Black color preview on #9C96C3 background

This text has black color on #9C96C3 background.


White color preview on #9C96C3 background

This text has white color on #9C96C3 background.