COLOR #8780A3

HEX: #8780A3 RGB: (135,128,163)

Color info

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

RGB color model

#8780A3 color RGB value is (135,128,163).

RGB: (135,128,163) (53%, 50%, 64%)

RGB channels and saturation

R 135 of 255 = 53%
G 128 of 255 = 50%
B 163 of 255 = 64%

135
128
163

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

Portions of RGB colors in percentages

R + G + B = 135 + 128 + 163 = 426 (100%)
R 135 of 426 ~ 31.69%
G 128 of 426 ~ 30.05%
B 163 of 426 ~ 38.26'%

%31.69
%30.05
%38.26

CMYK color model

#8780A3 color CMYK value is (17,21,0,36).

  • cyan value is 17.18%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (17,21,0,36)
C17M21Y0K36 (17%, 21%, 0%, 36%)
(0.17 / 0.21 / 0.00 / 0.36)

CMYK percentages

%17.18
%21.47
%0
%36.08

Codes

Color #8780A3 in popluar color models

87 80 A3
RGB 135 128 163
HSL 252° 15.98% 57.06%
HSB/HSV 252° 21.47% 63.92%
CMYK 17.18% 21.47% 0.00%
36.08%

Color #8780A3 in popluar number systems.

HEX 87 80 A3
Decimal 135 128 163
Binary 10000111 10000000 10100011
Octal 207 200 243

Shades and tints

Shades of #8780A3

#8780A3
(135,128,163)
#7B7595
(123,117,149)
#6F6A87
(111,106,135)
#635F79
(99,95,121)
#57546B
(87,84,107)
#4B495D
(75,73,93)
#3F3E4F
(63,62,79)
#333341
(51,51,65)
#272833
(39,40,51)
#1B1D25
(27,29,37)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #8780A3

#8780A3
(135,128,163)
#918BAB
(145,139,171)
#9B96B3
(155,150,179)
#A5A1BB
(165,161,187)
#AFACC3
(175,172,195)
#B9B7CB
(185,183,203)
#C3C2D3
(195,194,211)
#CDCDDB
(205,205,219)
#D7D8E3
(215,216,227)
#E1E3EB
(225,227,235)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8780A3; }

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

This text font color is #8780A3.

Background Color

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

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

This div background color is #8780A3.

Border color

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

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

This div border color is #8780A3.

Opacity

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

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

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

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

This text has shadow with #8780A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8780A3.

Preview

Color preview on black background

This text has color #8780A3 on black background.


Color preview on white background

This text has color #8780A3 on white background.


Black color preview on #8780A3 background

This text has black color on #8780A3 background.


White color preview on #8780A3 background

This text has white color on #8780A3 background.


Related colors

Complementary color

Complementary color for #hex is #787F5C.


I love getcolorcode.com

Triadic colors

1 #A38780 and #80A387 with #8780A3 are triadic colors.

2 #A38087 and #8087A3 with #8780A3 are triadic colors.