COLOR #887F9C

HEX: #887F9C RGB: (136,127,156)

Color info

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

RGB color model

#887F9C color RGB value is (136,127,156).

RGB: (136,127,156) (53%, 50%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 156 of 255 = 61%

136
127
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 127 + 156 = 419 (100%)
R 136 of 419 ~ 32.46%
G 127 of 419 ~ 30.31%
B 156 of 419 ~ 37.23'%

%32.46
%30.31
%37.23

CMYK color model

#887F9C color CMYK value is (13,19,0,39).

  • cyan value is 12.82%
  • magenta value is 18.59%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,19,0,39)
C13M19Y0K39 (13%, 19%, 0%, 39%)
(0.13 / 0.19 / 0.00 / 0.39)

CMYK percentages

%12.82
%18.59
%0
%38.82

Codes

Color #887F9C in popluar color models

88 7F 9C
RGB 136 127 156
HSL 259° 12.78% 55.49%
HSB/HSV 259° 18.59% 61.18%
CMYK 12.82% 18.59% 0.00%
38.82%

Color #887F9C in popluar number systems.

HEX 88 7F 9C
Decimal 136 127 156
Binary 10001000 1111111 10011100
Octal 210 177 234

Shades and tints

Shades of #887F9C

#887F9C
(136,127,156)
#7C748E
(124,116,142)
#706980
(112,105,128)
#645E72
(100,94,114)
#585364
(88,83,100)
#4C4856
(76,72,86)
#403D48
(64,61,72)
#34323A
(52,50,58)
#28272C
(40,39,44)
#1C1C1E
(28,28,30)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #887F9C

#887F9C
(136,127,156)
#928AA5
(146,138,165)
#9C95AE
(156,149,174)
#A6A0B7
(166,160,183)
#B0ABC0
(176,171,192)
#BAB6C9
(186,182,201)
#C4C1D2
(196,193,210)
#CECCDB
(206,204,219)
#D8D7E4
(216,215,228)
#E2E2ED
(226,226,237)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F9C; }

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

This text font color is #887F9C.

Background Color

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

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

This div background color is #887F9C.

Border color

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

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

This div border color is #887F9C.

Opacity

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

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

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

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

This text has shadow with #887F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887F9C.

Preview

Color preview on black background

This text has color #887F9C on black background.


Color preview on white background

This text has color #887F9C on white background.


Black color preview on #887F9C background

This text has black color on #887F9C background.


White color preview on #887F9C background

This text has white color on #887F9C background.


Related colors

Complementary color

Complementary color for #hex is #778063.


I love getcolorcode.com

Triadic colors

1 #9C887F and #7F9C88 with #887F9C are triadic colors.

2 #9C7F88 and #7F889C with #887F9C are triadic colors.