COLOR #806EAE

HEX: #806EAE RGB: (128,110,174)

Color info

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

RGB color model

#806EAE color RGB value is (128,110,174).

RGB: (128,110,174) (50%, 43%, 68%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 174 of 255 = 68%

128
110
174

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 174 = 412 (100%)
R 128 of 412 ~ 31.07%
G 110 of 412 ~ 26.7%
B 174 of 412 ~ 42.23'%

%31.07
%26.7
%42.23

CMYK color model

#806EAE color CMYK value is (26,37,0,32).

  • cyan value is 26.44%
  • magenta value is 36.78%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (26,37,0,32)
C26M37Y0K32 (26%, 37%, 0%, 32%)
(0.26 / 0.37 / 0.00 / 0.32)

CMYK percentages

%26.44
%36.78
%0
%31.76

Codes

Color #806EAE in popluar color models

80 6E AE
RGB 128 110 174
HSL 257° 28.32% 55.69%
HSB/HSV 257° 36.78% 68.24%
CMYK 26.44% 36.78% 0.00%
31.76%

Color #806EAE in popluar number systems.

HEX 80 6E AE
Decimal 128 110 174
Binary 10000000 1101110 10101110
Octal 200 156 256

Shades and tints

Shades of #806EAE

#806EAE
(128,110,174)
#75649F
(117,100,159)
#6A5A90
(106,90,144)
#5F5081
(95,80,129)
#544672
(84,70,114)
#493C63
(73,60,99)
#3E3254
(62,50,84)
#332845
(51,40,69)
#281E36
(40,30,54)
#1D1427
(29,20,39)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #806EAE

#806EAE
(128,110,174)
#8B7BB5
(139,123,181)
#9688BC
(150,136,188)
#A195C3
(161,149,195)
#ACA2CA
(172,162,202)
#B7AFD1
(183,175,209)
#C2BCD8
(194,188,216)
#CDC9DF
(205,201,223)
#D8D6E6
(216,214,230)
#E3E3ED
(227,227,237)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806EAE; }

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

This text font color is #806EAE.

Background Color

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

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

This div background color is #806EAE.

Border color

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

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

This div border color is #806EAE.

Opacity

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

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

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

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

This text has shadow with #806EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806EAE.

Preview

Color preview on black background

This text has color #806EAE on black background.


Color preview on white background

This text has color #806EAE on white background.


Black color preview on #806EAE background

This text has black color on #806EAE background.


White color preview on #806EAE background

This text has white color on #806EAE background.


Related colors

Complementary color

Complementary color for #hex is #7F9151.


I love getcolorcode.com

Triadic colors

1 #AE806E and #6EAE80 with #806EAE are triadic colors.

2 #AE6E80 and #6E80AE with #806EAE are triadic colors.