COLOR #9C96BB

HEX: #9C96BB RGB: (156,150,187)

Color info

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

RGB color model

#9C96BB color RGB value is (156,150,187).

RGB: (156,150,187) (61%, 59%, 73%)

RGB channels and saturation

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

156
150
187

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

Portions of RGB colors in percentages

R + G + B = 156 + 150 + 187 = 493 (100%)
R 156 of 493 ~ 31.64%
G 150 of 493 ~ 30.43%
B 187 of 493 ~ 37.93'%

%31.64
%30.43
%37.93

CMYK color model

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

  • cyan value is 16.58%
  • 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

%16.58
%19.79
%0
%26.67

Codes

Color #9C96BB in popluar color models

9C 96 BB
RGB 156 150 187
HSL 250° 21.39% 66.08%
HSB/HSV 250° 19.79% 73.33%
CMYK 16.58% 19.79% 0.00%
26.67%

Color #9C96BB in popluar number systems.

HEX 9C 96 BB
Decimal 156 150 187
Binary 10011100 10010110 10111011
Octal 234 226 273

Shades and tints

Shades of #9C96BB

#9C96BB
(156,150,187)
#8E89AA
(142,137,170)
#807C99
(128,124,153)
#726F88
(114,111,136)
#646277
(100,98,119)
#565566
(86,85,102)
#484855
(72,72,85)
#3A3B44
(58,59,68)
#2C2E33
(44,46,51)
#1E2122
(30,33,34)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #9C96BB

#9C96BB
(156,150,187)
#A59FC1
(165,159,193)
#AEA8C7
(174,168,199)
#B7B1CD
(183,177,205)
#C0BAD3
(192,186,211)
#C9C3D9
(201,195,217)
#D2CCDF
(210,204,223)
#DBD5E5
(219,213,229)
#E4DEEB
(228,222,235)
#EDE7F1
(237,231,241)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C96BB; }

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

This text font color is #9C96BB.

Background Color

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

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

This div background color is #9C96BB.

Border color

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

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

This div border color is #9C96BB.

Opacity

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

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

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

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

This text has shadow with #9C96BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C96BB.

Preview

Color preview on black background

This text has color #9C96BB on black background.


Color preview on white background

This text has color #9C96BB on white background.


Black color preview on #9C96BB background

This text has black color on #9C96BB background.


White color preview on #9C96BB background

This text has white color on #9C96BB background.


Related colors

Complementary color

Complementary color for #hex is #636944.


I love getcolorcode.com

Triadic colors

1 #BB9C96 and #96BB9C with #9C96BB are triadic colors.

2 #BB969C and #969CBB with #9C96BB are triadic colors.