COLOR #9396AD

HEX: #9396AD
RGB: (147,150,173)

Color info

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

RGB color model

#9396AD color RGB value is (147,150,173).

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

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 173 of 255 = 68%

147
150
173

R + G + B ~ 62%. #9396AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 173 = 470 (100%)
R 147 of 470 ~ 31.28%
G 150 of 470 ~ 31.91%
B 173 of 470 ~ 36.81%

%31.28
%31.91
%36.81

CMYK color model

#9396AD color CMYK value is (15,13,0,32).

  • cyan value is 15.03%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(15,13,0,32)
C15M13Y0K32 
(15%,13%,0%,32%)
(0.15/0.13/0.00/0.32)	

CMYK percentages

%15.03
%13.29
%0
%32.16

Codes

Color #9396AD in popluar color models

9396AD
RGB147150173
HSL233°13.68%62.75%
HSB/HSV233°15.03%67.84%
CMYK15.03%13.29%0.00%
32.16%

Color #9396AD in popluar number systems.

HEX9396AD
Decimal147150173
Binary100100111001011010101101
Octal223226255

Shades and tints

Shades of #9396AD

#9396AD
(147,150,173)
#86899E
(134,137,158)
#797C8F
(121,124,143)
#6C6F80
(108,111,128)
#5F6271
(95,98,113)
#525562
(82,85,98)
#454853
(69,72,83)
#383B44
(56,59,68)
#2B2E35
(43,46,53)
#1E2126
(30,33,38)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #9396AD

#9396AD
(147,150,173)
#9C9FB4
(156,159,180)
#A5A8BB
(165,168,187)
#AEB1C2
(174,177,194)
#B7BAC9
(183,186,201)
#C0C3D0
(192,195,208)
#C9CCD7
(201,204,215)
#D2D5DE
(210,213,222)
#DBDEE5
(219,222,229)
#E4E7EC
(228,231,236)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9396AD color. Also use rgb(147,150,173) instead hex code.

Text Font Color

.myTextColor { color: #9396AD; }

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

This text font color is #9396AD.


Background Color

.myBgColor { background-color: #9396AD; }

<div style="background-color:#9396AD">Inner text</div>

This div background color is #9396AD.


Border color

.myBorderColor { border: 1px solid #9396AD; }

<div style="border:3px solid #9396AD">Div</div>

This div border color is #9396AD.


Opacity

.myOpacity80 { color: #9396AD; opacity: 0.8; }

<p style="color:#9396AD;opacity:0.8;">80%</p>

Text with #9396AD 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 #9396AD;}

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

This text has shadow with #9396AD color.

.textShadow {text-shadow: 3px 3px 1px #9396AD, 3px 3px 1px red;}

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

This text has shadow with #9396AD primary color and red secondary color.


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

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

This text has shadow with #9396AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9396AD on black background.


Color preview on white background

This text has color #9396AD on white background.



Black color preview on #9396AD background

This text has black color on #9396AD background.


White color preview on #9396AD background

This text has white color on #9396AD background.