COLOR #8A6780

HEX: #8A6780 RGB: (138,103,128)

Color info

#8A6780 contains red, green and blue colors in about the same proportion. Web safe color of #8A6780 is #996666 (or #966).

RGB color model

#8A6780 color RGB value is (138,103,128).

RGB: (138,103,128) (54%, 40%, 50%)

RGB channels and saturation

R 138 of 255 = 54%
G 103 of 255 = 40%
B 128 of 255 = 50%

138
103
128

R + G + B ~ 48%. #8A6780 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 103 + 128 = 369 (100%)
R 138 of 369 ~ 37.4%
G 103 of 369 ~ 27.91%
B 128 of 369 ~ 34.69'%

%37.4
%27.91
%34.69

CMYK color model

#8A6780 color CMYK value is (0,25,7,46).

  • cyan value is 0.00%
  • magenta value is 25.36%
  • yellow value is 7.25%
  • key color value is 45.88%
CMYK: (0,25,7,46) C0M25Y7K46 (0%,25%,7%,46%) (0.00/0.25/0.07/0.46) 

CMYK percentages

%0
%25.36
%7.25
%45.88

Codes

Color #8A6780 in popluar color models

8A 67 80
RGB 138 103 128
HSL 317° 14.52% 47.25%
HSB/HSV 317° 25.36% 54.12%
CMYK 0.00% 25.36% 7.25%
45.88%

Color #8A6780 in popluar number systems.

HEX 8A 67 80
Decimal 138 103 128
Binary 10001010 1100111 10000000
Octal 212 147 200

Shades and tints

Shades of #8A6780

#8A6780
(138,103,128)
#7E5E75
(126,94,117)
#72556A
(114,85,106)
#664C5F
(102,76,95)
#5A4354
(90,67,84)
#4E3A49
(78,58,73)
#42313E
(66,49,62)
#362833
(54,40,51)
#2A1F28
(42,31,40)
#1E161D
(30,22,29)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #8A6780

#8A6780
(138,103,128)
#94748B
(148,116,139)
#9E8196
(158,129,150)
#A88EA1
(168,142,161)
#B29BAC
(178,155,172)
#BCA8B7
(188,168,183)
#C6B5C2
(198,181,194)
#D0C2CD
(208,194,205)
#DACFD8
(218,207,216)
#E4DCE3
(228,220,227)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6780 color. Also use rgb(138,103,128) instead hex code.

Text Font Color

.myTextColor { color: #8A6780; }

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

This text font color is #8A6780.

Background Color

.myBgColor { background-color: #8A6780; }

<div style="background-color:#8A6780">Inner text</div>

This div background color is #8A6780.

Border color

.myBorderColor { border: 1px solid #8A6780; }

<div style="border:3px solid #8A6780">Div</div>

This div border color is #8A6780.

Opacity

.myOpacity80 { color: #8A6780; opacity: 0.8; }

<p style="color:#8A6780;opacity:0.8;">80%</p>

Text with #8A6780 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 #8A6780;}

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

This text has shadow with #8A6780 color.


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

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

This text has shadow with #8A6780 primary color and red secondary color.


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

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

This text has shadow with #8A6780 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8A6780.

Preview

Color preview on black background

This text has color #8A6780 on black background.


Color preview on white background

This text has color #8A6780 on white background.


Black color preview on #8A6780 background

This text has black color on #8A6780 background.


White color preview on #8A6780 background

This text has white color on #8A6780 background.


Related colors

Complementary color

Complementary color for #hex is #75987F.


I love getcolorcode.com

Triadic colors

1 #808A67 and #67808A with #8A6780 are triadic colors.

2 #80678A and #678A80 with #8A6780 are triadic colors.