COLOR #8782AC

HEX: #8782AC
RGB: (135,130,172)

Color info

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

RGB color model

#8782AC color RGB value is (135,130,172).

  • red value is 135;
  • green value is 130;
  • blue value is 172.
RGB:
(135,130,172)
(53%,51%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 130 of 255 = 51%
B 172 of 255 = 67%

135
130
172

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

Portions of RGB colors in percentages

R + G + B =
135 + 130 + 172 = 437 (100%)
R 135 of 437 ~ 30.89%
G 130 of 437 ~ 29.75%
B 172 of 437 ~ 39.36%

%30.89
%29.75
%39.36

CMYK color model

#8782AC color CMYK value is (22,24,0,33).

  • cyan value is 21.51%
  • magenta value is 24.42%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,24,0,33)
C22M24Y0K33 
(22%,24%,0%,33%)
(0.22/0.24/0.00/0.33)	

CMYK percentages

%21.51
%24.42
%0
%32.55

Codes

Color #8782AC in popluar color models

8782AC
RGB135130172
HSL247°20.19%59.22%
HSB/HSV247°24.42%67.45%
CMYK21.51%24.42%0.00%
32.55%

Color #8782AC in popluar number systems.

HEX8782AC
Decimal135130172
Binary100001111000001010101100
Octal207202254

Shades and tints

Shades of #8782AC

#8782AC
(135,130,172)
#7B779D
(123,119,157)
#6F6C8E
(111,108,142)
#63617F
(99,97,127)
#575670
(87,86,112)
#4B4B61
(75,75,97)
#3F4052
(63,64,82)
#333543
(51,53,67)
#272A34
(39,42,52)
#1B1F25
(27,31,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #8782AC

#8782AC
(135,130,172)
#918DB3
(145,141,179)
#9B98BA
(155,152,186)
#A5A3C1
(165,163,193)
#AFAEC8
(175,174,200)
#B9B9CF
(185,185,207)
#C3C4D6
(195,196,214)
#CDCFDD
(205,207,221)
#D7DAE4
(215,218,228)
#E1E5EB
(225,229,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8782AC; }

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

This text font color is #8782AC.


Background Color

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

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

This div background color is #8782AC.


Border color

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

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

This div border color is #8782AC.


Opacity

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

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

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

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

This text has shadow with #8782AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8782AC on black background.


Color preview on white background

This text has color #8782AC on white background.



Black color preview on #8782AC background

This text has black color on #8782AC background.


White color preview on #8782AC background

This text has white color on #8782AC background.