COLOR #8878AD

HEX: #8878AD RGB: (136,120,173)

Color info

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

RGB color model

#8878AD color RGB value is (136,120,173).

RGB: (136,120,173) (53%, 47%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 173 of 255 = 68%

136
120
173

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

Portions of RGB colors in percentages

R + G + B = 136 + 120 + 173 = 429 (100%)
R 136 of 429 ~ 31.7%
G 120 of 429 ~ 27.97%
B 173 of 429 ~ 40.33'%

%31.7
%27.97
%40.33

CMYK color model

#8878AD color CMYK value is (21,31,0,32).

  • cyan value is 21.39%
  • magenta value is 30.64%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (21,31,0,32)
C21M31Y0K32 (21%, 31%, 0%, 32%)
(0.21 / 0.31 / 0.00 / 0.32)

CMYK percentages

%21.39
%30.64
%0
%32.16

Codes

Color #8878AD in popluar color models

88 78 AD
RGB 136 120 173
HSL 258° 24.42% 57.45%
HSB/HSV 258° 30.64% 67.84%
CMYK 21.39% 30.64% 0.00%
32.16%

Color #8878AD in popluar number systems.

HEX 88 78 AD
Decimal 136 120 173
Binary 10001000 1111000 10101101
Octal 210 170 255

Shades and tints

Shades of #8878AD

#8878AD
(136,120,173)
#7C6E9E
(124,110,158)
#70648F
(112,100,143)
#645A80
(100,90,128)
#585071
(88,80,113)
#4C4662
(76,70,98)
#403C53
(64,60,83)
#343244
(52,50,68)
#282835
(40,40,53)
#1C1E26
(28,30,38)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #8878AD

#8878AD
(136,120,173)
#9284B4
(146,132,180)
#9C90BB
(156,144,187)
#A69CC2
(166,156,194)
#B0A8C9
(176,168,201)
#BAB4D0
(186,180,208)
#C4C0D7
(196,192,215)
#CECCDE
(206,204,222)
#D8D8E5
(216,216,229)
#E2E4EC
(226,228,236)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8878AD color. Also use rgb(136,120,173) instead hex code.

Text Font Color

.myTextColor { color: #8878AD; }

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

This text font color is #8878AD.

Background Color

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

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

This div background color is #8878AD.

Border color

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

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

This div border color is #8878AD.

Opacity

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

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

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

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

This text has shadow with #8878AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8878AD.

Preview

Color preview on black background

This text has color #8878AD on black background.


Color preview on white background

This text has color #8878AD on white background.


Black color preview on #8878AD background

This text has black color on #8878AD background.


White color preview on #8878AD background

This text has white color on #8878AD background.


Related colors

Complementary color

Complementary color for #hex is #778752.


I love getcolorcode.com

Triadic colors

1 #AD8878 and #78AD88 with #8878AD are triadic colors.

2 #AD7888 and #7888AD with #8878AD are triadic colors.