COLOR #8780A6

HEX: #8780A6 RGB: (135,128,166)

Color info

#8780A6 contains red, green and blue colors in about the same proportion. Web safe color of #8780A6 is #996699 (or #969).

RGB color model

#8780A6 color RGB value is (135,128,166).

RGB: (135,128,166) (53%, 50%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 166 of 255 = 65%

135
128
166

R + G + B ~ 56%. #8780A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 166 = 429 (100%)
R 135 of 429 ~ 31.47%
G 128 of 429 ~ 29.84%
B 166 of 429 ~ 38.69'%

%31.47
%29.84
%38.69

CMYK color model

#8780A6 color CMYK value is (19,23,0,35).

  • cyan value is 18.67%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (19,23,0,35)
C19M23Y0K35 (19%, 23%, 0%, 35%)
(0.19 / 0.23 / 0.00 / 0.35)

CMYK percentages

%18.67
%22.89
%0
%34.9

Codes

Color #8780A6 in popluar color models

87 80 A6
RGB 135 128 166
HSL 251° 17.59% 57.65%
HSB/HSV 251° 22.89% 65.10%
CMYK 18.67% 22.89% 0.00%
34.90%

Color #8780A6 in popluar number systems.

HEX 87 80 A6
Decimal 135 128 166
Binary 10000111 10000000 10100110
Octal 207 200 246

Shades and tints

Shades of #8780A6

#8780A6
(135,128,166)
#7B7597
(123,117,151)
#6F6A88
(111,106,136)
#635F79
(99,95,121)
#57546A
(87,84,106)
#4B495B
(75,73,91)
#3F3E4C
(63,62,76)
#33333D
(51,51,61)
#27282E
(39,40,46)
#1B1D1F
(27,29,31)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #8780A6

#8780A6
(135,128,166)
#918BAE
(145,139,174)
#9B96B6
(155,150,182)
#A5A1BE
(165,161,190)
#AFACC6
(175,172,198)
#B9B7CE
(185,183,206)
#C3C2D6
(195,194,214)
#CDCDDE
(205,205,222)
#D7D8E6
(215,216,230)
#E1E3EE
(225,227,238)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8780A6 color. Also use rgb(135,128,166) instead hex code.

Text Font Color

.myTextColor { color: #8780A6; }

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

This text font color is #8780A6.

Background Color

.myBgColor { background-color: #8780A6; }

<div style="background-color:#8780A6">Inner text</div>

This div background color is #8780A6.

Border color

.myBorderColor { border: 1px solid #8780A6; }

<div style="border:3px solid #8780A6">Div</div>

This div border color is #8780A6.

Opacity

.myOpacity80 { color: #8780A6; opacity: 0.8; }

<p style="color:#8780A6;opacity:0.8;">80%</p>

Text with #8780A6 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 #8780A6;}

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

This text has shadow with #8780A6 color.


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

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

This text has shadow with #8780A6 primary color and red secondary color.


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

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

This text has shadow with #8780A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8780A6.

Preview

Color preview on black background

This text has color #8780A6 on black background.


Color preview on white background

This text has color #8780A6 on white background.


Black color preview on #8780A6 background

This text has black color on #8780A6 background.


White color preview on #8780A6 background

This text has white color on #8780A6 background.


Related colors

Complementary color

Complementary color for #hex is #787F59.


I love getcolorcode.com

Triadic colors

1 #A68780 and #80A687 with #8780A6 are triadic colors.

2 #A68087 and #8087A6 with #8780A6 are triadic colors.