COLOR #889998

HEX: #889998
RGB: (136,153,152)

Color info

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

RGB color model

#889998 color RGB value is (136,153,152).

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

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 152 of 255 = 60%

136
153
152

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 152 = 441 (100%)
R 136 of 441 ~ 30.84%
G 153 of 441 ~ 34.69%
B 152 of 441 ~ 34.47%

%30.84
%34.69
%34.47

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 40.00%
CMYK:
(11,0,1,40)
C11M0Y1K40 
(11%,0%,1%,40%)
(0.11/0.00/0.01/0.40)	

CMYK percentages

%11.11
%0
%0.65
%40

Codes

Color #889998 in popluar color models

889998
RGB136153152
HSL176°7.69%56.67%
HSB/HSV176°11.11%60.00%
CMYK11.11%0.00%0.65%
40.00%

Color #889998 in popluar number systems.

HEX889998
Decimal136153152
Binary100010001001100110011000
Octal210231230

Shades and tints

Shades of #889998

#889998
(136,153,152)
#7C8C8B
(124,140,139)
#707F7E
(112,127,126)
#647271
(100,114,113)
#586564
(88,101,100)
#4C5857
(76,88,87)
#404B4A
(64,75,74)
#343E3D
(52,62,61)
#283130
(40,49,48)
#1C2423
(28,36,35)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #889998

#889998
(136,153,152)
#92A2A1
(146,162,161)
#9CABAA
(156,171,170)
#A6B4B3
(166,180,179)
#B0BDBC
(176,189,188)
#BAC6C5
(186,198,197)
#C4CFCE
(196,207,206)
#CED8D7
(206,216,215)
#D8E1E0
(216,225,224)
#E2EAE9
(226,234,233)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889998; }

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

This text font color is #889998.


Background Color

.myBgColor { background-color: #889998; }

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

This div background color is #889998.


Border color

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

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

This div border color is #889998.


Opacity

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

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

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

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

This text has shadow with #889998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889998 on black background.


Color preview on white background

This text has color #889998 on white background.



Black color preview on #889998 background

This text has black color on #889998 background.


White color preview on #889998 background

This text has white color on #889998 background.