COLOR #806386

HEX: #806386
RGB: (128,99,134)

Color info

#806386 contains red, green and blue colors in about the same proportion. Web safe color of #806386 is #666699 (or #669).

RGB color model

#806386 color RGB value is (128,99,134).

  • red value is 128;
  • green value is 99;
  • blue value is 134.
RGB:
(128,99,134)
(50%,39%,53%)

RGB channels and saturation

R 128 of 255 = 50%
G 99 of 255 = 39%
B 134 of 255 = 53%

128
99
134

R + G + B ~ 47%. #806386 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 99 + 134 = 361 (100%)
R 128 of 361 ~ 35.46%
G 99 of 361 ~ 27.42%
B 134 of 361 ~ 37.12%

%35.46
%27.42
%37.12

CMYK color model

#806386 color CMYK value is (4,26,0,47).

  • cyan value is 4.48%
  • magenta value is 26.12%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(4,26,0,47)
C4M26Y0K47 
(4%,26%,0%,47%)
(0.04/0.26/0.00/0.47)	

CMYK percentages

%4.48
%26.12
%0
%47.45

Codes

Color #806386 in popluar color models

806386
RGB12899134
HSL290°15.02%45.69%
HSB/HSV290°26.12%52.55%
CMYK4.48%26.12%0.00%
47.45%

Color #806386 in popluar number systems.

HEX806386
Decimal12899134
Binary10000000110001110000110
Octal200143206

Shades and tints

Shades of #806386

#806386
(128,99,134)
#755A7A
(117,90,122)
#6A516E
(106,81,110)
#5F4862
(95,72,98)
#543F56
(84,63,86)
#49364A
(73,54,74)
#3E2D3E
(62,45,62)
#332432
(51,36,50)
#281B26
(40,27,38)
#1D121A
(29,18,26)
#12090E
(18,9,14)
#000000
(0,0,0)

Tints of #806386

#806386
(128,99,134)
#8B7191
(139,113,145)
#967F9C
(150,127,156)
#A18DA7
(161,141,167)
#AC9BB2
(172,155,178)
#B7A9BD
(183,169,189)
#C2B7C8
(194,183,200)
#CDC5D3
(205,197,211)
#D8D3DE
(216,211,222)
#E3E1E9
(227,225,233)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806386 color. Also use rgb(128,99,134) instead hex code.

Text Font Color

.myTextColor { color: #806386; }

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

This text font color is #806386.


Background Color

.myBgColor { background-color: #806386; }

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

This div background color is #806386.


Border color

.myBorderColor { border: 1px solid #806386; }

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

This div border color is #806386.


Opacity

.myOpacity80 { color: #806386; opacity: 0.8; }

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

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

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

This text has shadow with #806386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806386 on black background.


Color preview on white background

This text has color #806386 on white background.



Black color preview on #806386 background

This text has black color on #806386 background.


White color preview on #806386 background

This text has white color on #806386 background.