COLOR #9399BD

HEX: #9399BD
RGB: (147,153,189)

Color info

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

RGB color model

#9399BD color RGB value is (147,153,189).

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

RGB channels and saturation

R 147 of 255 = 58%
G 153 of 255 = 60%
B 189 of 255 = 74%

147
153
189

R + G + B ~ 64%. #9399BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 153 + 189 = 489 (100%)
R 147 of 489 ~ 30.06%
G 153 of 489 ~ 31.29%
B 189 of 489 ~ 38.65%

%30.06
%31.29
%38.65

CMYK color model

#9399BD color CMYK value is (22,19,0,26).

  • cyan value is 22.22%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(22,19,0,26)
C22M19Y0K26 
(22%,19%,0%,26%)
(0.22/0.19/0.00/0.26)	

CMYK percentages

%22.22
%19.05
%0
%25.88

Codes

Color #9399BD in popluar color models

9399BD
RGB147153189
HSL231°24.14%65.88%
HSB/HSV231°22.22%74.12%
CMYK22.22%19.05%0.00%
25.88%

Color #9399BD in popluar number systems.

HEX9399BD
Decimal147153189
Binary100100111001100110111101
Octal223231275

Shades and tints

Shades of #9399BD

#9399BD
(147,153,189)
#868CAC
(134,140,172)
#797F9B
(121,127,155)
#6C728A
(108,114,138)
#5F6579
(95,101,121)
#525868
(82,88,104)
#454B57
(69,75,87)
#383E46
(56,62,70)
#2B3135
(43,49,53)
#1E2424
(30,36,36)
#111713
(17,23,19)
#000000
(0,0,0)

Tints of #9399BD

#9399BD
(147,153,189)
#9CA2C3
(156,162,195)
#A5ABC9
(165,171,201)
#AEB4CF
(174,180,207)
#B7BDD5
(183,189,213)
#C0C6DB
(192,198,219)
#C9CFE1
(201,207,225)
#D2D8E7
(210,216,231)
#DBE1ED
(219,225,237)
#E4EAF3
(228,234,243)
#EDF3F9
(237,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9399BD; }

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

This text font color is #9399BD.


Background Color

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

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

This div background color is #9399BD.


Border color

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

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

This div border color is #9399BD.


Opacity

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

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

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

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

This text has shadow with #9399BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9399BD on black background.


Color preview on white background

This text has color #9399BD on white background.



Black color preview on #9399BD background

This text has black color on #9399BD background.


White color preview on #9399BD background

This text has white color on #9399BD background.