COLOR #8386BD

HEX: #8386BD
RGB: (131,134,189)

Color info

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

RGB color model

#8386BD color RGB value is (131,134,189).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 189 of 255 = 74%

131
134
189

R + G + B ~ 59%. #8386BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 189 = 454 (100%)
R 131 of 454 ~ 28.85%
G 134 of 454 ~ 29.52%
B 189 of 454 ~ 41.63%

%28.85
%29.52
%41.63

CMYK color model

#8386BD color CMYK value is (31,29,0,26).

  • cyan value is 30.69%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(31,29,0,26)
C31M29Y0K26 
(31%,29%,0%,26%)
(0.31/0.29/0.00/0.26)	

CMYK percentages

%30.69
%29.1
%0
%25.88

Codes

Color #8386BD in popluar color models

8386BD
RGB131134189
HSL237°30.53%62.75%
HSB/HSV237°30.69%74.12%
CMYK30.69%29.10%0.00%
25.88%

Color #8386BD in popluar number systems.

HEX8386BD
Decimal131134189
Binary100000111000011010111101
Octal203206275

Shades and tints

Shades of #8386BD

#8386BD
(131,134,189)
#787AAC
(120,122,172)
#6D6E9B
(109,110,155)
#62628A
(98,98,138)
#575679
(87,86,121)
#4C4A68
(76,74,104)
#413E57
(65,62,87)
#363246
(54,50,70)
#2B2635
(43,38,53)
#201A24
(32,26,36)
#150E13
(21,14,19)
#000000
(0,0,0)

Tints of #8386BD

#8386BD
(131,134,189)
#8E91C3
(142,145,195)
#999CC9
(153,156,201)
#A4A7CF
(164,167,207)
#AFB2D5
(175,178,213)
#BABDDB
(186,189,219)
#C5C8E1
(197,200,225)
#D0D3E7
(208,211,231)
#DBDEED
(219,222,237)
#E6E9F3
(230,233,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8386BD; }

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

This text font color is #8386BD.


Background Color

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

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

This div background color is #8386BD.


Border color

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

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

This div border color is #8386BD.


Opacity

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

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

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

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

This text has shadow with #8386BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8386BD on black background.


Color preview on white background

This text has color #8386BD on white background.



Black color preview on #8386BD background

This text has black color on #8386BD background.


White color preview on #8386BD background

This text has white color on #8386BD background.