COLOR #887CA2

HEX: #887CA2
RGB: (136,124,162)

Color info

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

RGB color model

#887CA2 color RGB value is (136,124,162).

  • red value is 136;
  • green value is 124;
  • blue value is 162.
RGB:
(136,124,162)
(53%,49%,64%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 162 of 255 = 64%

136
124
162

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

Portions of RGB colors in percentages

R + G + B =
136 + 124 + 162 = 422 (100%)
R 136 of 422 ~ 32.23%
G 124 of 422 ~ 29.38%
B 162 of 422 ~ 38.39%

%32.23
%29.38
%38.39

CMYK color model

#887CA2 color CMYK value is (16,23,0,36).

  • cyan value is 16.05%
  • magenta value is 23.46%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(16,23,0,36)
C16M23Y0K36 
(16%,23%,0%,36%)
(0.16/0.23/0.00/0.36)	

CMYK percentages

%16.05
%23.46
%0
%36.47

Codes

Color #887CA2 in popluar color models

887CA2
RGB136124162
HSL259°16.96%56.08%
HSB/HSV259°23.46%63.53%
CMYK16.05%23.46%0.00%
36.47%

Color #887CA2 in popluar number systems.

HEX887CA2
Decimal136124162
Binary10001000111110010100010
Octal210174242

Shades and tints

Shades of #887CA2

#887CA2
(136,124,162)
#7C7194
(124,113,148)
#706686
(112,102,134)
#645B78
(100,91,120)
#58506A
(88,80,106)
#4C455C
(76,69,92)
#403A4E
(64,58,78)
#342F40
(52,47,64)
#282432
(40,36,50)
#1C1924
(28,25,36)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #887CA2

#887CA2
(136,124,162)
#9287AA
(146,135,170)
#9C92B2
(156,146,178)
#A69DBA
(166,157,186)
#B0A8C2
(176,168,194)
#BAB3CA
(186,179,202)
#C4BED2
(196,190,210)
#CEC9DA
(206,201,218)
#D8D4E2
(216,212,226)
#E2DFEA
(226,223,234)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887CA2 color. Also use rgb(136,124,162) instead hex code.

Text Font Color

.myTextColor { color: #887CA2; }

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

This text font color is #887CA2.


Background Color

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

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

This div background color is #887CA2.


Border color

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

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

This div border color is #887CA2.


Opacity

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

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

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

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

This text has shadow with #887CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887CA2 on black background.


Color preview on white background

This text has color #887CA2 on white background.



Black color preview on #887CA2 background

This text has black color on #887CA2 background.


White color preview on #887CA2 background

This text has white color on #887CA2 background.