COLOR #8396BD

HEX: #8396BD
RGB: (131,150,189)

Color info

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

RGB color model

#8396BD color RGB value is (131,150,189).

  • red value is 131;
  • green value is 150;
  • blue value is 189.
RGB:
(131,150,189)
(51%,59%,74%)

RGB channels and saturation

R 131 of 255 = 51%
G 150 of 255 = 59%
B 189 of 255 = 74%

131
150
189

R + G + B ~ 61%. #8396BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 150 + 189 = 470 (100%)
R 131 of 470 ~ 27.87%
G 150 of 470 ~ 31.91%
B 189 of 470 ~ 40.21%

%27.87
%31.91
%40.21

CMYK color model

#8396BD color CMYK value is (31,21,0,26).

  • cyan value is 30.69%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,21,0,26)
C31M21Y0K26 
(31%,21%,0%,26%)
(0.31/0.21/0.00/0.26)	

CMYK percentages

%30.69
%20.63
%0
%25.88

Codes

Color #8396BD in popluar color models

8396BD
RGB131150189
HSL220°30.53%62.75%
HSB/HSV220°30.69%74.12%
CMYK30.69%20.63%0.00%
25.88%

Color #8396BD in popluar number systems.

HEX8396BD
Decimal131150189
Binary100000111001011010111101
Octal203226275

Shades and tints

Shades of #8396BD

#8396BD
(131,150,189)
#7889AC
(120,137,172)
#6D7C9B
(109,124,155)
#626F8A
(98,111,138)
#576279
(87,98,121)
#4C5568
(76,85,104)
#414857
(65,72,87)
#363B46
(54,59,70)
#2B2E35
(43,46,53)
#202124
(32,33,36)
#151413
(21,20,19)
#000000
(0,0,0)

Tints of #8396BD

#8396BD
(131,150,189)
#8E9FC3
(142,159,195)
#99A8C9
(153,168,201)
#A4B1CF
(164,177,207)
#AFBAD5
(175,186,213)
#BAC3DB
(186,195,219)
#C5CCE1
(197,204,225)
#D0D5E7
(208,213,231)
#DBDEED
(219,222,237)
#E6E7F3
(230,231,243)
#F1F0F9
(241,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8396BD color. Also use rgb(131,150,189) instead hex code.

Text Font Color

.myTextColor { color: #8396BD; }

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

This text font color is #8396BD.


Background Color

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

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

This div background color is #8396BD.


Border color

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

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

This div border color is #8396BD.


Opacity

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

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

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

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

This text has shadow with #8396BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8396BD on black background.


Color preview on white background

This text has color #8396BD on white background.



Black color preview on #8396BD background

This text has black color on #8396BD background.


White color preview on #8396BD background

This text has white color on #8396BD background.