COLOR #9397B1

HEX: #9397B1 RGB: (147,151,177)

Color info

#9397B1 contains red, green and blue colors in about the same proportion. Web safe color of #9397B1 is #999999 (or #999).

RGB color model

#9397B1 color RGB value is (147,151,177).

RGB: (147,151,177) (58%, 59%, 69%)

RGB channels and saturation

R 147 of 255 = 58%
G 151 of 255 = 59%
B 177 of 255 = 69%

147
151
177

R + G + B ~ 62%. #9397B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 151 + 177 = 475 (100%)
R 147 of 475 ~ 30.95%
G 151 of 475 ~ 31.79%
B 177 of 475 ~ 37.26'%

%30.95
%31.79
%37.26

CMYK color model

#9397B1 color CMYK value is (17,15,0,31).

  • cyan value is 16.95%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (17,15,0,31)
C17M15Y0K31 (17%, 15%, 0%, 31%)
(0.17 / 0.15 / 0.00 / 0.31)

CMYK percentages

%16.95
%14.69
%0
%30.59

Codes

Color #9397B1 in popluar color models

93 97 B1
RGB 147 151 177
HSL 232° 16.13% 63.53%
HSB/HSV 232° 16.95% 69.41%
CMYK 16.95% 14.69% 0.00%
30.59%

Color #9397B1 in popluar number systems.

HEX 93 97 B1
Decimal 147 151 177
Binary 10010011 10010111 10110001
Octal 223 227 261

Shades and tints

Shades of #9397B1

#9397B1
(147,151,177)
#868AA1
(134,138,161)
#797D91
(121,125,145)
#6C7081
(108,112,129)
#5F6371
(95,99,113)
#525661
(82,86,97)
#454951
(69,73,81)
#383C41
(56,60,65)
#2B2F31
(43,47,49)
#1E2221
(30,34,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #9397B1

#9397B1
(147,151,177)
#9CA0B8
(156,160,184)
#A5A9BF
(165,169,191)
#AEB2C6
(174,178,198)
#B7BBCD
(183,187,205)
#C0C4D4
(192,196,212)
#C9CDDB
(201,205,219)
#D2D6E2
(210,214,226)
#DBDFE9
(219,223,233)
#E4E8F0
(228,232,240)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9397B1 color. Also use rgb(147,151,177) instead hex code.

Text Font Color

.myTextColor { color: #9397B1; }

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

This text font color is #9397B1.

Background Color

.myBgColor { background-color: #9397B1; }

<div style="background-color:#9397B1">Inner text</div>

This div background color is #9397B1.

Border color

.myBorderColor { border: 1px solid #9397B1; }

<div style="border:3px solid #9397B1">Div</div>

This div border color is #9397B1.

Opacity

.myOpacity80 { color: #9397B1; opacity: 0.8; }

<p style="color:#9397B1;opacity:0.8;">80%</p>

Text with #9397B1 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 #9397B1;}

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

This text has shadow with #9397B1 color.


.textShadow {text-shadow: 3px 3px 1px #9397B1', 3px 3px 1px red;}

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

This text has shadow with #9397B1 primary color and red secondary color.


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

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

This text has shadow with #9397B1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9397B1; -webkit-box-shadow: 1px 1px 3px 2px #9397B1; box-shadow:1px 1px 3px 2px #9397B1;">
Div content here
</div>

This div box has shadow with color #9397B1.

Preview

Color preview on black background

This text has color #9397B1 on black background.


Color preview on white background

This text has color #9397B1 on white background.


Black color preview on #9397B1 background

This text has black color on #9397B1 background.


White color preview on #9397B1 background

This text has white color on #9397B1 background.


Related colors

Complementary color

Complementary color for #hex is #6C684E.


I love getcolorcode.com

Triadic colors

1 #B19397 and #97B193 with #9397B1 are triadic colors.

2 #B19793 and #9793B1 with #9397B1 are triadic colors.