COLOR #889999

HEX: #889999
RGB: (136,153,153)

Color info

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

RGB color model

#889999 color RGB value is (136,153,153).

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

RGB channels and saturation

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

136
153
153

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 153 = 442 (100%)
R 136 of 442 ~ 30.77%
G 153 of 442 ~ 34.62%
B 153 of 442 ~ 34.62%

%30.77
%34.62
%34.62

CMYK color model

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

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

CMYK percentages

%11.11
%0
%0
%40

Codes

Color #889999 in popluar color models

889999
RGB136153153
HSL180°7.69%56.67%
HSB/HSV180°11.11%60.00%
CMYK11.11%0.00%0.00%
40.00%

Color #889999 in popluar number systems.

HEX889999
Decimal136153153
Binary100010001001100110011001
Octal210231231

Shades and tints

Shades of #889999

#889999
(136,153,153)
#7C8C8C
(124,140,140)
#707F7F
(112,127,127)
#647272
(100,114,114)
#586565
(88,101,101)
#4C5858
(76,88,88)
#404B4B
(64,75,75)
#343E3E
(52,62,62)
#283131
(40,49,49)
#1C2424
(28,36,36)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #889999

#889999
(136,153,153)
#92A2A2
(146,162,162)
#9CABAB
(156,171,171)
#A6B4B4
(166,180,180)
#B0BDBD
(176,189,189)
#BAC6C6
(186,198,198)
#C4CFCF
(196,207,207)
#CED8D8
(206,216,216)
#D8E1E1
(216,225,225)
#E2EAEA
(226,234,234)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889999; }

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

This text font color is #889999.


Background Color

.myBgColor { background-color: #889999; }

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

This div background color is #889999.


Border color

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

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

This div border color is #889999.


Opacity

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

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

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

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

This text has shadow with #889999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889999 on black background.


Color preview on white background

This text has color #889999 on white background.



Black color preview on #889999 background

This text has black color on #889999 background.


White color preview on #889999 background

This text has white color on #889999 background.