COLOR #806CA0

HEX: #806CA0 RGB: (128,108,160)

Color info

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

RGB color model

#806CA0 color RGB value is (128,108,160).

RGB: (128,108,160) (50%, 42%, 63%)

RGB channels and saturation

R 128 of 255 = 50%
G 108 of 255 = 42%
B 160 of 255 = 63%

128
108
160

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

Portions of RGB colors in percentages

R + G + B = 128 + 108 + 160 = 396 (100%)
R 128 of 396 ~ 32.32%
G 108 of 396 ~ 27.27%
B 160 of 396 ~ 40.4'%

%32.32
%27.27
%40.4

CMYK color model

#806CA0 color CMYK value is (20,33,0,37).

  • cyan value is 20.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (20,33,0,37)
C20M33Y0K37 (20%, 33%, 0%, 37%)
(0.20 / 0.33 / 0.00 / 0.37)

CMYK percentages

%20
%32.5
%0
%37.25

Codes

Color #806CA0 in popluar color models

80 6C A0
RGB 128 108 160
HSL 263° 21.49% 52.55%
HSB/HSV 263° 32.50% 62.75%
CMYK 20.00% 32.50% 0.00%
37.25%

Color #806CA0 in popluar number systems.

HEX 80 6C A0
Decimal 128 108 160
Binary 10000000 1101100 10100000
Octal 200 154 240

Shades and tints

Shades of #806CA0

#806CA0
(128,108,160)
#756392
(117,99,146)
#6A5A84
(106,90,132)
#5F5176
(95,81,118)
#544868
(84,72,104)
#493F5A
(73,63,90)
#3E364C
(62,54,76)
#332D3E
(51,45,62)
#282430
(40,36,48)
#1D1B22
(29,27,34)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #806CA0

#806CA0
(128,108,160)
#8B79A8
(139,121,168)
#9686B0
(150,134,176)
#A193B8
(161,147,184)
#ACA0C0
(172,160,192)
#B7ADC8
(183,173,200)
#C2BAD0
(194,186,208)
#CDC7D8
(205,199,216)
#D8D4E0
(216,212,224)
#E3E1E8
(227,225,232)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806CA0; }

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

This text font color is #806CA0.

Background Color

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

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

This div background color is #806CA0.

Border color

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

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

This div border color is #806CA0.

Opacity

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

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

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

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

This text has shadow with #806CA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806CA0.

Preview

Color preview on black background

This text has color #806CA0 on black background.


Color preview on white background

This text has color #806CA0 on white background.


Black color preview on #806CA0 background

This text has black color on #806CA0 background.


White color preview on #806CA0 background

This text has white color on #806CA0 background.


Related colors

Complementary color

Complementary color for #hex is #7F935F.


I love getcolorcode.com

Triadic colors

1 #A0806C and #6CA080 with #806CA0 are triadic colors.

2 #A06C80 and #6C80A0 with #806CA0 are triadic colors.