COLOR #8780AC

HEX: #8780AC RGB: (135,128,172)

Color info

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

RGB color model

#8780AC color RGB value is (135,128,172).

RGB: (135,128,172) (53%, 50%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 172 of 255 = 67%

135
128
172

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 172 = 435 (100%)
R 135 of 435 ~ 31.03%
G 128 of 435 ~ 29.43%
B 172 of 435 ~ 39.54'%

%31.03
%29.43
%39.54

CMYK color model

#8780AC color CMYK value is (22,26,0,33).

  • cyan value is 21.51%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (22,26,0,33)
C22M26Y0K33 (22%, 26%, 0%, 33%)
(0.22 / 0.26 / 0.00 / 0.33)

CMYK percentages

%21.51
%25.58
%0
%32.55

Codes

Color #8780AC in popluar color models

87 80 AC
RGB 135 128 172
HSL 250° 20.95% 58.82%
HSB/HSV 250° 25.58% 67.45%
CMYK 21.51% 25.58% 0.00%
32.55%

Color #8780AC in popluar number systems.

HEX 87 80 AC
Decimal 135 128 172
Binary 10000111 10000000 10101100
Octal 207 200 254

Shades and tints

Shades of #8780AC

#8780AC
(135,128,172)
#7B759D
(123,117,157)
#6F6A8E
(111,106,142)
#635F7F
(99,95,127)
#575470
(87,84,112)
#4B4961
(75,73,97)
#3F3E52
(63,62,82)
#333343
(51,51,67)
#272834
(39,40,52)
#1B1D25
(27,29,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #8780AC

#8780AC
(135,128,172)
#918BB3
(145,139,179)
#9B96BA
(155,150,186)
#A5A1C1
(165,161,193)
#AFACC8
(175,172,200)
#B9B7CF
(185,183,207)
#C3C2D6
(195,194,214)
#CDCDDD
(205,205,221)
#D7D8E4
(215,216,228)
#E1E3EB
(225,227,235)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8780AC; }

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

This text font color is #8780AC.

Background Color

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

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

This div background color is #8780AC.

Border color

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

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

This div border color is #8780AC.

Opacity

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

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

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

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

This text has shadow with #8780AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8780AC.

Preview

Color preview on black background

This text has color #8780AC on black background.


Color preview on white background

This text has color #8780AC on white background.


Black color preview on #8780AC background

This text has black color on #8780AC background.


White color preview on #8780AC background

This text has white color on #8780AC background.


Related colors

Complementary color

Complementary color for #hex is #787F53.


I love getcolorcode.com

Triadic colors

1 #AC8780 and #80AC87 with #8780AC are triadic colors.

2 #AC8087 and #8087AC with #8780AC are triadic colors.