COLOR #887B9B

HEX: #887B9B
RGB: (136,123,155)

Color info

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

RGB color model

#887B9B color RGB value is (136,123,155).

  • red value is 136;
  • green value is 123;
  • blue value is 155.
RGB:
(136,123,155)
(53%,48%,61%)

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 155 of 255 = 61%

136
123
155

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

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 155 = 414 (100%)
R 136 of 414 ~ 32.85%
G 123 of 414 ~ 29.71%
B 155 of 414 ~ 37.44%

%32.85
%29.71
%37.44

CMYK color model

#887B9B color CMYK value is (12,21,0,39).

  • cyan value is 12.26%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(12,21,0,39)
C12M21Y0K39 
(12%,21%,0%,39%)
(0.12/0.21/0.00/0.39)	

CMYK percentages

%12.26
%20.65
%0
%39.22

Codes

Color #887B9B in popluar color models

887B9B
RGB136123155
HSL264°13.79%54.51%
HSB/HSV264°20.65%60.78%
CMYK12.26%20.65%0.00%
39.22%

Color #887B9B in popluar number systems.

HEX887B9B
Decimal136123155
Binary10001000111101110011011
Octal210173233

Shades and tints

Shades of #887B9B

#887B9B
(136,123,155)
#7C708D
(124,112,141)
#70657F
(112,101,127)
#645A71
(100,90,113)
#584F63
(88,79,99)
#4C4455
(76,68,85)
#403947
(64,57,71)
#342E39
(52,46,57)
#28232B
(40,35,43)
#1C181D
(28,24,29)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #887B9B

#887B9B
(136,123,155)
#9287A4
(146,135,164)
#9C93AD
(156,147,173)
#A69FB6
(166,159,182)
#B0ABBF
(176,171,191)
#BAB7C8
(186,183,200)
#C4C3D1
(196,195,209)
#CECFDA
(206,207,218)
#D8DBE3
(216,219,227)
#E2E7EC
(226,231,236)
#ECF3F5
(236,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887B9B color. Also use rgb(136,123,155) instead hex code.

Text Font Color

.myTextColor { color: #887B9B; }

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

This text font color is #887B9B.


Background Color

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

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

This div background color is #887B9B.


Border color

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

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

This div border color is #887B9B.


Opacity

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

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

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

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

This text has shadow with #887B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887B9B on black background.


Color preview on white background

This text has color #887B9B on white background.



Black color preview on #887B9B background

This text has black color on #887B9B background.


White color preview on #887B9B background

This text has white color on #887B9B background.