COLOR #898C84

HEX: #898C84 RGB: (137,140,132)

Color info

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

RGB color model

#898C84 color RGB value is (137,140,132).

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

RGB channels and saturation

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

137
140
132

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

Portions of RGB colors in percentages

R + G + B = 137 + 140 + 132 = 409 (100%)
R 137 of 409 ~ 33.5%
G 140 of 409 ~ 34.23%
B 132 of 409 ~ 32.27'%

%33.5
%34.23
%32.27

CMYK color model

#898C84 color CMYK value is (2,0,6,45).

  • cyan value is 2.14%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 45.10%

CMYK: (2,0,6,45)
C2M0Y6K45 (2%, 0%, 6%, 45%)
(0.02 / 0.00 / 0.06 / 0.45)

CMYK percentages

%2.14
%0
%5.71
%45.1

Codes

Color #898C84 in popluar color models

89 8C 84
RGB 137 140 132
HSL 83° 3.36% 53.33%
HSB/HSV 83° 5.71% 54.90%
CMYK 2.14% 0.00% 5.71%
45.10%

Color #898C84 in popluar number systems.

HEX 89 8C 84
Decimal 137 140 132
Binary 10001001 10001100 10000100
Octal 211 214 204

Shades and tints

Shades of #898C84

#898C84
(137,140,132)
#7D8078
(125,128,120)
#71746C
(113,116,108)
#656860
(101,104,96)
#595C54
(89,92,84)
#4D5048
(77,80,72)
#41443C
(65,68,60)
#353830
(53,56,48)
#292C24
(41,44,36)
#1D2018
(29,32,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #898C84

#898C84
(137,140,132)
#93968F
(147,150,143)
#9DA09A
(157,160,154)
#A7AAA5
(167,170,165)
#B1B4B0
(177,180,176)
#BBBEBB
(187,190,187)
#C5C8C6
(197,200,198)
#CFD2D1
(207,210,209)
#D9DCDC
(217,220,220)
#E3E6E7
(227,230,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898C84; }

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

This text font color is #898C84.

Background Color

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

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

This div background color is #898C84.

Border color

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

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

This div border color is #898C84.

Opacity

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

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

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

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

This text has shadow with #898C84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898C84.

Preview

Color preview on black background

This text has color #898C84 on black background.


Color preview on white background

This text has color #898C84 on white background.


Black color preview on #898C84 background

This text has black color on #898C84 background.


White color preview on #898C84 background

This text has white color on #898C84 background.


Related colors

Complementary color

Complementary color for #hex is #76737B.


I love getcolorcode.com

Triadic colors

1 #84898C and #8C8489 with #898C84 are triadic colors.

2 #848C89 and #8C8984 with #898C84 are triadic colors.