COLOR #806EA5

HEX: #806EA5
RGB: (128,110,165)

Color info

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

RGB color model

#806EA5 color RGB value is (128,110,165).

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

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 165 of 255 = 65%

128
110
165

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

Portions of RGB colors in percentages

R + G + B =
128 + 110 + 165 = 403 (100%)
R 128 of 403 ~ 31.76%
G 110 of 403 ~ 27.3%
B 165 of 403 ~ 40.94%

%31.76
%27.3
%40.94

CMYK color model

#806EA5 color CMYK value is (22,33,0,35).

  • cyan value is 22.42%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(22,33,0,35)
C22M33Y0K35 
(22%,33%,0%,35%)
(0.22/0.33/0.00/0.35)	

CMYK percentages

%22.42
%33.33
%0
%35.29

Codes

Color #806EA5 in popluar color models

806EA5
RGB128110165
HSL260°23.40%53.92%
HSB/HSV260°33.33%64.71%
CMYK22.42%33.33%0.00%
35.29%

Color #806EA5 in popluar number systems.

HEX806EA5
Decimal128110165
Binary10000000110111010100101
Octal200156245

Shades and tints

Shades of #806EA5

#806EA5
(128,110,165)
#756496
(117,100,150)
#6A5A87
(106,90,135)
#5F5078
(95,80,120)
#544669
(84,70,105)
#493C5A
(73,60,90)
#3E324B
(62,50,75)
#33283C
(51,40,60)
#281E2D
(40,30,45)
#1D141E
(29,20,30)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #806EA5

#806EA5
(128,110,165)
#8B7BAD
(139,123,173)
#9688B5
(150,136,181)
#A195BD
(161,149,189)
#ACA2C5
(172,162,197)
#B7AFCD
(183,175,205)
#C2BCD5
(194,188,213)
#CDC9DD
(205,201,221)
#D8D6E5
(216,214,229)
#E3E3ED
(227,227,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806EA5; }

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

This text font color is #806EA5.


Background Color

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

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

This div background color is #806EA5.


Border color

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

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

This div border color is #806EA5.


Opacity

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

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

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

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

This text has shadow with #806EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806EA5 on black background.


Color preview on white background

This text has color #806EA5 on white background.



Black color preview on #806EA5 background

This text has black color on #806EA5 background.


White color preview on #806EA5 background

This text has white color on #806EA5 background.