COLOR #898D89

HEX: #898D89
RGB: (137,141,137)

Color info

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

RGB color model

#898D89 color RGB value is (137,141,137).

  • red value is 137;
  • green value is 141;
  • blue value is 137.
RGB:
(137,141,137)
(54%,55%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 141 of 255 = 55%
B 137 of 255 = 54%

137
141
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 141 + 137 = 415 (100%)
R 137 of 415 ~ 33.01%
G 141 of 415 ~ 33.98%
B 137 of 415 ~ 33.01%

%33.01
%33.98
%33.01

CMYK color model

#898D89 color CMYK value is (3,0,3,45).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 44.71%
CMYK:
(3,0,3,45)
C3M0Y3K45 
(3%,0%,3%,45%)
(0.03/0.00/0.03/0.45)	

CMYK percentages

%2.84
%0
%2.84
%44.71

Codes

Color #898D89 in popluar color models

898D89
RGB137141137
HSL120°1.72%54.51%
HSB/HSV120°2.84%55.29%
CMYK2.84%0.00%2.84%
44.71%

Color #898D89 in popluar number systems.

HEX898D89
Decimal137141137
Binary100010011000110110001001
Octal211215211

Shades and tints

Shades of #898D89

#898D89
(137,141,137)
#7D817D
(125,129,125)
#717571
(113,117,113)
#656965
(101,105,101)
#595D59
(89,93,89)
#4D514D
(77,81,77)
#414541
(65,69,65)
#353935
(53,57,53)
#292D29
(41,45,41)
#1D211D
(29,33,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #898D89

#898D89
(137,141,137)
#939793
(147,151,147)
#9DA19D
(157,161,157)
#A7ABA7
(167,171,167)
#B1B5B1
(177,181,177)
#BBBFBB
(187,191,187)
#C5C9C5
(197,201,197)
#CFD3CF
(207,211,207)
#D9DDD9
(217,221,217)
#E3E7E3
(227,231,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D89; }

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

This text font color is #898D89.


Background Color

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

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

This div background color is #898D89.


Border color

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

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

This div border color is #898D89.


Opacity

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

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

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

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

This text has shadow with #898D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #898D89 on black background.


Color preview on white background

This text has color #898D89 on white background.



Black color preview on #898D89 background

This text has black color on #898D89 background.


White color preview on #898D89 background

This text has white color on #898D89 background.