COLOR #9396D0

HEX: #9396D0
RGB: (147,150,208)

Color info

#9396D0 contains mainly green and blue colors. Web safe color of #9396D0 is #9999CC (or #99C).

RGB color model

#9396D0 color RGB value is (147,150,208).

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

RGB channels and saturation

R 147 of 255 = 58%
G 150 of 255 = 59%
B 208 of 255 = 82%

147
150
208

R + G + B ~ 66%. #9396D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 150 + 208 = 505 (100%)
R 147 of 505 ~ 29.11%
G 150 of 505 ~ 29.7%
B 208 of 505 ~ 41.19%

%29.11
%29.7
%41.19

CMYK color model

#9396D0 color CMYK value is (29,28,0,18).

  • cyan value is 29.33%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(29,28,0,18)
C29M28Y0K18 
(29%,28%,0%,18%)
(0.29/0.28/0.00/0.18)	

CMYK percentages

%29.33
%27.88
%0
%18.43

Codes

Color #9396D0 in popluar color models

9396D0
RGB147150208
HSL237°39.35%69.61%
HSB/HSV237°29.33%81.57%
CMYK29.33%27.88%0.00%
18.43%

Color #9396D0 in popluar number systems.

HEX9396D0
Decimal147150208
Binary100100111001011011010000
Octal223226320

Shades and tints

Shades of #9396D0

#9396D0
(147,150,208)
#8689BE
(134,137,190)
#797CAC
(121,124,172)
#6C6F9A
(108,111,154)
#5F6288
(95,98,136)
#525576
(82,85,118)
#454864
(69,72,100)
#383B52
(56,59,82)
#2B2E40
(43,46,64)
#1E212E
(30,33,46)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #9396D0

#9396D0
(147,150,208)
#9C9FD4
(156,159,212)
#A5A8D8
(165,168,216)
#AEB1DC
(174,177,220)
#B7BAE0
(183,186,224)
#C0C3E4
(192,195,228)
#C9CCE8
(201,204,232)
#D2D5EC
(210,213,236)
#DBDEF0
(219,222,240)
#E4E7F4
(228,231,244)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9396D0; }

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

This text font color is #9396D0.


Background Color

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

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

This div background color is #9396D0.


Border color

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

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

This div border color is #9396D0.


Opacity

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

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

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

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

This text has shadow with #9396D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9396D0 on black background.


Color preview on white background

This text has color #9396D0 on white background.



Black color preview on #9396D0 background

This text has black color on #9396D0 background.


White color preview on #9396D0 background

This text has white color on #9396D0 background.