COLOR #898B8D

HEX: #898B8D RGB: (137,139,141)

Color info

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

RGB color model

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

RGB: (137,139,141) (54%, 55%, 55%)

RGB channels and saturation

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

137
139
141

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

Portions of RGB colors in percentages

R + G + B = 137 + 139 + 141 = 417 (100%)
R 137 of 417 ~ 32.85%
G 139 of 417 ~ 33.33%
B 141 of 417 ~ 33.81'%

%32.85
%33.33
%33.81

CMYK color model

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

  • cyan value is 2.84%
  • magenta value is 1.42%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (3,1,0,45)
C3M1Y0K45 (3%, 1%, 0%, 45%)
(0.03 / 0.01 / 0.00 / 0.45)

CMYK percentages

%2.84
%1.42
%0
%44.71

Codes

Color #898B8D in popluar color models

89 8B 8D
RGB 137 139 141
HSL 210° 1.72% 54.51%
HSB/HSV 210° 2.84% 55.29%
CMYK 2.84% 1.42% 0.00%
44.71%

Color #898B8D in popluar number systems.

HEX 89 8B 8D
Decimal 137 139 141
Binary 10001001 10001011 10001101
Octal 211 213 215

Shades and tints

Shades of #898B8D

#898B8D
(137,139,141)
#7D7F81
(125,127,129)
#717375
(113,115,117)
#656769
(101,103,105)
#595B5D
(89,91,93)
#4D4F51
(77,79,81)
#414345
(65,67,69)
#353739
(53,55,57)
#292B2D
(41,43,45)
#1D1F21
(29,31,33)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #898B8D

#898B8D
(137,139,141)
#939597
(147,149,151)
#9D9FA1
(157,159,161)
#A7A9AB
(167,169,171)
#B1B3B5
(177,179,181)
#BBBDBF
(187,189,191)
#C5C7C9
(197,199,201)
#CFD1D3
(207,209,211)
#D9DBDD
(217,219,221)
#E3E5E7
(227,229,231)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898B8D; }

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

This text font color is #898B8D.

Background Color

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

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

This div background color is #898B8D.

Border color

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

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

This div border color is #898B8D.

Opacity

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

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

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

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

This text has shadow with #898B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898B8D.

Preview

Color preview on black background

This text has color #898B8D on black background.


Color preview on white background

This text has color #898B8D on white background.


Black color preview on #898B8D background

This text has black color on #898B8D background.


White color preview on #898B8D background

This text has white color on #898B8D background.


Related colors

Complementary color

Complementary color for #hex is #767472.


I love getcolorcode.com

Triadic colors

1 #8D898B and #8B8D89 with #898B8D are triadic colors.

2 #8D8B89 and #8B898D with #898B8D are triadic colors.