COLOR #806CAD

HEX: #806CAD
RGB: (128,108,173)

Color info

#806CAD contains mainly red and blue colors. Web safe color of #806CAD is #666699 (or #669).

RGB color model

#806CAD color RGB value is (128,108,173).

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

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 173 of 255 = 68%

128
108
173

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

Portions of RGB colors in percentages

R + G + B =
128 + 108 + 173 = 409 (100%)
R 128 of 409 ~ 31.3%
G 108 of 409 ~ 26.41%
B 173 of 409 ~ 42.3%

%31.3
%26.41
%42.3

CMYK color model

#806CAD color CMYK value is (26,38,0,32).

  • cyan value is 26.01%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(26,38,0,32)
C26M38Y0K32 
(26%,38%,0%,32%)
(0.26/0.38/0.00/0.32)	

CMYK percentages

%26.01
%37.57
%0
%32.16

Codes

Color #806CAD in popluar color models

806CAD
RGB128108173
HSL258°28.38%55.10%
HSB/HSV258°37.57%67.84%
CMYK26.01%37.57%0.00%
32.16%

Color #806CAD in popluar number systems.

HEX806CAD
Decimal128108173
Binary10000000110110010101101
Octal200154255

Shades and tints

Shades of #806CAD

#806CAD
(128,108,173)
#75639E
(117,99,158)
#6A5A8F
(106,90,143)
#5F5180
(95,81,128)
#544871
(84,72,113)
#493F62
(73,63,98)
#3E3653
(62,54,83)
#332D44
(51,45,68)
#282435
(40,36,53)
#1D1B26
(29,27,38)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #806CAD

#806CAD
(128,108,173)
#8B79B4
(139,121,180)
#9686BB
(150,134,187)
#A193C2
(161,147,194)
#ACA0C9
(172,160,201)
#B7ADD0
(183,173,208)
#C2BAD7
(194,186,215)
#CDC7DE
(205,199,222)
#D8D4E5
(216,212,229)
#E3E1EC
(227,225,236)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806CAD; }

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

This text font color is #806CAD.


Background Color

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

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

This div background color is #806CAD.


Border color

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

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

This div border color is #806CAD.


Opacity

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

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

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

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

This text has shadow with #806CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806CAD on black background.


Color preview on white background

This text has color #806CAD on white background.



Black color preview on #806CAD background

This text has black color on #806CAD background.


White color preview on #806CAD background

This text has white color on #806CAD background.