COLOR #9396B5

HEX: #9396B5
RGB: (147,150,181)

Color info

#9396B5 contains red, green and blue colors in about the same proportion. Web safe color of #9396B5 is #9999CC (or #99C).

RGB color model

#9396B5 color RGB value is (147,150,181).

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

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 181 of 255 = 71%

147
150
181

R + G + B ~ 63%. #9396B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 181 = 478 (100%)
R 147 of 478 ~ 30.75%
G 150 of 478 ~ 31.38%
B 181 of 478 ~ 37.87%

%30.75
%31.38
%37.87

CMYK color model

#9396B5 color CMYK value is (19,17,0,29).

  • cyan value is 18.78%
  • magenta value is 17.13%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(19,17,0,29)
C19M17Y0K29 
(19%,17%,0%,29%)
(0.19/0.17/0.00/0.29)	

CMYK percentages

%18.78
%17.13
%0
%29.02

Codes

Color #9396B5 in popluar color models

9396B5
RGB147150181
HSL235°18.68%64.31%
HSB/HSV235°18.78%70.98%
CMYK18.78%17.13%0.00%
29.02%

Color #9396B5 in popluar number systems.

HEX9396B5
Decimal147150181
Binary100100111001011010110101
Octal223226265

Shades and tints

Shades of #9396B5

#9396B5
(147,150,181)
#8689A5
(134,137,165)
#797C95
(121,124,149)
#6C6F85
(108,111,133)
#5F6275
(95,98,117)
#525565
(82,85,101)
#454855
(69,72,85)
#383B45
(56,59,69)
#2B2E35
(43,46,53)
#1E2125
(30,33,37)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #9396B5

#9396B5
(147,150,181)
#9C9FBB
(156,159,187)
#A5A8C1
(165,168,193)
#AEB1C7
(174,177,199)
#B7BACD
(183,186,205)
#C0C3D3
(192,195,211)
#C9CCD9
(201,204,217)
#D2D5DF
(210,213,223)
#DBDEE5
(219,222,229)
#E4E7EB
(228,231,235)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9396B5; }

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

This text font color is #9396B5.


Background Color

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

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

This div background color is #9396B5.


Border color

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

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

This div border color is #9396B5.


Opacity

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

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

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

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

This text has shadow with #9396B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9396B5 on black background.


Color preview on white background

This text has color #9396B5 on white background.



Black color preview on #9396B5 background

This text has black color on #9396B5 background.


White color preview on #9396B5 background

This text has white color on #9396B5 background.