COLOR #806EAB

HEX: #806EAB RGB: (128,110,171)

Color info

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

RGB color model

#806EAB color RGB value is (128,110,171).

RGB: (128,110,171) (50%, 43%, 67%)

RGB channels and saturation

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

128
110
171

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 171 = 409 (100%)
R 128 of 409 ~ 31.3%
G 110 of 409 ~ 26.89%
B 171 of 409 ~ 41.81'%

%31.3
%26.89
%41.81

CMYK color model

#806EAB color CMYK value is (25,36,0,33).

  • cyan value is 25.15%
  • magenta value is 35.67%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (25,36,0,33)
C25M36Y0K33 (25%, 36%, 0%, 33%)
(0.25 / 0.36 / 0.00 / 0.33)

CMYK percentages

%25.15
%35.67
%0
%32.94

Codes

Color #806EAB in popluar color models

80 6E AB
RGB 128 110 171
HSL 258° 26.64% 55.10%
HSB/HSV 258° 35.67% 67.06%
CMYK 25.15% 35.67% 0.00%
32.94%

Color #806EAB in popluar number systems.

HEX 80 6E AB
Decimal 128 110 171
Binary 10000000 1101110 10101011
Octal 200 156 253

Shades and tints

Shades of #806EAB

#806EAB
(128,110,171)
#75649C
(117,100,156)
#6A5A8D
(106,90,141)
#5F507E
(95,80,126)
#54466F
(84,70,111)
#493C60
(73,60,96)
#3E3251
(62,50,81)
#332842
(51,40,66)
#281E33
(40,30,51)
#1D1424
(29,20,36)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #806EAB

#806EAB
(128,110,171)
#8B7BB2
(139,123,178)
#9688B9
(150,136,185)
#A195C0
(161,149,192)
#ACA2C7
(172,162,199)
#B7AFCE
(183,175,206)
#C2BCD5
(194,188,213)
#CDC9DC
(205,201,220)
#D8D6E3
(216,214,227)
#E3E3EA
(227,227,234)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806EAB; }

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

This text font color is #806EAB.

Background Color

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

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

This div background color is #806EAB.

Border color

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

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

This div border color is #806EAB.

Opacity

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

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

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

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

This text has shadow with #806EAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806EAB.

Preview

Color preview on black background

This text has color #806EAB on black background.


Color preview on white background

This text has color #806EAB on white background.


Black color preview on #806EAB background

This text has black color on #806EAB background.


White color preview on #806EAB background

This text has white color on #806EAB background.


Related colors

Complementary color

Complementary color for #hex is #7F9154.


I love getcolorcode.com

Triadic colors

1 #AB806E and #6EAB80 with #806EAB are triadic colors.

2 #AB6E80 and #6E80AB with #806EAB are triadic colors.