COLOR #806FA8

HEX: #806FA8
RGB: (128,111,168)

Color info

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

RGB color model

#806FA8 color RGB value is (128,111,168).

  • red value is 128;
  • green value is 111;
  • blue value is 168.
RGB:
(128,111,168)
(50%,44%,66%)

RGB channels and saturation

R 128 of 255 = 50%
G 111 of 255 = 44%
B 168 of 255 = 66%

128
111
168

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

Portions of RGB colors in percentages

R + G + B =
128 + 111 + 168 = 407 (100%)
R 128 of 407 ~ 31.45%
G 111 of 407 ~ 27.27%
B 168 of 407 ~ 41.28%

%31.45
%27.27
%41.28

CMYK color model

#806FA8 color CMYK value is (24,34,0,34).

  • cyan value is 23.81%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(24,34,0,34)
C24M34Y0K34 
(24%,34%,0%,34%)
(0.24/0.34/0.00/0.34)	

CMYK percentages

%23.81
%33.93
%0
%34.12

Codes

Color #806FA8 in popluar color models

806FA8
RGB128111168
HSL258°24.68%54.71%
HSB/HSV258°33.93%65.88%
CMYK23.81%33.93%0.00%
34.12%

Color #806FA8 in popluar number systems.

HEX806FA8
Decimal128111168
Binary10000000110111110101000
Octal200157250

Shades and tints

Shades of #806FA8

#806FA8
(128,111,168)
#756599
(117,101,153)
#6A5B8A
(106,91,138)
#5F517B
(95,81,123)
#54476C
(84,71,108)
#493D5D
(73,61,93)
#3E334E
(62,51,78)
#33293F
(51,41,63)
#281F30
(40,31,48)
#1D1521
(29,21,33)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #806FA8

#806FA8
(128,111,168)
#8B7CAF
(139,124,175)
#9689B6
(150,137,182)
#A196BD
(161,150,189)
#ACA3C4
(172,163,196)
#B7B0CB
(183,176,203)
#C2BDD2
(194,189,210)
#CDCAD9
(205,202,217)
#D8D7E0
(216,215,224)
#E3E4E7
(227,228,231)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806FA8 color. Also use rgb(128,111,168) instead hex code.

Text Font Color

.myTextColor { color: #806FA8; }

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

This text font color is #806FA8.


Background Color

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

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

This div background color is #806FA8.


Border color

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

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

This div border color is #806FA8.


Opacity

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

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

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

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

This text has shadow with #806FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806FA8 on black background.


Color preview on white background

This text has color #806FA8 on white background.



Black color preview on #806FA8 background

This text has black color on #806FA8 background.


White color preview on #806FA8 background

This text has white color on #806FA8 background.