COLOR #9C96AD

HEX: #9C96AD
RGB: (156,150,173)

Color info

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

RGB color model

#9C96AD color RGB value is (156,150,173).

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

RGB channels and saturation

R 156 of 255 = 61%
G 150 of 255 = 59%
B 173 of 255 = 68%

156
150
173

R + G + B ~ 63%. #9C96AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 150 + 173 = 479 (100%)
R 156 of 479 ~ 32.57%
G 150 of 479 ~ 31.32%
B 173 of 479 ~ 36.12%

%32.57
%31.32
%36.12

CMYK color model

#9C96AD color CMYK value is (10,13,0,32).

  • cyan value is 9.83%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,13,0,32)
C10M13Y0K32 
(10%,13%,0%,32%)
(0.10/0.13/0.00/0.32)	

CMYK percentages

%9.83
%13.29
%0
%32.16

Codes

Color #9C96AD in popluar color models

9C96AD
RGB156150173
HSL256°12.30%63.33%
HSB/HSV256°13.29%67.84%
CMYK9.83%13.29%0.00%
32.16%

Color #9C96AD in popluar number systems.

HEX9C96AD
Decimal156150173
Binary100111001001011010101101
Octal234226255

Shades and tints

Shades of #9C96AD

#9C96AD
(156,150,173)
#8E899E
(142,137,158)
#807C8F
(128,124,143)
#726F80
(114,111,128)
#646271
(100,98,113)
#565562
(86,85,98)
#484853
(72,72,83)
#3A3B44
(58,59,68)
#2C2E35
(44,46,53)
#1E2126
(30,33,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #9C96AD

#9C96AD
(156,150,173)
#A59FB4
(165,159,180)
#AEA8BB
(174,168,187)
#B7B1C2
(183,177,194)
#C0BAC9
(192,186,201)
#C9C3D0
(201,195,208)
#D2CCD7
(210,204,215)
#DBD5DE
(219,213,222)
#E4DEE5
(228,222,229)
#EDE7EC
(237,231,236)
#F6F0F3
(246,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C96AD; }

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

This text font color is #9C96AD.


Background Color

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

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

This div background color is #9C96AD.


Border color

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

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

This div border color is #9C96AD.


Opacity

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

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

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

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

This text has shadow with #9C96AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C96AD on black background.


Color preview on white background

This text has color #9C96AD on white background.



Black color preview on #9C96AD background

This text has black color on #9C96AD background.


White color preview on #9C96AD background

This text has white color on #9C96AD background.