COLOR #806E8A

HEX: #806E8A RGB: (128,110,138)

Color info

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

RGB color model

#806E8A color RGB value is (128,110,138).

RGB: (128,110,138) (50%, 43%, 54%)

RGB channels and saturation

R 128 of 255 = 50%
G 110 of 255 = 43%
B 138 of 255 = 54%

128
110
138

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

Portions of RGB colors in percentages

R + G + B = 128 + 110 + 138 = 376 (100%)
R 128 of 376 ~ 34.04%
G 110 of 376 ~ 29.26%
B 138 of 376 ~ 36.7'%

%34.04
%29.26
%36.7

CMYK color model

#806E8A color CMYK value is (7,20,0,46).

  • cyan value is 7.25%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (7,20,0,46) C7M20Y0K46 (7%,20%,0%,46%) (0.07/0.20/0.00/0.46) 

CMYK percentages

%7.25
%20.29
%0
%45.88

Codes

Color #806E8A in popluar color models

80 6E 8A
RGB 128 110 138
HSL 279° 11.29% 48.63%
HSB/HSV 279° 20.29% 54.12%
CMYK 7.25% 20.29% 0.00%
45.88%

Color #806E8A in popluar number systems.

HEX 80 6E 8A
Decimal 128 110 138
Binary 10000000 1101110 10001010
Octal 200 156 212

Shades and tints

Shades of #806E8A

#806E8A
(128,110,138)
#75647E
(117,100,126)
#6A5A72
(106,90,114)
#5F5066
(95,80,102)
#54465A
(84,70,90)
#493C4E
(73,60,78)
#3E3242
(62,50,66)
#332836
(51,40,54)
#281E2A
(40,30,42)
#1D141E
(29,20,30)
#120A12
(18,10,18)
#000000
(0,0,0)

Tints of #806E8A

#806E8A
(128,110,138)
#8B7B94
(139,123,148)
#96889E
(150,136,158)
#A195A8
(161,149,168)
#ACA2B2
(172,162,178)
#B7AFBC
(183,175,188)
#C2BCC6
(194,188,198)
#CDC9D0
(205,201,208)
#D8D6DA
(216,214,218)
#E3E3E4
(227,227,228)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806E8A; }

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

This text font color is #806E8A.

Background Color

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

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

This div background color is #806E8A.

Border color

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

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

This div border color is #806E8A.

Opacity

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

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

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

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

This text has shadow with #806E8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #806E8A.

Preview

Color preview on black background

This text has color #806E8A on black background.


Color preview on white background

This text has color #806E8A on white background.


Black color preview on #806E8A background

This text has black color on #806E8A background.


White color preview on #806E8A background

This text has white color on #806E8A background.


Related colors

Complementary color

Complementary color for #hex is #7F9175.


I love getcolorcode.com

Triadic colors

1 #8A806E and #6E8A80 with #806E8A are triadic colors.

2 #8A6E80 and #6E808A with #806E8A are triadic colors.