COLOR #899899

HEX: #899899 RGB: (137,152,153)

Color info

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

RGB color model

#899899 color RGB value is (137,152,153).

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

RGB channels and saturation

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

137
152
153

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

Portions of RGB colors in percentages

R + G + B = 137 + 152 + 153 = 442 (100%)
R 137 of 442 ~ 31%
G 152 of 442 ~ 34.39%
B 153 of 442 ~ 34.62'%

%31
%34.39
%34.62

CMYK color model

#899899 color CMYK value is (10,1,0,40).

  • cyan value is 10.46%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (10,1,0,40)
C10M1Y0K40 (10%, 1%, 0%, 40%)
(0.10 / 0.01 / 0.00 / 0.40)

CMYK percentages

%10.46
%0.65
%0
%40

Codes

Color #899899 in popluar color models

89 98 99
RGB 137 152 153
HSL 184° 7.27% 56.86%
HSB/HSV 184° 10.46% 60.00%
CMYK 10.46% 0.65% 0.00%
40.00%

Color #899899 in popluar number systems.

HEX 89 98 99
Decimal 137 152 153
Binary 10001001 10011000 10011001
Octal 211 230 231

Shades and tints

Shades of #899899

#899899
(137,152,153)
#7D8B8C
(125,139,140)
#717E7F
(113,126,127)
#657172
(101,113,114)
#596465
(89,100,101)
#4D5758
(77,87,88)
#414A4B
(65,74,75)
#353D3E
(53,61,62)
#293031
(41,48,49)
#1D2324
(29,35,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #899899

#899899
(137,152,153)
#93A1A2
(147,161,162)
#9DAAAB
(157,170,171)
#A7B3B4
(167,179,180)
#B1BCBD
(177,188,189)
#BBC5C6
(187,197,198)
#C5CECF
(197,206,207)
#CFD7D8
(207,215,216)
#D9E0E1
(217,224,225)
#E3E9EA
(227,233,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899899; }

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

This text font color is #899899.

Background Color

.myBgColor { background-color: #899899; }

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

This div background color is #899899.

Border color

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

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

This div border color is #899899.

Opacity

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

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

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

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

This text has shadow with #899899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899899.

Preview

Color preview on black background

This text has color #899899 on black background.


Color preview on white background

This text has color #899899 on white background.


Black color preview on #899899 background

This text has black color on #899899 background.


White color preview on #899899 background

This text has white color on #899899 background.


Related colors

Complementary color

Complementary color for #hex is #766766.


I love getcolorcode.com

Triadic colors

1 #998998 and #989989 with #899899 are triadic colors.

2 #999889 and #988999 with #899899 are triadic colors.