COLOR #9398CC

HEX: #9398CC
RGB: (147,152,204)

Color info

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

RGB color model

#9398CC color RGB value is (147,152,204).

  • red value is 147;
  • green value is 152;
  • blue value is 204.
RGB:
(147,152,204)
(58%,60%,80%)

RGB channels and saturation

R 147 of 255 = 58%
G 152 of 255 = 60%
B 204 of 255 = 80%

147
152
204

R + G + B ~ 66%. #9398CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 152 + 204 = 503 (100%)
R 147 of 503 ~ 29.22%
G 152 of 503 ~ 30.22%
B 204 of 503 ~ 40.56%

%29.22
%30.22
%40.56

CMYK color model

#9398CC color CMYK value is (28,25,0,20).

  • cyan value is 27.94%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(28,25,0,20)
C28M25Y0K20 
(28%,25%,0%,20%)
(0.28/0.25/0.00/0.20)	

CMYK percentages

%27.94
%25.49
%0
%20

Codes

Color #9398CC in popluar color models

9398CC
RGB147152204
HSL235°35.85%68.82%
HSB/HSV235°27.94%80.00%
CMYK27.94%25.49%0.00%
20.00%

Color #9398CC in popluar number systems.

HEX9398CC
Decimal147152204
Binary100100111001100011001100
Octal223230314

Shades and tints

Shades of #9398CC

#9398CC
(147,152,204)
#868BBA
(134,139,186)
#797EA8
(121,126,168)
#6C7196
(108,113,150)
#5F6484
(95,100,132)
#525772
(82,87,114)
#454A60
(69,74,96)
#383D4E
(56,61,78)
#2B303C
(43,48,60)
#1E232A
(30,35,42)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #9398CC

#9398CC
(147,152,204)
#9CA1D0
(156,161,208)
#A5AAD4
(165,170,212)
#AEB3D8
(174,179,216)
#B7BCDC
(183,188,220)
#C0C5E0
(192,197,224)
#C9CEE4
(201,206,228)
#D2D7E8
(210,215,232)
#DBE0EC
(219,224,236)
#E4E9F0
(228,233,240)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9398CC color. Also use rgb(147,152,204) instead hex code.

Text Font Color

.myTextColor { color: #9398CC; }

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

This text font color is #9398CC.


Background Color

.myBgColor { background-color: #9398CC; }

<div style="background-color:#9398CC">Inner text</div>

This div background color is #9398CC.


Border color

.myBorderColor { border: 1px solid #9398CC; }

<div style="border:3px solid #9398CC">Div</div>

This div border color is #9398CC.


Opacity

.myOpacity80 { color: #9398CC; opacity: 0.8; }

<p style="color:#9398CC;opacity:0.8;">80%</p>

Text with #9398CC 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 #9398CC;}

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

This text has shadow with #9398CC color.

.textShadow {text-shadow: 3px 3px 1px #9398CC, 3px 3px 1px red;}

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

This text has shadow with #9398CC primary color and red secondary color.


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

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

This text has shadow with #9398CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9398CC on black background.


Color preview on white background

This text has color #9398CC on white background.



Black color preview on #9398CC background

This text has black color on #9398CC background.


White color preview on #9398CC background

This text has white color on #9398CC background.