COLOR #8386D2

HEX: #8386D2
RGB: (131,134,210)

Color info

#8386D2 contains mainly blue color. Web safe color of #8386D2 is #9999CC (or #99C).

RGB color model

#8386D2 color RGB value is (131,134,210).

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

RGB channels and saturation

R 131 of 255 = 51%
G 134 of 255 = 53%
B 210 of 255 = 82%

131
134
210

R + G + B ~ 62%. #8386D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 134 + 210 = 475 (100%)
R 131 of 475 ~ 27.58%
G 134 of 475 ~ 28.21%
B 210 of 475 ~ 44.21%

%27.58
%28.21
%44.21

CMYK color model

#8386D2 color CMYK value is (38,36,0,18).

  • cyan value is 37.62%
  • magenta value is 36.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(38,36,0,18)
C38M36Y0K18 
(38%,36%,0%,18%)
(0.38/0.36/0.00/0.18)	

CMYK percentages

%37.62
%36.19
%0
%17.65

Codes

Color #8386D2 in popluar color models

8386D2
RGB131134210
HSL238°46.75%66.86%
HSB/HSV238°37.62%82.35%
CMYK37.62%36.19%0.00%
17.65%

Color #8386D2 in popluar number systems.

HEX8386D2
Decimal131134210
Binary100000111000011011010010
Octal203206322

Shades and tints

Shades of #8386D2

#8386D2
(131,134,210)
#787ABF
(120,122,191)
#6D6EAC
(109,110,172)
#626299
(98,98,153)
#575686
(87,86,134)
#4C4A73
(76,74,115)
#413E60
(65,62,96)
#36324D
(54,50,77)
#2B263A
(43,38,58)
#201A27
(32,26,39)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #8386D2

#8386D2
(131,134,210)
#8E91D6
(142,145,214)
#999CDA
(153,156,218)
#A4A7DE
(164,167,222)
#AFB2E2
(175,178,226)
#BABDE6
(186,189,230)
#C5C8EA
(197,200,234)
#D0D3EE
(208,211,238)
#DBDEF2
(219,222,242)
#E6E9F6
(230,233,246)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8386D2; }

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

This text font color is #8386D2.


Background Color

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

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

This div background color is #8386D2.


Border color

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

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

This div border color is #8386D2.


Opacity

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

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

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

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

This text has shadow with #8386D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8386D2 on black background.


Color preview on white background

This text has color #8386D2 on white background.



Black color preview on #8386D2 background

This text has black color on #8386D2 background.


White color preview on #8386D2 background

This text has white color on #8386D2 background.