COLOR #8778AC

HEX: #8778AC RGB: (135,120,172)

Color info

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

RGB color model

#8778AC color RGB value is (135,120,172).

RGB: (135,120,172) (53%, 47%, 67%)

RGB channels and saturation

R 135 of 255 = 53%
G 120 of 255 = 47%
B 172 of 255 = 67%

135
120
172

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

Portions of RGB colors in percentages

R + G + B = 135 + 120 + 172 = 427 (100%)
R 135 of 427 ~ 31.62%
G 120 of 427 ~ 28.1%
B 172 of 427 ~ 40.28'%

%31.62
%28.1
%40.28

CMYK color model

#8778AC color CMYK value is (22,30,0,33).

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

CMYK: (22,30,0,33)
C22M30Y0K33 (22%, 30%, 0%, 33%)
(0.22 / 0.30 / 0.00 / 0.33)

CMYK percentages

%21.51
%30.23
%0
%32.55

Codes

Color #8778AC in popluar color models

87 78 AC
RGB 135 120 172
HSL 257° 23.85% 57.25%
HSB/HSV 257° 30.23% 67.45%
CMYK 21.51% 30.23% 0.00%
32.55%

Color #8778AC in popluar number systems.

HEX 87 78 AC
Decimal 135 120 172
Binary 10000111 1111000 10101100
Octal 207 170 254

Shades and tints

Shades of #8778AC

#8778AC
(135,120,172)
#7B6E9D
(123,110,157)
#6F648E
(111,100,142)
#635A7F
(99,90,127)
#575070
(87,80,112)
#4B4661
(75,70,97)
#3F3C52
(63,60,82)
#333243
(51,50,67)
#272834
(39,40,52)
#1B1E25
(27,30,37)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #8778AC

#8778AC
(135,120,172)
#9184B3
(145,132,179)
#9B90BA
(155,144,186)
#A59CC1
(165,156,193)
#AFA8C8
(175,168,200)
#B9B4CF
(185,180,207)
#C3C0D6
(195,192,214)
#CDCCDD
(205,204,221)
#D7D8E4
(215,216,228)
#E1E4EB
(225,228,235)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8778AC; }

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

This text font color is #8778AC.

Background Color

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

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

This div background color is #8778AC.

Border color

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

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

This div border color is #8778AC.

Opacity

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

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

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

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

This text has shadow with #8778AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8778AC.

Preview

Color preview on black background

This text has color #8778AC on black background.


Color preview on white background

This text has color #8778AC on white background.


Black color preview on #8778AC background

This text has black color on #8778AC background.


White color preview on #8778AC background

This text has white color on #8778AC background.


Related colors

Complementary color

Complementary color for #hex is #788753.


I love getcolorcode.com

Triadic colors

1 #AC8778 and #78AC87 with #8778AC are triadic colors.

2 #AC7887 and #7887AC with #8778AC are triadic colors.