COLOR #898D90

HEX: #898D90 RGB: (137,141,144)

Color info

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

RGB color model

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

RGB: (137,141,144) (54%, 55%, 56%)

RGB channels and saturation

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

137
141
144

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

Portions of RGB colors in percentages

R + G + B = 137 + 141 + 144 = 422 (100%)
R 137 of 422 ~ 32.46%
G 141 of 422 ~ 33.41%
B 144 of 422 ~ 34.12'%

%32.46
%33.41
%34.12

CMYK color model

#898D90 color CMYK value is (5,2,0,44).

  • cyan value is 4.86%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (5,2,0,44) C5M2Y0K44 (5%,2%,0%,44%) (0.05/0.02/0.00/0.44) 

CMYK percentages

%4.86
%2.08
%0
%43.53

Codes

Color #898D90 in popluar color models

89 8D 90
RGB 137 141 144
HSL 206° 3.06% 55.10%
HSB/HSV 206° 4.86% 56.47%
CMYK 4.86% 2.08% 0.00%
43.53%

Color #898D90 in popluar number systems.

HEX 89 8D 90
Decimal 137 141 144
Binary 10001001 10001101 10010000
Octal 211 215 220

Shades and tints

Shades of #898D90

#898D90
(137,141,144)
#7D8183
(125,129,131)
#717576
(113,117,118)
#656969
(101,105,105)
#595D5C
(89,93,92)
#4D514F
(77,81,79)
#414542
(65,69,66)
#353935
(53,57,53)
#292D28
(41,45,40)
#1D211B
(29,33,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #898D90

#898D90
(137,141,144)
#93979A
(147,151,154)
#9DA1A4
(157,161,164)
#A7ABAE
(167,171,174)
#B1B5B8
(177,181,184)
#BBBFC2
(187,191,194)
#C5C9CC
(197,201,204)
#CFD3D6
(207,211,214)
#D9DDE0
(217,221,224)
#E3E7EA
(227,231,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898D90; }

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

This text font color is #898D90.

Background Color

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

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

This div background color is #898D90.

Border color

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

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

This div border color is #898D90.

Opacity

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

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

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

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

This text has shadow with #898D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898D90.

Preview

Color preview on black background

This text has color #898D90 on black background.


Color preview on white background

This text has color #898D90 on white background.


Black color preview on #898D90 background

This text has black color on #898D90 background.


White color preview on #898D90 background

This text has white color on #898D90 background.


Related colors

Complementary color

Complementary color for #hex is #76726F.


I love getcolorcode.com

Triadic colors

1 #90898D and #8D9089 with #898D90 are triadic colors.

2 #908D89 and #8D8990 with #898D90 are triadic colors.