COLOR #898887

HEX: #898887 RGB: (137,136,135)

Color info

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

RGB color model

#898887 color RGB value is (137,136,135).

RGB: (137,136,135) (54%, 53%, 53%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 135 of 255 = 53%

137
136
135

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

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 135 = 408 (100%)
R 137 of 408 ~ 33.58%
G 136 of 408 ~ 33.33%
B 135 of 408 ~ 33.09'%

%33.58
%33.33
%33.09

CMYK color model

#898887 color CMYK value is (0,1,1,46).

  • cyan value is 0.00%
  • magenta value is 0.73%
  • yellow value is 1.46%
  • key color value is 46.27%

CMYK: (0,1,1,46)
C0M1Y1K46 (0%, 1%, 1%, 46%)
(0.00 / 0.01 / 0.01 / 0.46)

CMYK percentages

%0
%0.73
%1.46
%46.27

Codes

Color #898887 in popluar color models

89 88 87
RGB 137 136 135
HSL 30° 0.84% 53.33%
HSB/HSV 30° 1.46% 53.73%
CMYK 0.00% 0.73% 1.46%
46.27%

Color #898887 in popluar number systems.

HEX 89 88 87
Decimal 137 136 135
Binary 10001001 10001000 10000111
Octal 211 210 207

Shades and tints

Shades of #898887

#898887
(137,136,135)
#7D7C7B
(125,124,123)
#71706F
(113,112,111)
#656463
(101,100,99)
#595857
(89,88,87)
#4D4C4B
(77,76,75)
#41403F
(65,64,63)
#353433
(53,52,51)
#292827
(41,40,39)
#1D1C1B
(29,28,27)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #898887

#898887
(137,136,135)
#939291
(147,146,145)
#9D9C9B
(157,156,155)
#A7A6A5
(167,166,165)
#B1B0AF
(177,176,175)
#BBBAB9
(187,186,185)
#C5C4C3
(197,196,195)
#CFCECD
(207,206,205)
#D9D8D7
(217,216,215)
#E3E2E1
(227,226,225)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898887; }

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

This text font color is #898887.

Background Color

.myBgColor { background-color: #898887; }

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

This div background color is #898887.

Border color

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

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

This div border color is #898887.

Opacity

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

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

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

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

This text has shadow with #898887 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898887.

Preview

Color preview on black background

This text has color #898887 on black background.


Color preview on white background

This text has color #898887 on white background.


Black color preview on #898887 background

This text has black color on #898887 background.


White color preview on #898887 background

This text has white color on #898887 background.


Related colors

Complementary color

Complementary color for #hex is #767778.


I love getcolorcode.com

Triadic colors

1 #878988 and #888789 with #898887 are triadic colors.

2 #878889 and #888987 with #898887 are triadic colors.