COLOR #806EAA

HEX: #806EAA
RGB: (128,110,170)

Color info

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

RGB color model

#806EAA color RGB value is (128,110,170).

  • red value is 128;
  • green value is 110;
  • blue value is 170.
RGB:
(128,110,170)
(50%,43%,67%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 170 of 255 = 67%

128
110
170

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 170 = 408 (100%)
R 128 of 408 ~ 31.37%
G 110 of 408 ~ 26.96%
B 170 of 408 ~ 41.67%

%31.37
%26.96
%41.67

CMYK color model

#806EAA color CMYK value is (25,35,0,33).

  • cyan value is 24.71%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(25,35,0,33)
C25M35Y0K33 
(25%,35%,0%,33%)
(0.25/0.35/0.00/0.33)	

CMYK percentages

%24.71
%35.29
%0
%33.33

Codes

Color #806EAA in popluar color models

806EAA
RGB128110170
HSL258°26.09%54.90%
HSB/HSV258°35.29%66.67%
CMYK24.71%35.29%0.00%
33.33%

Color #806EAA in popluar number systems.

HEX806EAA
Decimal128110170
Binary10000000110111010101010
Octal200156252

Shades and tints

Shades of #806EAA

#806EAA
(128,110,170)
#75649B
(117,100,155)
#6A5A8C
(106,90,140)
#5F507D
(95,80,125)
#54466E
(84,70,110)
#493C5F
(73,60,95)
#3E3250
(62,50,80)
#332841
(51,40,65)
#281E32
(40,30,50)
#1D1423
(29,20,35)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #806EAA

#806EAA
(128,110,170)
#8B7BB1
(139,123,177)
#9688B8
(150,136,184)
#A195BF
(161,149,191)
#ACA2C6
(172,162,198)
#B7AFCD
(183,175,205)
#C2BCD4
(194,188,212)
#CDC9DB
(205,201,219)
#D8D6E2
(216,214,226)
#E3E3E9
(227,227,233)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #806EAA color. Also use rgb(128,110,170) instead hex code.

Text Font Color

.myTextColor { color: #806EAA; }

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

This text font color is #806EAA.


Background Color

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

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

This div background color is #806EAA.


Border color

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

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

This div border color is #806EAA.


Opacity

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

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

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

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

This text has shadow with #806EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806EAA on black background.


Color preview on white background

This text has color #806EAA on white background.



Black color preview on #806EAA background

This text has black color on #806EAA background.


White color preview on #806EAA background

This text has white color on #806EAA background.