COLOR #887FB0

HEX: #887FB0
RGB: (136,127,176)

Color info

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

RGB color model

#887FB0 color RGB value is (136,127,176).

  • red value is 136;
  • green value is 127;
  • blue value is 176.
RGB:
(136,127,176)
(53%,50%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 176 of 255 = 69%

136
127
176

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 176 = 439 (100%)
R 136 of 439 ~ 30.98%
G 127 of 439 ~ 28.93%
B 176 of 439 ~ 40.09%

%30.98
%28.93
%40.09

CMYK color model

#887FB0 color CMYK value is (23,28,0,31).

  • cyan value is 22.73%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(23,28,0,31)
C23M28Y0K31 
(23%,28%,0%,31%)
(0.23/0.28/0.00/0.31)	

CMYK percentages

%22.73
%27.84
%0
%30.98

Codes

Color #887FB0 in popluar color models

887FB0
RGB136127176
HSL251°23.67%59.41%
HSB/HSV251°27.84%69.02%
CMYK22.73%27.84%0.00%
30.98%

Color #887FB0 in popluar number systems.

HEX887FB0
Decimal136127176
Binary10001000111111110110000
Octal210177260

Shades and tints

Shades of #887FB0

#887FB0
(136,127,176)
#7C74A0
(124,116,160)
#706990
(112,105,144)
#645E80
(100,94,128)
#585370
(88,83,112)
#4C4860
(76,72,96)
#403D50
(64,61,80)
#343240
(52,50,64)
#282730
(40,39,48)
#1C1C20
(28,28,32)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #887FB0

#887FB0
(136,127,176)
#928AB7
(146,138,183)
#9C95BE
(156,149,190)
#A6A0C5
(166,160,197)
#B0ABCC
(176,171,204)
#BAB6D3
(186,182,211)
#C4C1DA
(196,193,218)
#CECCE1
(206,204,225)
#D8D7E8
(216,215,232)
#E2E2EF
(226,226,239)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887FB0 color. Also use rgb(136,127,176) instead hex code.

Text Font Color

.myTextColor { color: #887FB0; }

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

This text font color is #887FB0.


Background Color

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

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

This div background color is #887FB0.


Border color

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

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

This div border color is #887FB0.


Opacity

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

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

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

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

This text has shadow with #887FB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887FB0 on black background.


Color preview on white background

This text has color #887FB0 on white background.



Black color preview on #887FB0 background

This text has black color on #887FB0 background.


White color preview on #887FB0 background

This text has white color on #887FB0 background.