COLOR #8877A8

HEX: #8877A8
RGB: (136,119,168)

Color info

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

RGB color model

#8877A8 color RGB value is (136,119,168).

  • red value is 136;
  • green value is 119;
  • blue value is 168.
RGB:
(136,119,168)
(53%,47%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 168 of 255 = 66%

136
119
168

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

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 168 = 423 (100%)
R 136 of 423 ~ 32.15%
G 119 of 423 ~ 28.13%
B 168 of 423 ~ 39.72%

%32.15
%28.13
%39.72

CMYK color model

#8877A8 color CMYK value is (19,29,0,34).

  • cyan value is 19.05%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(19,29,0,34)
C19M29Y0K34 
(19%,29%,0%,34%)
(0.19/0.29/0.00/0.34)	

CMYK percentages

%19.05
%29.17
%0
%34.12

Codes

Color #8877A8 in popluar color models

8877A8
RGB136119168
HSL261°21.97%56.27%
HSB/HSV261°29.17%65.88%
CMYK19.05%29.17%0.00%
34.12%

Color #8877A8 in popluar number systems.

HEX8877A8
Decimal136119168
Binary10001000111011110101000
Octal210167250

Shades and tints

Shades of #8877A8

#8877A8
(136,119,168)
#7C6D99
(124,109,153)
#70638A
(112,99,138)
#64597B
(100,89,123)
#584F6C
(88,79,108)
#4C455D
(76,69,93)
#403B4E
(64,59,78)
#34313F
(52,49,63)
#282730
(40,39,48)
#1C1D21
(28,29,33)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #8877A8

#8877A8
(136,119,168)
#9283AF
(146,131,175)
#9C8FB6
(156,143,182)
#A69BBD
(166,155,189)
#B0A7C4
(176,167,196)
#BAB3CB
(186,179,203)
#C4BFD2
(196,191,210)
#CECBD9
(206,203,217)
#D8D7E0
(216,215,224)
#E2E3E7
(226,227,231)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8877A8 color. Also use rgb(136,119,168) instead hex code.

Text Font Color

.myTextColor { color: #8877A8; }

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

This text font color is #8877A8.


Background Color

.myBgColor { background-color: #8877A8; }

<div style="background-color:#8877A8">Inner text</div>

This div background color is #8877A8.


Border color

.myBorderColor { border: 1px solid #8877A8; }

<div style="border:3px solid #8877A8">Div</div>

This div border color is #8877A8.


Opacity

.myOpacity80 { color: #8877A8; opacity: 0.8; }

<p style="color:#8877A8;opacity:0.8;">80%</p>

Text with #8877A8 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 #8877A8;}

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

This text has shadow with #8877A8 color.

.textShadow {text-shadow: 3px 3px 1px #8877A8, 3px 3px 1px red;}

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

This text has shadow with #8877A8 primary color and red secondary color.


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

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

This text has shadow with #8877A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8877A8 on black background.


Color preview on white background

This text has color #8877A8 on white background.



Black color preview on #8877A8 background

This text has black color on #8877A8 background.


White color preview on #8877A8 background

This text has white color on #8877A8 background.