COLOR #898B99

HEX: #898B99 RGB: (137,139,153)

Color info

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

RGB color model

#898B99 color RGB value is (137,139,153).

RGB: (137,139,153) (54%, 55%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 139 of 255 = 55%
B 153 of 255 = 60%

137
139
153

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

Portions of RGB colors in percentages

R + G + B = 137 + 139 + 153 = 429 (100%)
R 137 of 429 ~ 31.93%
G 139 of 429 ~ 32.4%
B 153 of 429 ~ 35.66'%

%31.93
%32.4
%35.66

CMYK color model

#898B99 color CMYK value is (10,9,0,40).

  • cyan value is 10.46%
  • magenta value is 9.15%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (10,9,0,40) C10M9Y0K40 (10%,9%,0%,40%) (0.10/0.09/0.00/0.40) 

CMYK percentages

%10.46
%9.15
%0
%40

Codes

Color #898B99 in popluar color models

89 8B 99
RGB 137 139 153
HSL 233° 7.27% 56.86%
HSB/HSV 233° 10.46% 60.00%
CMYK 10.46% 9.15% 0.00%
40.00%

Color #898B99 in popluar number systems.

HEX 89 8B 99
Decimal 137 139 153
Binary 10001001 10001011 10011001
Octal 211 213 231

Shades and tints

Shades of #898B99

#898B99
(137,139,153)
#7D7F8C
(125,127,140)
#71737F
(113,115,127)
#656772
(101,103,114)
#595B65
(89,91,101)
#4D4F58
(77,79,88)
#41434B
(65,67,75)
#35373E
(53,55,62)
#292B31
(41,43,49)
#1D1F24
(29,31,36)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #898B99

#898B99
(137,139,153)
#9395A2
(147,149,162)
#9D9FAB
(157,159,171)
#A7A9B4
(167,169,180)
#B1B3BD
(177,179,189)
#BBBDC6
(187,189,198)
#C5C7CF
(197,199,207)
#CFD1D8
(207,209,216)
#D9DBE1
(217,219,225)
#E3E5EA
(227,229,234)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898B99; }

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

This text font color is #898B99.

Background Color

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

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

This div background color is #898B99.

Border color

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

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

This div border color is #898B99.

Opacity

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

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

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

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

This text has shadow with #898B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898B99.

Preview

Color preview on black background

This text has color #898B99 on black background.


Color preview on white background

This text has color #898B99 on white background.


Black color preview on #898B99 background

This text has black color on #898B99 background.


White color preview on #898B99 background

This text has white color on #898B99 background.


Related colors

Complementary color

Complementary color for #hex is #767466.


I love getcolorcode.com

Triadic colors

1 #99898B and #8B9989 with #898B99 are triadic colors.

2 #998B89 and #8B8999 with #898B99 are triadic colors.