COLOR #898799

HEX: #898799 RGB: (137,135,153)

Color info

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

RGB color model

#898799 color RGB value is (137,135,153).

RGB: (137,135,153) (54%, 53%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 135 of 255 = 53%
B 153 of 255 = 60%

137
135
153

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

Portions of RGB colors in percentages

R + G + B = 137 + 135 + 153 = 425 (100%)
R 137 of 425 ~ 32.24%
G 135 of 425 ~ 31.76%
B 153 of 425 ~ 36'%

%32.24
%31.76
%36

CMYK color model

#898799 color CMYK value is (10,12,0,40).

  • cyan value is 10.46%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (10,12,0,40) C10M12Y0K40 (10%,12%,0%,40%) (0.10/0.12/0.00/0.40) 

CMYK percentages

%10.46
%11.76
%0
%40

Codes

Color #898799 in popluar color models

89 87 99
RGB 137 135 153
HSL 247° 8.11% 56.47%
HSB/HSV 247° 11.76% 60.00%
CMYK 10.46% 11.76% 0.00%
40.00%

Color #898799 in popluar number systems.

HEX 89 87 99
Decimal 137 135 153
Binary 10001001 10000111 10011001
Octal 211 207 231

Shades and tints

Shades of #898799

#898799
(137,135,153)
#7D7B8C
(125,123,140)
#716F7F
(113,111,127)
#656372
(101,99,114)
#595765
(89,87,101)
#4D4B58
(77,75,88)
#413F4B
(65,63,75)
#35333E
(53,51,62)
#292731
(41,39,49)
#1D1B24
(29,27,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #898799

#898799
(137,135,153)
#9391A2
(147,145,162)
#9D9BAB
(157,155,171)
#A7A5B4
(167,165,180)
#B1AFBD
(177,175,189)
#BBB9C6
(187,185,198)
#C5C3CF
(197,195,207)
#CFCDD8
(207,205,216)
#D9D7E1
(217,215,225)
#E3E1EA
(227,225,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #898799; }

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

This text font color is #898799.

Background Color

.myBgColor { background-color: #898799; }

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

This div background color is #898799.

Border color

.myBorderColor { border: 1px solid #898799; }

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

This div border color is #898799.

Opacity

.myOpacity80 { color: #898799; opacity: 0.8; }

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

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

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

This text has shadow with #898799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #898799.

Preview

Color preview on black background

This text has color #898799 on black background.


Color preview on white background

This text has color #898799 on white background.


Black color preview on #898799 background

This text has black color on #898799 background.


White color preview on #898799 background

This text has white color on #898799 background.


Related colors

Complementary color

Complementary color for #hex is #767866.


I love getcolorcode.com

Triadic colors

1 #998987 and #879989 with #898799 are triadic colors.

2 #998789 and #878999 with #898799 are triadic colors.