COLOR #9399D5

HEX: #9399D5
RGB: (147,153,213)

Color info

#9399D5 contains mainly blue color. Web safe color of #9399D5 is #9999CC (or #99C).

RGB color model

#9399D5 color RGB value is (147,153,213).

  • red value is 147;
  • green value is 153;
  • blue value is 213.
RGB:
(147,153,213)
(58%,60%,84%)

RGB channels and saturation

R 147 of 255 = 58%
G 153 of 255 = 60%
B 213 of 255 = 84%

147
153
213

R + G + B ~ 67%. #9399D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 153 + 213 = 513 (100%)
R 147 of 513 ~ 28.65%
G 153 of 513 ~ 29.82%
B 213 of 513 ~ 41.52%

%28.65
%29.82
%41.52

CMYK color model

#9399D5 color CMYK value is (31,28,0,16).

  • cyan value is 30.99%
  • magenta value is 28.17%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(31,28,0,16)
C31M28Y0K16 
(31%,28%,0%,16%)
(0.31/0.28/0.00/0.16)	

CMYK percentages

%30.99
%28.17
%0
%16.47

Codes

Color #9399D5 in popluar color models

9399D5
RGB147153213
HSL235°44.00%70.59%
HSB/HSV235°30.99%83.53%
CMYK30.99%28.17%0.00%
16.47%

Color #9399D5 in popluar number systems.

HEX9399D5
Decimal147153213
Binary100100111001100111010101
Octal223231325

Shades and tints

Shades of #9399D5

#9399D5
(147,153,213)
#868CC2
(134,140,194)
#797FAF
(121,127,175)
#6C729C
(108,114,156)
#5F6589
(95,101,137)
#525876
(82,88,118)
#454B63
(69,75,99)
#383E50
(56,62,80)
#2B313D
(43,49,61)
#1E242A
(30,36,42)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #9399D5

#9399D5
(147,153,213)
#9CA2D8
(156,162,216)
#A5ABDB
(165,171,219)
#AEB4DE
(174,180,222)
#B7BDE1
(183,189,225)
#C0C6E4
(192,198,228)
#C9CFE7
(201,207,231)
#D2D8EA
(210,216,234)
#DBE1ED
(219,225,237)
#E4EAF0
(228,234,240)
#EDF3F3
(237,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9399D5 color. Also use rgb(147,153,213) instead hex code.

Text Font Color

.myTextColor { color: #9399D5; }

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

This text font color is #9399D5.


Background Color

.myBgColor { background-color: #9399D5; }

<div style="background-color:#9399D5">Inner text</div>

This div background color is #9399D5.


Border color

.myBorderColor { border: 1px solid #9399D5; }

<div style="border:3px solid #9399D5">Div</div>

This div border color is #9399D5.


Opacity

.myOpacity80 { color: #9399D5; opacity: 0.8; }

<p style="color:#9399D5;opacity:0.8;">80%</p>

Text with #9399D5 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 #9399D5;}

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

This text has shadow with #9399D5 color.

.textShadow {text-shadow: 3px 3px 1px #9399D5, 3px 3px 1px red;}

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

This text has shadow with #9399D5 primary color and red secondary color.


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

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

This text has shadow with #9399D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9399D5 on black background.


Color preview on white background

This text has color #9399D5 on white background.



Black color preview on #9399D5 background

This text has black color on #9399D5 background.


White color preview on #9399D5 background

This text has white color on #9399D5 background.