COLOR #887E82

HEX: #887E82
RGB: (136,126,130)

Color info

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

RGB color model

#887E82 color RGB value is (136,126,130).

  • red value is 136;
  • green value is 126;
  • blue value is 130.
RGB:
(136,126,130)
(53%,49%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 130 of 255 = 51%

136
126
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 130 = 392 (100%)
R 136 of 392 ~ 34.69%
G 126 of 392 ~ 32.14%
B 130 of 392 ~ 33.16%

%34.69
%32.14
%33.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,7,4,47)
C0M7Y4K47 
(0%,7%,4%,47%)
(0.00/0.07/0.04/0.47)	

CMYK percentages

%0
%7.35
%4.41
%46.67

Codes

Color #887E82 in popluar color models

887E82
RGB136126130
HSL336°4.03%51.37%
HSB/HSV336°7.35%53.33%
CMYK0.00%7.35%4.41%
46.67%

Color #887E82 in popluar number systems.

HEX887E82
Decimal136126130
Binary10001000111111010000010
Octal210176202

Shades and tints

Shades of #887E82

#887E82
(136,126,130)
#7C7377
(124,115,119)
#70686C
(112,104,108)
#645D61
(100,93,97)
#585256
(88,82,86)
#4C474B
(76,71,75)
#403C40
(64,60,64)
#343135
(52,49,53)
#28262A
(40,38,42)
#1C1B1F
(28,27,31)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #887E82

#887E82
(136,126,130)
#92898D
(146,137,141)
#9C9498
(156,148,152)
#A69FA3
(166,159,163)
#B0AAAE
(176,170,174)
#BAB5B9
(186,181,185)
#C4C0C4
(196,192,196)
#CECBCF
(206,203,207)
#D8D6DA
(216,214,218)
#E2E1E5
(226,225,229)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E82; }

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

This text font color is #887E82.


Background Color

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

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

This div background color is #887E82.


Border color

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

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

This div border color is #887E82.


Opacity

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

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

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

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

This text has shadow with #887E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E82 on black background.


Color preview on white background

This text has color #887E82 on white background.



Black color preview on #887E82 background

This text has black color on #887E82 background.


White color preview on #887E82 background

This text has white color on #887E82 background.