COLOR #898880

HEX: #898880 RGB: (137,136,128)

Color info

#898880 contains red, green and blue colors in about the same proportion. Web safe color of #898880 is #999966 (or #996).

RGB color model

#898880 color RGB value is (137,136,128).

RGB: (137,136,128) (54%, 53%, 50%)

RGB channels and saturation

R 137 of 255 = 54%
G 136 of 255 = 53%
B 128 of 255 = 50%

137
136
128

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

Portions of RGB colors in percentages

R + G + B = 137 + 136 + 128 = 401 (100%)
R 137 of 401 ~ 34.16%
G 136 of 401 ~ 33.92%
B 128 of 401 ~ 31.92'%

%34.16
%33.92
%31.92

CMYK color model

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

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

CMYK: (0,1,7,46)
C0M1Y7K46 (0%, 1%, 7%, 46%)
(0.00 / 0.01 / 0.07 / 0.46)

CMYK percentages

%0
%0.73
%6.57
%46.27

Codes

Color #898880 in popluar color models

89 88 80
RGB 137 136 128
HSL 53° 3.67% 51.96%
HSB/HSV 53° 6.57% 53.73%
CMYK 0.00% 0.73% 6.57%
46.27%

Color #898880 in popluar number systems.

HEX 89 88 80
Decimal 137 136 128
Binary 10001001 10001000 10000000
Octal 211 210 200

Shades and tints

Shades of #898880

#898880
(137,136,128)
#7D7C75
(125,124,117)
#71706A
(113,112,106)
#65645F
(101,100,95)
#595854
(89,88,84)
#4D4C49
(77,76,73)
#41403E
(65,64,62)
#353433
(53,52,51)
#292828
(41,40,40)
#1D1C1D
(29,28,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #898880

#898880
(137,136,128)
#93928B
(147,146,139)
#9D9C96
(157,156,150)
#A7A6A1
(167,166,161)
#B1B0AC
(177,176,172)
#BBBAB7
(187,186,183)
#C5C4C2
(197,196,194)
#CFCECD
(207,206,205)
#D9D8D8
(217,216,216)
#E3E2E3
(227,226,227)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898880; }

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

This text font color is #898880.

Background Color

.myBgColor { background-color: #898880; }

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

This div background color is #898880.

Border color

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

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

This div border color is #898880.

Opacity

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

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

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

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

This text has shadow with #898880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898880.

Preview

Color preview on black background

This text has color #898880 on black background.


Color preview on white background

This text has color #898880 on white background.


Black color preview on #898880 background

This text has black color on #898880 background.


White color preview on #898880 background

This text has white color on #898880 background.


Related colors

Complementary color

Complementary color for #hex is #76777F.


I love getcolorcode.com

Triadic colors

1 #808988 and #888089 with #898880 are triadic colors.

2 #808889 and #888980 with #898880 are triadic colors.