COLOR #887E8E

HEX: #887E8E
RGB: (136,126,142)

Color info

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

RGB color model

#887E8E color RGB value is (136,126,142).

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

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 142 of 255 = 56%

136
126
142

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

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 142 = 404 (100%)
R 136 of 404 ~ 33.66%
G 126 of 404 ~ 31.19%
B 142 of 404 ~ 35.15%

%33.66
%31.19
%35.15

CMYK color model

#887E8E color CMYK value is (4,11,0,44).

  • cyan value is 4.23%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,11,0,44)
C4M11Y0K44 
(4%,11%,0%,44%)
(0.04/0.11/0.00/0.44)	

CMYK percentages

%4.23
%11.27
%0
%44.31

Codes

Color #887E8E in popluar color models

887E8E
RGB136126142
HSL278°6.61%52.55%
HSB/HSV278°11.27%55.69%
CMYK4.23%11.27%0.00%
44.31%

Color #887E8E in popluar number systems.

HEX887E8E
Decimal136126142
Binary10001000111111010001110
Octal210176216

Shades and tints

Shades of #887E8E

#887E8E
(136,126,142)
#7C7382
(124,115,130)
#706876
(112,104,118)
#645D6A
(100,93,106)
#58525E
(88,82,94)
#4C4752
(76,71,82)
#403C46
(64,60,70)
#34313A
(52,49,58)
#28262E
(40,38,46)
#1C1B22
(28,27,34)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #887E8E

#887E8E
(136,126,142)
#928998
(146,137,152)
#9C94A2
(156,148,162)
#A69FAC
(166,159,172)
#B0AAB6
(176,170,182)
#BAB5C0
(186,181,192)
#C4C0CA
(196,192,202)
#CECBD4
(206,203,212)
#D8D6DE
(216,214,222)
#E2E1E8
(226,225,232)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E8E; }

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

This text font color is #887E8E.


Background Color

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

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

This div background color is #887E8E.


Border color

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

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

This div border color is #887E8E.


Opacity

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

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

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

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

This text has shadow with #887E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E8E on black background.


Color preview on white background

This text has color #887E8E on white background.



Black color preview on #887E8E background

This text has black color on #887E8E background.


White color preview on #887E8E background

This text has white color on #887E8E background.