COLOR #887794

HEX: #887794
RGB: (136,119,148)

Color info

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

RGB color model

#887794 color RGB value is (136,119,148).

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

RGB channels and saturation

R 136 of 255 = 53%
G 119 of 255 = 47%
B 148 of 255 = 58%

136
119
148

R + G + B ~ 53%. #887794 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 119 + 148 = 403 (100%)
R 136 of 403 ~ 33.75%
G 119 of 403 ~ 29.53%
B 148 of 403 ~ 36.72%

%33.75
%29.53
%36.72

CMYK color model

#887794 color CMYK value is (8,20,0,42).

  • cyan value is 8.11%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(8,20,0,42)
C8M20Y0K42 
(8%,20%,0%,42%)
(0.08/0.20/0.00/0.42)	

CMYK percentages

%8.11
%19.59
%0
%41.96

Codes

Color #887794 in popluar color models

887794
RGB136119148
HSL275°11.93%52.35%
HSB/HSV275°19.59%58.04%
CMYK8.11%19.59%0.00%
41.96%

Color #887794 in popluar number systems.

HEX887794
Decimal136119148
Binary10001000111011110010100
Octal210167224

Shades and tints

Shades of #887794

#887794
(136,119,148)
#7C6D87
(124,109,135)
#70637A
(112,99,122)
#64596D
(100,89,109)
#584F60
(88,79,96)
#4C4553
(76,69,83)
#403B46
(64,59,70)
#343139
(52,49,57)
#28272C
(40,39,44)
#1C1D1F
(28,29,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #887794

#887794
(136,119,148)
#92839D
(146,131,157)
#9C8FA6
(156,143,166)
#A69BAF
(166,155,175)
#B0A7B8
(176,167,184)
#BAB3C1
(186,179,193)
#C4BFCA
(196,191,202)
#CECBD3
(206,203,211)
#D8D7DC
(216,215,220)
#E2E3E5
(226,227,229)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887794; }

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

This text font color is #887794.


Background Color

.myBgColor { background-color: #887794; }

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

This div background color is #887794.


Border color

.myBorderColor { border: 1px solid #887794; }

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

This div border color is #887794.


Opacity

.myOpacity80 { color: #887794; opacity: 0.8; }

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

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

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

This text has shadow with #887794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887794 on black background.


Color preview on white background

This text has color #887794 on white background.



Black color preview on #887794 background

This text has black color on #887794 background.


White color preview on #887794 background

This text has white color on #887794 background.