COLOR #887885

HEX: #887885
RGB: (136,120,133)

Color info

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

RGB color model

#887885 color RGB value is (136,120,133).

  • red value is 136;
  • green value is 120;
  • blue value is 133.
RGB:
(136,120,133)
(53%,47%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 133 of 255 = 52%

136
120
133

R + G + B ~ 51%. #887885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 133 = 389 (100%)
R 136 of 389 ~ 34.96%
G 120 of 389 ~ 30.85%
B 133 of 389 ~ 34.19%

%34.96
%30.85
%34.19

CMYK color model

#887885 color CMYK value is (0,12,2,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,12,2,47)
C0M12Y2K47 
(0%,12%,2%,47%)
(0.00/0.12/0.02/0.47)	

CMYK percentages

%0
%11.76
%2.21
%46.67

Codes

Color #887885 in popluar color models

887885
RGB136120133
HSL311°6.30%50.20%
HSB/HSV311°11.76%53.33%
CMYK0.00%11.76%2.21%
46.67%

Color #887885 in popluar number systems.

HEX887885
Decimal136120133
Binary10001000111100010000101
Octal210170205

Shades and tints

Shades of #887885

#887885
(136,120,133)
#7C6E79
(124,110,121)
#70646D
(112,100,109)
#645A61
(100,90,97)
#585055
(88,80,85)
#4C4649
(76,70,73)
#403C3D
(64,60,61)
#343231
(52,50,49)
#282825
(40,40,37)
#1C1E19
(28,30,25)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #887885

#887885
(136,120,133)
#928490
(146,132,144)
#9C909B
(156,144,155)
#A69CA6
(166,156,166)
#B0A8B1
(176,168,177)
#BAB4BC
(186,180,188)
#C4C0C7
(196,192,199)
#CECCD2
(206,204,210)
#D8D8DD
(216,216,221)
#E2E4E8
(226,228,232)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887885 color. Also use rgb(136,120,133) instead hex code.

Text Font Color

.myTextColor { color: #887885; }

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

This text font color is #887885.


Background Color

.myBgColor { background-color: #887885; }

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

This div background color is #887885.


Border color

.myBorderColor { border: 1px solid #887885; }

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

This div border color is #887885.


Opacity

.myOpacity80 { color: #887885; opacity: 0.8; }

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

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

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

This text has shadow with #887885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887885 on black background.


Color preview on white background

This text has color #887885 on white background.



Black color preview on #887885 background

This text has black color on #887885 background.


White color preview on #887885 background

This text has white color on #887885 background.