COLOR #887F88

HEX: #887F88
RGB: (136,127,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
127
136

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 136 = 399 (100%)
R 136 of 399 ~ 34.09%
G 127 of 399 ~ 31.83%
B 136 of 399 ~ 34.09%

%34.09
%31.83
%34.09

CMYK color model

#887F88 color CMYK value is (0,7,0,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (0,7,0,47) C0M7Y0K47 (0%,7%,0%,47%) (0.00/0.07/0.00/0.47)

CMYK percentages

%0
%6.62
%0
%46.67

Codes

Color #887F88 in popluar color models

887F88
RGB136127136
HSL300°3.64%51.57%
HSB/HSV300°6.62%53.33%
CMYK0.00%6.62%0.00%
46.67%

Color #887F88 in popluar number systems.

HEX887F88
Decimal136127136
Binary10001000111111110001000
Octal210177210

Shades and tints

Shades of #887F88

#887F88
(136,127,136)
#7C747C
(124,116,124)
#706970
(112,105,112)
#645E64
(100,94,100)
#585358
(88,83,88)
#4C484C
(76,72,76)
#403D40
(64,61,64)
#343234
(52,50,52)
#282728
(40,39,40)
#1C1C1C
(28,28,28)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #887F88

#887F88
(136,127,136)
#928A92
(146,138,146)
#9C959C
(156,149,156)
#A6A0A6
(166,160,166)
#B0ABB0
(176,171,176)
#BAB6BA
(186,182,186)
#C4C1C4
(196,193,196)
#CECCCE
(206,204,206)
#D8D7D8
(216,215,216)
#E2E2E2
(226,226,226)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F88; }

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

This text font color is #887F88.


Background Color

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

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

This div background color is #887F88.


Border color

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

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

This div border color is #887F88.


Opacity

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

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

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

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

This text has shadow with #887F88 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #887F88 on black background.


Color preview on white background

This text has color #887F88 on white background.



Black color preview on #887F88 background

This text has black color on #887F88 background.


White color preview on #887F88 background

This text has white color on #887F88 background.