COLOR #806E8C

HEX: #806E8C RGB: (128,110,140)

Color info

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

RGB color model

#806E8C color RGB value is (128,110,140).

RGB: (128,110,140) (50%, 43%, 55%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 140 of 255 = 55%

128
110
140

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 140 = 378 (100%)
R 128 of 378 ~ 33.86%
G 110 of 378 ~ 29.1%
B 140 of 378 ~ 37.04'%

%33.86
%29.1
%37.04

CMYK color model

#806E8C color CMYK value is (9,21,0,45).

  • cyan value is 8.57%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,21,0,45)
C9M21Y0K45 (9%, 21%, 0%, 45%)
(0.09 / 0.21 / 0.00 / 0.45)

CMYK percentages

%8.57
%21.43
%0
%45.1

Codes

Color #806E8C in popluar color models

80 6E 8C
RGB 128 110 140
HSL 276° 12.00% 49.02%
HSB/HSV 276° 21.43% 54.90%
CMYK 8.57% 21.43% 0.00%
45.10%

Color #806E8C in popluar number systems.

HEX 80 6E 8C
Decimal 128 110 140
Binary 10000000 1101110 10001100
Octal 200 156 214

Shades and tints

Shades of #806E8C

#806E8C
(128,110,140)
#756480
(117,100,128)
#6A5A74
(106,90,116)
#5F5068
(95,80,104)
#54465C
(84,70,92)
#493C50
(73,60,80)
#3E3244
(62,50,68)
#332838
(51,40,56)
#281E2C
(40,30,44)
#1D1420
(29,20,32)
#120A14
(18,10,20)
#000000
(0,0,0)

Tints of #806E8C

#806E8C
(128,110,140)
#8B7B96
(139,123,150)
#9688A0
(150,136,160)
#A195AA
(161,149,170)
#ACA2B4
(172,162,180)
#B7AFBE
(183,175,190)
#C2BCC8
(194,188,200)
#CDC9D2
(205,201,210)
#D8D6DC
(216,214,220)
#E3E3E6
(227,227,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E8C; }

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

This text font color is #806E8C.

Background Color

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

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

This div background color is #806E8C.

Border color

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

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

This div border color is #806E8C.

Opacity

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

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

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

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

This text has shadow with #806E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806E8C.

Preview

Color preview on black background

This text has color #806E8C on black background.


Color preview on white background

This text has color #806E8C on white background.


Black color preview on #806E8C background

This text has black color on #806E8C background.


White color preview on #806E8C background

This text has white color on #806E8C background.


Related colors

Complementary color

Complementary color for #hex is #7F9173.


I love getcolorcode.com

Triadic colors

1 #8C806E and #6E8C80 with #806E8C are triadic colors.

2 #8C6E80 and #6E808C with #806E8C are triadic colors.