COLOR #9C96AA

HEX: #9C96AA
RGB: (156,150,170)

Color info

#9C96AA contains red, green and blue colors in about the same proportion. Web safe color of #9C96AA is #999999 (or #999).

RGB color model

#9C96AA color RGB value is (156,150,170).

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

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 170 of 255 = 67%

156
150
170

R + G + B ~ 62%. #9C96AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 170 = 476 (100%)
R 156 of 476 ~ 32.77%
G 150 of 476 ~ 31.51%
B 170 of 476 ~ 35.71%

%32.77
%31.51
%35.71

CMYK color model

#9C96AA color CMYK value is (8,12,0,33).

  • cyan value is 8.24%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,12,0,33)
C8M12Y0K33 
(8%,12%,0%,33%)
(0.08/0.12/0.00/0.33)	

CMYK percentages

%8.24
%11.76
%0
%33.33

Codes

Color #9C96AA in popluar color models

9C96AA
RGB156150170
HSL258°10.53%62.75%
HSB/HSV258°11.76%66.67%
CMYK8.24%11.76%0.00%
33.33%

Color #9C96AA in popluar number systems.

HEX9C96AA
Decimal156150170
Binary100111001001011010101010
Octal234226252

Shades and tints

Shades of #9C96AA

#9C96AA
(156,150,170)
#8E899B
(142,137,155)
#807C8C
(128,124,140)
#726F7D
(114,111,125)
#64626E
(100,98,110)
#56555F
(86,85,95)
#484850
(72,72,80)
#3A3B41
(58,59,65)
#2C2E32
(44,46,50)
#1E2123
(30,33,35)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #9C96AA

#9C96AA
(156,150,170)
#A59FB1
(165,159,177)
#AEA8B8
(174,168,184)
#B7B1BF
(183,177,191)
#C0BAC6
(192,186,198)
#C9C3CD
(201,195,205)
#D2CCD4
(210,204,212)
#DBD5DB
(219,213,219)
#E4DEE2
(228,222,226)
#EDE7E9
(237,231,233)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C96AA; }

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

This text font color is #9C96AA.


Background Color

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

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

This div background color is #9C96AA.


Border color

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

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

This div border color is #9C96AA.


Opacity

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

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

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

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

This text has shadow with #9C96AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C96AA on black background.


Color preview on white background

This text has color #9C96AA on white background.



Black color preview on #9C96AA background

This text has black color on #9C96AA background.


White color preview on #9C96AA background

This text has white color on #9C96AA background.