COLOR #806CBA

HEX: #806CBA
RGB: (128,108,186)

Color info

#806CBA contains mainly red and blue colors. Web safe color of #806CBA is #6666CC (or #66C).

RGB color model

#806CBA color RGB value is (128,108,186).

  • red value is 128;
  • green value is 108;
  • blue value is 186.
RGB:
(128,108,186)
(50%,42%,73%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 186 of 255 = 73%

128
108
186

R + G + B ~ 55%. #806CBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 108 + 186 = 422 (100%)
R 128 of 422 ~ 30.33%
G 108 of 422 ~ 25.59%
B 186 of 422 ~ 44.08%

%30.33
%25.59
%44.08

CMYK color model

#806CBA color CMYK value is (31,42,0,27).

  • cyan value is 31.18%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(31,42,0,27)
C31M42Y0K27 
(31%,42%,0%,27%)
(0.31/0.42/0.00/0.27)	

CMYK percentages

%31.18
%41.94
%0
%27.06

Codes

Color #806CBA in popluar color models

806CBA
RGB128108186
HSL255°36.11%57.65%
HSB/HSV255°41.94%72.94%
CMYK31.18%41.94%0.00%
27.06%

Color #806CBA in popluar number systems.

HEX806CBA
Decimal128108186
Binary10000000110110010111010
Octal200154272

Shades and tints

Shades of #806CBA

#806CBA
(128,108,186)
#7563AA
(117,99,170)
#6A5A9A
(106,90,154)
#5F518A
(95,81,138)
#54487A
(84,72,122)
#493F6A
(73,63,106)
#3E365A
(62,54,90)
#332D4A
(51,45,74)
#28243A
(40,36,58)
#1D1B2A
(29,27,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #806CBA

#806CBA
(128,108,186)
#8B79C0
(139,121,192)
#9686C6
(150,134,198)
#A193CC
(161,147,204)
#ACA0D2
(172,160,210)
#B7ADD8
(183,173,216)
#C2BADE
(194,186,222)
#CDC7E4
(205,199,228)
#D8D4EA
(216,212,234)
#E3E1F0
(227,225,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806CBA color. Also use rgb(128,108,186) instead hex code.

Text Font Color

.myTextColor { color: #806CBA; }

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

This text font color is #806CBA.


Background Color

.myBgColor { background-color: #806CBA; }

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

This div background color is #806CBA.


Border color

.myBorderColor { border: 1px solid #806CBA; }

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

This div border color is #806CBA.


Opacity

.myOpacity80 { color: #806CBA; opacity: 0.8; }

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

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

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

This text has shadow with #806CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806CBA on black background.


Color preview on white background

This text has color #806CBA on white background.



Black color preview on #806CBA background

This text has black color on #806CBA background.


White color preview on #806CBA background

This text has white color on #806CBA background.