COLOR #888587

HEX: #888587 RGB: (136,133,135)

Color info

#888587 contains red, green and blue colors in about the same proportion. Web safe color of #888587 is #999999 (or #999).

RGB color model

#888587 color RGB value is (136,133,135).

RGB: (136,133,135) (53%, 52%, 53%)

RGB channels and saturation

R 136 of 255 = 53%
G 133 of 255 = 52%
B 135 of 255 = 53%

136
133
135

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

Portions of RGB colors in percentages

R + G + B = 136 + 133 + 135 = 404 (100%)
R 136 of 404 ~ 33.66%
G 133 of 404 ~ 32.92%
B 135 of 404 ~ 33.42'%

%33.66
%32.92
%33.42

CMYK color model

#888587 color CMYK value is (0,2,1,47).

  • cyan value is 0.00%
  • magenta value is 2.21%
  • yellow value is 0.74%
  • key color value is 46.67%

CMYK: (0,2,1,47)
C0M2Y1K47 (0%, 2%, 1%, 47%)
(0.00 / 0.02 / 0.01 / 0.47)

CMYK percentages

%0
%2.21
%0.74
%46.67

Codes

Color #888587 in popluar color models

88 85 87
RGB 136 133 135
HSL 320° 1.24% 52.75%
HSB/HSV 320° 2.21% 53.33%
CMYK 0.00% 2.21% 0.74%
46.67%

Color #888587 in popluar number systems.

HEX 88 85 87
Decimal 136 133 135
Binary 10001000 10000101 10000111
Octal 210 205 207

Shades and tints

Shades of #888587

#888587
(136,133,135)
#7C797B
(124,121,123)
#706D6F
(112,109,111)
#646163
(100,97,99)
#585557
(88,85,87)
#4C494B
(76,73,75)
#403D3F
(64,61,63)
#343133
(52,49,51)
#282527
(40,37,39)
#1C191B
(28,25,27)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #888587

#888587
(136,133,135)
#929091
(146,144,145)
#9C9B9B
(156,155,155)
#A6A6A5
(166,166,165)
#B0B1AF
(176,177,175)
#BABCB9
(186,188,185)
#C4C7C3
(196,199,195)
#CED2CD
(206,210,205)
#D8DDD7
(216,221,215)
#E2E8E1
(226,232,225)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888587; }

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

This text font color is #888587.

Background Color

.myBgColor { background-color: #888587; }

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

This div background color is #888587.

Border color

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

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

This div border color is #888587.

Opacity

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

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

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

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

This text has shadow with #888587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888587.

Preview

Color preview on black background

This text has color #888587 on black background.


Color preview on white background

This text has color #888587 on white background.


Black color preview on #888587 background

This text has black color on #888587 background.


White color preview on #888587 background

This text has white color on #888587 background.


Related colors

Complementary color

Complementary color for #hex is #777A78.


I love getcolorcode.com

Triadic colors

1 #878885 and #858788 with #888587 are triadic colors.

2 #878588 and #858887 with #888587 are triadic colors.