COLOR #889989

HEX: #889989
RGB: (136,153,137)

Color info

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

RGB color model

#889989 color RGB value is (136,153,137).

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

RGB channels and saturation

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

136
153
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 137 = 426 (100%)
R 136 of 426 ~ 31.92%
G 153 of 426 ~ 35.92%
B 137 of 426 ~ 32.16%

%31.92
%35.92
%32.16

CMYK color model

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

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

CMYK percentages

%11.11
%0
%10.46
%40

Codes

Color #889989 in popluar color models

889989
RGB136153137
HSL124°7.69%56.67%
HSB/HSV124°11.11%60.00%
CMYK11.11%0.00%10.46%
40.00%

Color #889989 in popluar number systems.

HEX889989
Decimal136153137
Binary100010001001100110001001
Octal210231211

Shades and tints

Shades of #889989

#889989
(136,153,137)
#7C8C7D
(124,140,125)
#707F71
(112,127,113)
#647265
(100,114,101)
#586559
(88,101,89)
#4C584D
(76,88,77)
#404B41
(64,75,65)
#343E35
(52,62,53)
#283129
(40,49,41)
#1C241D
(28,36,29)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #889989

#889989
(136,153,137)
#92A293
(146,162,147)
#9CAB9D
(156,171,157)
#A6B4A7
(166,180,167)
#B0BDB1
(176,189,177)
#BAC6BB
(186,198,187)
#C4CFC5
(196,207,197)
#CED8CF
(206,216,207)
#D8E1D9
(216,225,217)
#E2EAE3
(226,234,227)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889989; }

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

This text font color is #889989.


Background Color

.myBgColor { background-color: #889989; }

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

This div background color is #889989.


Border color

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

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

This div border color is #889989.


Opacity

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

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

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

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

This text has shadow with #889989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889989 on black background.


Color preview on white background

This text has color #889989 on white background.



Black color preview on #889989 background

This text has black color on #889989 background.


White color preview on #889989 background

This text has white color on #889989 background.