COLOR #8782AD

HEX: #8782AD RGB: (135,130,173)

Color info

#8782AD contains red, green and blue colors in about the same proportion. Web safe color of #8782AD is #999999 (or #999).

RGB color model

#8782AD color RGB value is (135,130,173).

RGB: (135,130,173) (53%, 51%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 173 of 255 = 68%

135
130
173

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

Portions of RGB colors in percentages

R + G + B = 135 + 130 + 173 = 438 (100%)
R 135 of 438 ~ 30.82%
G 130 of 438 ~ 29.68%
B 173 of 438 ~ 39.5'%

%30.82
%29.68
%39.5

CMYK color model

#8782AD color CMYK value is (22,25,0,32).

  • cyan value is 21.97%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (22,25,0,32) C22M25Y0K32 (22%,25%,0%,32%) (0.22/0.25/0.00/0.32) 

CMYK percentages

%21.97
%24.86
%0
%32.16

Codes

Color #8782AD in popluar color models

87 82 AD
RGB 135 130 173
HSL 247° 20.77% 59.41%
HSB/HSV 247° 24.86% 67.84%
CMYK 21.97% 24.86% 0.00%
32.16%

Color #8782AD in popluar number systems.

HEX 87 82 AD
Decimal 135 130 173
Binary 10000111 10000010 10101101
Octal 207 202 255

Shades and tints

Shades of #8782AD

#8782AD
(135,130,173)
#7B779E
(123,119,158)
#6F6C8F
(111,108,143)
#636180
(99,97,128)
#575671
(87,86,113)
#4B4B62
(75,75,98)
#3F4053
(63,64,83)
#333544
(51,53,68)
#272A35
(39,42,53)
#1B1F26
(27,31,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #8782AD

#8782AD
(135,130,173)
#918DB4
(145,141,180)
#9B98BB
(155,152,187)
#A5A3C2
(165,163,194)
#AFAEC9
(175,174,201)
#B9B9D0
(185,185,208)
#C3C4D7
(195,196,215)
#CDCFDE
(205,207,222)
#D7DAE5
(215,218,229)
#E1E5EC
(225,229,236)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8782AD color. Also use rgb(135,130,173) instead hex code.

Text Font Color

.myTextColor { color: #8782AD; }

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

This text font color is #8782AD.

Background Color

.myBgColor { background-color: #8782AD; }

<div style="background-color:#8782AD">Inner text</div>

This div background color is #8782AD.

Border color

.myBorderColor { border: 1px solid #8782AD; }

<div style="border:3px solid #8782AD">Div</div>

This div border color is #8782AD.

Opacity

.myOpacity80 { color: #8782AD; opacity: 0.8; }

<p style="color:#8782AD;opacity:0.8;">80%</p>

Text with #8782AD 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 #8782AD;}

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

This text has shadow with #8782AD color.


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

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

This text has shadow with #8782AD primary color and red secondary color.


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

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

This text has shadow with #8782AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8782AD.

Preview

Color preview on black background

This text has color #8782AD on black background.


Color preview on white background

This text has color #8782AD on white background.


Black color preview on #8782AD background

This text has black color on #8782AD background.


White color preview on #8782AD background

This text has white color on #8782AD background.


Related colors

Complementary color

Complementary color for #hex is #787D52.


I love getcolorcode.com

Triadic colors

1 #AD8782 and #82AD87 with #8782AD are triadic colors.

2 #AD8287 and #8287AD with #8782AD are triadic colors.