COLOR #898B84

HEX: #898B84 RGB: (137,139,132)

Color info

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

RGB color model

#898B84 color RGB value is (137,139,132).

RGB: (137,139,132) (54%, 55%, 52%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 132 of 255 = 52%

137
139
132

R + G + B ~ 54%. #898B84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 139 + 132 = 408 (100%)
R 137 of 408 ~ 33.58%
G 139 of 408 ~ 34.07%
B 132 of 408 ~ 32.35'%

%33.58
%34.07
%32.35

CMYK color model

#898B84 color CMYK value is (1,0,5,45).

  • cyan value is 1.44%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%
CMYK: (1,0,5,45) C1M0Y5K45 (1%,0%,5%,45%) (0.01/0.00/0.05/0.45) 

CMYK percentages

%1.44
%0
%5.04
%45.49

Codes

Color #898B84 in popluar color models

89 8B 84
RGB 137 139 132
HSL 77° 2.93% 53.14%
HSB/HSV 77° 5.04% 54.51%
CMYK 1.44% 0.00% 5.04%
45.49%

Color #898B84 in popluar number systems.

HEX 89 8B 84
Decimal 137 139 132
Binary 10001001 10001011 10000100
Octal 211 213 204

Shades and tints

Shades of #898B84

#898B84
(137,139,132)
#7D7F78
(125,127,120)
#71736C
(113,115,108)
#656760
(101,103,96)
#595B54
(89,91,84)
#4D4F48
(77,79,72)
#41433C
(65,67,60)
#353730
(53,55,48)
#292B24
(41,43,36)
#1D1F18
(29,31,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #898B84

#898B84
(137,139,132)
#93958F
(147,149,143)
#9D9F9A
(157,159,154)
#A7A9A5
(167,169,165)
#B1B3B0
(177,179,176)
#BBBDBB
(187,189,187)
#C5C7C6
(197,199,198)
#CFD1D1
(207,209,209)
#D9DBDC
(217,219,220)
#E3E5E7
(227,229,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #898B84 color. Also use rgb(137,139,132) instead hex code.

Text Font Color

.myTextColor { color: #898B84; }

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

This text font color is #898B84.

Background Color

.myBgColor { background-color: #898B84; }

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

This div background color is #898B84.

Border color

.myBorderColor { border: 1px solid #898B84; }

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

This div border color is #898B84.

Opacity

.myOpacity80 { color: #898B84; opacity: 0.8; }

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

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

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

This text has shadow with #898B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898B84.

Preview

Color preview on black background

This text has color #898B84 on black background.


Color preview on white background

This text has color #898B84 on white background.


Black color preview on #898B84 background

This text has black color on #898B84 background.


White color preview on #898B84 background

This text has white color on #898B84 background.


Related colors

Complementary color

Complementary color for #hex is #76747B.


I love getcolorcode.com

Triadic colors

1 #84898B and #8B8489 with #898B84 are triadic colors.

2 #848B89 and #8B8984 with #898B84 are triadic colors.