COLOR #887095

HEX: #887095
RGB: (136,112,149)

Color info

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

RGB color model

#887095 color RGB value is (136,112,149).

  • red value is 136;
  • green value is 112;
  • blue value is 149.
RGB:
(136,112,149)
(53%,44%,58%)

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 149 of 255 = 58%

136
112
149

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 149 = 397 (100%)
R 136 of 397 ~ 34.26%
G 112 of 397 ~ 28.21%
B 149 of 397 ~ 37.53%

%34.26
%28.21
%37.53

CMYK color model

#887095 color CMYK value is (9,25,0,42).

  • cyan value is 8.72%
  • magenta value is 24.83%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,25,0,42)
C9M25Y0K42 
(9%,25%,0%,42%)
(0.09/0.25/0.00/0.42)	

CMYK percentages

%8.72
%24.83
%0
%41.57

Codes

Color #887095 in popluar color models

887095
RGB136112149
HSL279°14.86%51.18%
HSB/HSV279°24.83%58.43%
CMYK8.72%24.83%0.00%
41.57%

Color #887095 in popluar number systems.

HEX887095
Decimal136112149
Binary10001000111000010010101
Octal210160225

Shades and tints

Shades of #887095

#887095
(136,112,149)
#7C6688
(124,102,136)
#705C7B
(112,92,123)
#64526E
(100,82,110)
#584861
(88,72,97)
#4C3E54
(76,62,84)
#403447
(64,52,71)
#342A3A
(52,42,58)
#28202D
(40,32,45)
#1C1620
(28,22,32)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #887095

#887095
(136,112,149)
#927D9E
(146,125,158)
#9C8AA7
(156,138,167)
#A697B0
(166,151,176)
#B0A4B9
(176,164,185)
#BAB1C2
(186,177,194)
#C4BECB
(196,190,203)
#CECBD4
(206,203,212)
#D8D8DD
(216,216,221)
#E2E5E6
(226,229,230)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887095 color. Also use rgb(136,112,149) instead hex code.

Text Font Color

.myTextColor { color: #887095; }

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

This text font color is #887095.


Background Color

.myBgColor { background-color: #887095; }

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

This div background color is #887095.


Border color

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

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

This div border color is #887095.


Opacity

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

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

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

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

This text has shadow with #887095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887095 on black background.


Color preview on white background

This text has color #887095 on white background.



Black color preview on #887095 background

This text has black color on #887095 background.


White color preview on #887095 background

This text has white color on #887095 background.