COLOR #9C93AA

HEX: #9C93AA
RGB: (156,147,170)

Color info

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

RGB color model

#9C93AA color RGB value is (156,147,170).

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

RGB channels and saturation

R 156 of 255 = 61%
G 147 of 255 = 58%
B 170 of 255 = 67%

156
147
170

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

Portions of RGB colors in percentages

R + G + B =
156 + 147 + 170 = 473 (100%)
R 156 of 473 ~ 32.98%
G 147 of 473 ~ 31.08%
B 170 of 473 ~ 35.94%

%32.98
%31.08
%35.94

CMYK color model

#9C93AA color CMYK value is (8,14,0,33).

  • cyan value is 8.24%
  • magenta value is 13.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,14,0,33)
C8M14Y0K33 
(8%,14%,0%,33%)
(0.08/0.14/0.00/0.33)	

CMYK percentages

%8.24
%13.53
%0
%33.33

Codes

Color #9C93AA in popluar color models

9C93AA
RGB156147170
HSL263°11.92%62.16%
HSB/HSV263°13.53%66.67%
CMYK8.24%13.53%0.00%
33.33%

Color #9C93AA in popluar number systems.

HEX9C93AA
Decimal156147170
Binary100111001001001110101010
Octal234223252

Shades and tints

Shades of #9C93AA

#9C93AA
(156,147,170)
#8E869B
(142,134,155)
#80798C
(128,121,140)
#726C7D
(114,108,125)
#645F6E
(100,95,110)
#56525F
(86,82,95)
#484550
(72,69,80)
#3A3841
(58,56,65)
#2C2B32
(44,43,50)
#1E1E23
(30,30,35)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #9C93AA

#9C93AA
(156,147,170)
#A59CB1
(165,156,177)
#AEA5B8
(174,165,184)
#B7AEBF
(183,174,191)
#C0B7C6
(192,183,198)
#C9C0CD
(201,192,205)
#D2C9D4
(210,201,212)
#DBD2DB
(219,210,219)
#E4DBE2
(228,219,226)
#EDE4E9
(237,228,233)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C93AA; }

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

This text font color is #9C93AA.


Background Color

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

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

This div background color is #9C93AA.


Border color

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

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

This div border color is #9C93AA.


Opacity

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

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

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

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

This text has shadow with #9C93AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C93AA on black background.


Color preview on white background

This text has color #9C93AA on white background.



Black color preview on #9C93AA background

This text has black color on #9C93AA background.


White color preview on #9C93AA background

This text has white color on #9C93AA background.