COLOR #9C93AD

HEX: #9C93AD
RGB: (156,147,173)

Color info

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

RGB color model

#9C93AD color RGB value is (156,147,173).

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

RGB channels and saturation

R 156 of 255 = 61%
G 147 of 255 = 58%
B 173 of 255 = 68%

156
147
173

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

Portions of RGB colors in percentages

R + G + B =
156 + 147 + 173 = 476 (100%)
R 156 of 476 ~ 32.77%
G 147 of 476 ~ 30.88%
B 173 of 476 ~ 36.34%

%32.77
%30.88
%36.34

CMYK color model

#9C93AD color CMYK value is (10,15,0,32).

  • cyan value is 9.83%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(10,15,0,32)
C10M15Y0K32 
(10%,15%,0%,32%)
(0.10/0.15/0.00/0.32)	

CMYK percentages

%9.83
%15.03
%0
%32.16

Codes

Color #9C93AD in popluar color models

9C93AD
RGB156147173
HSL261°13.68%62.75%
HSB/HSV261°15.03%67.84%
CMYK9.83%15.03%0.00%
32.16%

Color #9C93AD in popluar number systems.

HEX9C93AD
Decimal156147173
Binary100111001001001110101101
Octal234223255

Shades and tints

Shades of #9C93AD

#9C93AD
(156,147,173)
#8E869E
(142,134,158)
#80798F
(128,121,143)
#726C80
(114,108,128)
#645F71
(100,95,113)
#565262
(86,82,98)
#484553
(72,69,83)
#3A3844
(58,56,68)
#2C2B35
(44,43,53)
#1E1E26
(30,30,38)
#101117
(16,17,23)
#000000
(0,0,0)

Tints of #9C93AD

#9C93AD
(156,147,173)
#A59CB4
(165,156,180)
#AEA5BB
(174,165,187)
#B7AEC2
(183,174,194)
#C0B7C9
(192,183,201)
#C9C0D0
(201,192,208)
#D2C9D7
(210,201,215)
#DBD2DE
(219,210,222)
#E4DBE5
(228,219,229)
#EDE4EC
(237,228,236)
#F6EDF3
(246,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C93AD; }

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

This text font color is #9C93AD.


Background Color

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

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

This div background color is #9C93AD.


Border color

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

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

This div border color is #9C93AD.


Opacity

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

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

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

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

This text has shadow with #9C93AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C93AD on black background.


Color preview on white background

This text has color #9C93AD on white background.



Black color preview on #9C93AD background

This text has black color on #9C93AD background.


White color preview on #9C93AD background

This text has white color on #9C93AD background.