COLOR #899989

HEX: #899989
RGB: (137,153,137)

Color info

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

RGB color model

#899989 color RGB value is (137,153,137).

  • red value is 137;
  • green value is 153;
  • blue value is 137.
RGB:
(137,153,137)
(54%,60%,54%)

RGB channels and saturation

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

137
153
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 153 + 137 = 427 (100%)
R 137 of 427 ~ 32.08%
G 153 of 427 ~ 35.83%
B 137 of 427 ~ 32.08%

%32.08
%35.83
%32.08

CMYK color model

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

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

CMYK percentages

%10.46
%0
%10.46
%40

Codes

Color #899989 in popluar color models

899989
RGB137153137
HSL120°7.27%56.86%
HSB/HSV120°10.46%60.00%
CMYK10.46%0.00%10.46%
40.00%

Color #899989 in popluar number systems.

HEX899989
Decimal137153137
Binary100010011001100110001001
Octal211231211

Shades and tints

Shades of #899989

#899989
(137,153,137)
#7D8C7D
(125,140,125)
#717F71
(113,127,113)
#657265
(101,114,101)
#596559
(89,101,89)
#4D584D
(77,88,77)
#414B41
(65,75,65)
#353E35
(53,62,53)
#293129
(41,49,41)
#1D241D
(29,36,29)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #899989

#899989
(137,153,137)
#93A293
(147,162,147)
#9DAB9D
(157,171,157)
#A7B4A7
(167,180,167)
#B1BDB1
(177,189,177)
#BBC6BB
(187,198,187)
#C5CFC5
(197,207,197)
#CFD8CF
(207,216,207)
#D9E1D9
(217,225,217)
#E3EAE3
(227,234,227)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899989; }

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

This text font color is #899989.


Background Color

.myBgColor { background-color: #899989; }

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

This div background color is #899989.


Border color

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

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

This div border color is #899989.


Opacity

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

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

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

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

This text has shadow with #899989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899989 on black background.


Color preview on white background

This text has color #899989 on white background.



Black color preview on #899989 background

This text has black color on #899989 background.


White color preview on #899989 background

This text has white color on #899989 background.