COLOR #887BA6

HEX: #887BA6
RGB: (136,123,166)

Color info

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

RGB color model

#887BA6 color RGB value is (136,123,166).

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

RGB channels and saturation

R 136 of 255 = 53%
G 123 of 255 = 48%
B 166 of 255 = 65%

136
123
166

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

Portions of RGB colors in percentages

R + G + B =
136 + 123 + 166 = 425 (100%)
R 136 of 425 ~ 32%
G 123 of 425 ~ 28.94%
B 166 of 425 ~ 39.06%

%32
%28.94
%39.06

CMYK color model

#887BA6 color CMYK value is (18,26,0,35).

  • cyan value is 18.07%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(18,26,0,35)
C18M26Y0K35 
(18%,26%,0%,35%)
(0.18/0.26/0.00/0.35)	

CMYK percentages

%18.07
%25.9
%0
%34.9

Codes

Color #887BA6 in popluar color models

887BA6
RGB136123166
HSL258°19.46%56.67%
HSB/HSV258°25.90%65.10%
CMYK18.07%25.90%0.00%
34.90%

Color #887BA6 in popluar number systems.

HEX887BA6
Decimal136123166
Binary10001000111101110100110
Octal210173246

Shades and tints

Shades of #887BA6

#887BA6
(136,123,166)
#7C7097
(124,112,151)
#706588
(112,101,136)
#645A79
(100,90,121)
#584F6A
(88,79,106)
#4C445B
(76,68,91)
#40394C
(64,57,76)
#342E3D
(52,46,61)
#28232E
(40,35,46)
#1C181F
(28,24,31)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #887BA6

#887BA6
(136,123,166)
#9287AE
(146,135,174)
#9C93B6
(156,147,182)
#A69FBE
(166,159,190)
#B0ABC6
(176,171,198)
#BAB7CE
(186,183,206)
#C4C3D6
(196,195,214)
#CECFDE
(206,207,222)
#D8DBE6
(216,219,230)
#E2E7EE
(226,231,238)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887BA6; }

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

This text font color is #887BA6.


Background Color

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

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

This div background color is #887BA6.


Border color

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

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

This div border color is #887BA6.


Opacity

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

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

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

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

This text has shadow with #887BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887BA6 on black background.


Color preview on white background

This text has color #887BA6 on white background.



Black color preview on #887BA6 background

This text has black color on #887BA6 background.


White color preview on #887BA6 background

This text has white color on #887BA6 background.