COLOR #8770AE

HEX: #8770AE RGB: (135,112,174)

Color info

#8770AE contains mainly red and blue colors. Web safe color of #8770AE is #996699 (or #969).

RGB color model

#8770AE color RGB value is (135,112,174).

RGB: (135,112,174) (53%, 44%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 112 of 255 = 44%
B 174 of 255 = 68%

135
112
174

R + G + B ~ 55%. #8770AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 112 + 174 = 421 (100%)
R 135 of 421 ~ 32.07%
G 112 of 421 ~ 26.6%
B 174 of 421 ~ 41.33'%

%32.07
%26.6
%41.33

CMYK color model

#8770AE color CMYK value is (22,36,0,32).

  • cyan value is 22.41%
  • magenta value is 35.63%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (22,36,0,32) C22M36Y0K32 (22%,36%,0%,32%) (0.22/0.36/0.00/0.32) 

CMYK percentages

%22.41
%35.63
%0
%31.76

Codes

Color #8770AE in popluar color models

87 70 AE
RGB 135 112 174
HSL 262° 27.68% 56.08%
HSB/HSV 262° 35.63% 68.24%
CMYK 22.41% 35.63% 0.00%
31.76%

Color #8770AE in popluar number systems.

HEX 87 70 AE
Decimal 135 112 174
Binary 10000111 1110000 10101110
Octal 207 160 256

Shades and tints

Shades of #8770AE

#8770AE
(135,112,174)
#7B669F
(123,102,159)
#6F5C90
(111,92,144)
#635281
(99,82,129)
#574872
(87,72,114)
#4B3E63
(75,62,99)
#3F3454
(63,52,84)
#332A45
(51,42,69)
#272036
(39,32,54)
#1B1627
(27,22,39)
#0F0C18
(15,12,24)
#000000
(0,0,0)

Tints of #8770AE

#8770AE
(135,112,174)
#917DB5
(145,125,181)
#9B8ABC
(155,138,188)
#A597C3
(165,151,195)
#AFA4CA
(175,164,202)
#B9B1D1
(185,177,209)
#C3BED8
(195,190,216)
#CDCBDF
(205,203,223)
#D7D8E6
(215,216,230)
#E1E5ED
(225,229,237)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8770AE color. Also use rgb(135,112,174) instead hex code.

Text Font Color

.myTextColor { color: #8770AE; }

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

This text font color is #8770AE.

Background Color

.myBgColor { background-color: #8770AE; }

<div style="background-color:#8770AE">Inner text</div>

This div background color is #8770AE.

Border color

.myBorderColor { border: 1px solid #8770AE; }

<div style="border:3px solid #8770AE">Div</div>

This div border color is #8770AE.

Opacity

.myOpacity80 { color: #8770AE; opacity: 0.8; }

<p style="color:#8770AE;opacity:0.8;">80%</p>

Text with #8770AE 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 #8770AE;}

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

This text has shadow with #8770AE color.


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

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

This text has shadow with #8770AE primary color and red secondary color.


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

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

This text has shadow with #8770AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8770AE.

Preview

Color preview on black background

This text has color #8770AE on black background.


Color preview on white background

This text has color #8770AE on white background.


Black color preview on #8770AE background

This text has black color on #8770AE background.


White color preview on #8770AE background

This text has white color on #8770AE background.


Related colors

Complementary color

Complementary color for #hex is #788F51.


I love getcolorcode.com

Triadic colors

1 #AE8770 and #70AE87 with #8770AE are triadic colors.

2 #AE7087 and #7087AE with #8770AE are triadic colors.