COLOR #887AA8

HEX: #887AA8
RGB: (136,122,168)

Color info

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

RGB color model

#887AA8 color RGB value is (136,122,168).

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

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 168 of 255 = 66%

136
122
168

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

Portions of RGB colors in percentages

R + G + B =
136 + 122 + 168 = 426 (100%)
R 136 of 426 ~ 31.92%
G 122 of 426 ~ 28.64%
B 168 of 426 ~ 39.44%

%31.92
%28.64
%39.44

CMYK color model

#887AA8 color CMYK value is (19,27,0,34).

  • cyan value is 19.05%
  • magenta value is 27.38%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(19,27,0,34)
C19M27Y0K34 
(19%,27%,0%,34%)
(0.19/0.27/0.00/0.34)	

CMYK percentages

%19.05
%27.38
%0
%34.12

Codes

Color #887AA8 in popluar color models

887AA8
RGB136122168
HSL258°20.91%56.86%
HSB/HSV258°27.38%65.88%
CMYK19.05%27.38%0.00%
34.12%

Color #887AA8 in popluar number systems.

HEX887AA8
Decimal136122168
Binary10001000111101010101000
Octal210172250

Shades and tints

Shades of #887AA8

#887AA8
(136,122,168)
#7C6F99
(124,111,153)
#70648A
(112,100,138)
#64597B
(100,89,123)
#584E6C
(88,78,108)
#4C435D
(76,67,93)
#40384E
(64,56,78)
#342D3F
(52,45,63)
#282230
(40,34,48)
#1C1721
(28,23,33)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #887AA8

#887AA8
(136,122,168)
#9286AF
(146,134,175)
#9C92B6
(156,146,182)
#A69EBD
(166,158,189)
#B0AAC4
(176,170,196)
#BAB6CB
(186,182,203)
#C4C2D2
(196,194,210)
#CECED9
(206,206,217)
#D8DAE0
(216,218,224)
#E2E6E7
(226,230,231)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887AA8 color. Also use rgb(136,122,168) instead hex code.

Text Font Color

.myTextColor { color: #887AA8; }

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

This text font color is #887AA8.


Background Color

.myBgColor { background-color: #887AA8; }

<div style="background-color:#887AA8">Inner text</div>

This div background color is #887AA8.


Border color

.myBorderColor { border: 1px solid #887AA8; }

<div style="border:3px solid #887AA8">Div</div>

This div border color is #887AA8.


Opacity

.myOpacity80 { color: #887AA8; opacity: 0.8; }

<p style="color:#887AA8;opacity:0.8;">80%</p>

Text with #887AA8 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 #887AA8;}

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

This text has shadow with #887AA8 color.

.textShadow {text-shadow: 3px 3px 1px #887AA8, 3px 3px 1px red;}

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

This text has shadow with #887AA8 primary color and red secondary color.


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

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

This text has shadow with #887AA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887AA8 on black background.


Color preview on white background

This text has color #887AA8 on white background.



Black color preview on #887AA8 background

This text has black color on #887AA8 background.


White color preview on #887AA8 background

This text has white color on #887AA8 background.