COLOR #899A99

HEX: #899A99 RGB: (137,154,153)

Color info

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

RGB color model

#899A99 color RGB value is (137,154,153).

RGB: (137,154,153) (54%, 60%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 154 of 255 = 60%
B 153 of 255 = 60%

137
154
153

R + G + B ~ 58%. #899A99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 154 + 153 = 444 (100%)
R 137 of 444 ~ 30.86%
G 154 of 444 ~ 34.68%
B 153 of 444 ~ 34.46'%

%30.86
%34.68
%34.46

CMYK color model

#899A99 color CMYK value is (11,0,1,40).

  • cyan value is 11.04%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%

CMYK: (11,0,1,40)
C11M0Y1K40 (11%, 0%, 1%, 40%)
(0.11 / 0.00 / 0.01 / 0.40)

CMYK percentages

%11.04
%0
%0.65
%39.61

Codes

Color #899A99 in popluar color models

89 9A 99
RGB 137 154 153
HSL 176° 7.76% 57.06%
HSB/HSV 176° 11.04% 60.39%
CMYK 11.04% 0.00% 0.65%
39.61%

Color #899A99 in popluar number systems.

HEX 89 9A 99
Decimal 137 154 153
Binary 10001001 10011010 10011001
Octal 211 232 231

Shades and tints

Shades of #899A99

#899A99
(137,154,153)
#7D8C8C
(125,140,140)
#717E7F
(113,126,127)
#657072
(101,112,114)
#596265
(89,98,101)
#4D5458
(77,84,88)
#41464B
(65,70,75)
#35383E
(53,56,62)
#292A31
(41,42,49)
#1D1C24
(29,28,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #899A99

#899A99
(137,154,153)
#93A3A2
(147,163,162)
#9DACAB
(157,172,171)
#A7B5B4
(167,181,180)
#B1BEBD
(177,190,189)
#BBC7C6
(187,199,198)
#C5D0CF
(197,208,207)
#CFD9D8
(207,217,216)
#D9E2E1
(217,226,225)
#E3EBEA
(227,235,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899A99; }

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

This text font color is #899A99.

Background Color

.myBgColor { background-color: #899A99; }

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

This div background color is #899A99.

Border color

.myBorderColor { border: 1px solid #899A99; }

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

This div border color is #899A99.

Opacity

.myOpacity80 { color: #899A99; opacity: 0.8; }

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

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

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

This text has shadow with #899A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899A99.

Preview

Color preview on black background

This text has color #899A99 on black background.


Color preview on white background

This text has color #899A99 on white background.


Black color preview on #899A99 background

This text has black color on #899A99 background.


White color preview on #899A99 background

This text has white color on #899A99 background.


Related colors

Complementary color

Complementary color for #hex is #766566.


I love getcolorcode.com

Triadic colors

1 #99899A and #9A9989 with #899A99 are triadic colors.

2 #999A89 and #9A8999 with #899A99 are triadic colors.