COLOR #8397B3

HEX: #8397B3
RGB: (131,151,179)

Color info

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

RGB color model

#8397B3 color RGB value is (131,151,179).

  • red value is 131;
  • green value is 151;
  • blue value is 179.
RGB:
(131,151,179)
(51%,59%,70%)

RGB channels and saturation

R 131 of 255 = 51%
G 151 of 255 = 59%
B 179 of 255 = 70%

131
151
179

R + G + B ~ 60%. #8397B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 151 + 179 = 461 (100%)
R 131 of 461 ~ 28.42%
G 151 of 461 ~ 32.75%
B 179 of 461 ~ 38.83%

%28.42
%32.75
%38.83

CMYK color model

#8397B3 color CMYK value is (27,16,0,30).

  • cyan value is 26.82%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(27,16,0,30)
C27M16Y0K30 
(27%,16%,0%,30%)
(0.27/0.16/0.00/0.30)	

CMYK percentages

%26.82
%15.64
%0
%29.8

Codes

Color #8397B3 in popluar color models

8397B3
RGB131151179
HSL215°24.00%60.78%
HSB/HSV215°26.82%70.20%
CMYK26.82%15.64%0.00%
29.80%

Color #8397B3 in popluar number systems.

HEX8397B3
Decimal131151179
Binary100000111001011110110011
Octal203227263

Shades and tints

Shades of #8397B3

#8397B3
(131,151,179)
#788AA3
(120,138,163)
#6D7D93
(109,125,147)
#627083
(98,112,131)
#576373
(87,99,115)
#4C5663
(76,86,99)
#414953
(65,73,83)
#363C43
(54,60,67)
#2B2F33
(43,47,51)
#202223
(32,34,35)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #8397B3

#8397B3
(131,151,179)
#8EA0B9
(142,160,185)
#99A9BF
(153,169,191)
#A4B2C5
(164,178,197)
#AFBBCB
(175,187,203)
#BAC4D1
(186,196,209)
#C5CDD7
(197,205,215)
#D0D6DD
(208,214,221)
#DBDFE3
(219,223,227)
#E6E8E9
(230,232,233)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8397B3 color. Also use rgb(131,151,179) instead hex code.

Text Font Color

.myTextColor { color: #8397B3; }

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

This text font color is #8397B3.


Background Color

.myBgColor { background-color: #8397B3; }

<div style="background-color:#8397B3">Inner text</div>

This div background color is #8397B3.


Border color

.myBorderColor { border: 1px solid #8397B3; }

<div style="border:3px solid #8397B3">Div</div>

This div border color is #8397B3.


Opacity

.myOpacity80 { color: #8397B3; opacity: 0.8; }

<p style="color:#8397B3;opacity:0.8;">80%</p>

Text with #8397B3 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 #8397B3;}

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

This text has shadow with #8397B3 color.

.textShadow {text-shadow: 3px 3px 1px #8397B3, 3px 3px 1px red;}

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

This text has shadow with #8397B3 primary color and red secondary color.


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

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

This text has shadow with #8397B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8397B3 on black background.


Color preview on white background

This text has color #8397B3 on white background.



Black color preview on #8397B3 background

This text has black color on #8397B3 background.


White color preview on #8397B3 background

This text has white color on #8397B3 background.