COLOR #889990

HEX: #889990
RGB: (136,153,144)

Color info

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

RGB color model

#889990 color RGB value is (136,153,144).

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

RGB channels and saturation

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

136
153
144

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 144 = 433 (100%)
R 136 of 433 ~ 31.41%
G 153 of 433 ~ 35.33%
B 144 of 433 ~ 33.26%

%31.41
%35.33
%33.26

CMYK color model

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

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

CMYK percentages

%11.11
%0
%5.88
%40

Codes

Color #889990 in popluar color models

889990
RGB136153144
HSL148°7.69%56.67%
HSB/HSV148°11.11%60.00%
CMYK11.11%0.00%5.88%
40.00%

Color #889990 in popluar number systems.

HEX889990
Decimal136153144
Binary100010001001100110010000
Octal210231220

Shades and tints

Shades of #889990

#889990
(136,153,144)
#7C8C83
(124,140,131)
#707F76
(112,127,118)
#647269
(100,114,105)
#58655C
(88,101,92)
#4C584F
(76,88,79)
#404B42
(64,75,66)
#343E35
(52,62,53)
#283128
(40,49,40)
#1C241B
(28,36,27)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #889990

#889990
(136,153,144)
#92A29A
(146,162,154)
#9CABA4
(156,171,164)
#A6B4AE
(166,180,174)
#B0BDB8
(176,189,184)
#BAC6C2
(186,198,194)
#C4CFCC
(196,207,204)
#CED8D6
(206,216,214)
#D8E1E0
(216,225,224)
#E2EAEA
(226,234,234)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889990; }

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

This text font color is #889990.


Background Color

.myBgColor { background-color: #889990; }

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

This div background color is #889990.


Border color

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

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

This div border color is #889990.


Opacity

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

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

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

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

This text has shadow with #889990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889990 on black background.


Color preview on white background

This text has color #889990 on white background.



Black color preview on #889990 background

This text has black color on #889990 background.


White color preview on #889990 background

This text has white color on #889990 background.