COLOR #889992

HEX: #889992
RGB: (136,153,146)

Color info

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

RGB color model

#889992 color RGB value is (136,153,146).

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

RGB channels and saturation

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

136
153
146

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 146 = 435 (100%)
R 136 of 435 ~ 31.26%
G 153 of 435 ~ 35.17%
B 146 of 435 ~ 33.56%

%31.26
%35.17
%33.56

CMYK color model

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

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

CMYK percentages

%11.11
%0
%4.58
%40

Codes

Color #889992 in popluar color models

889992
RGB136153146
HSL155°7.69%56.67%
HSB/HSV155°11.11%60.00%
CMYK11.11%0.00%4.58%
40.00%

Color #889992 in popluar number systems.

HEX889992
Decimal136153146
Binary100010001001100110010010
Octal210231222

Shades and tints

Shades of #889992

#889992
(136,153,146)
#7C8C85
(124,140,133)
#707F78
(112,127,120)
#64726B
(100,114,107)
#58655E
(88,101,94)
#4C5851
(76,88,81)
#404B44
(64,75,68)
#343E37
(52,62,55)
#28312A
(40,49,42)
#1C241D
(28,36,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #889992

#889992
(136,153,146)
#92A29B
(146,162,155)
#9CABA4
(156,171,164)
#A6B4AD
(166,180,173)
#B0BDB6
(176,189,182)
#BAC6BF
(186,198,191)
#C4CFC8
(196,207,200)
#CED8D1
(206,216,209)
#D8E1DA
(216,225,218)
#E2EAE3
(226,234,227)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889992; }

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

This text font color is #889992.


Background Color

.myBgColor { background-color: #889992; }

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

This div background color is #889992.


Border color

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

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

This div border color is #889992.


Opacity

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

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

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

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

This text has shadow with #889992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889992 on black background.


Color preview on white background

This text has color #889992 on white background.



Black color preview on #889992 background

This text has black color on #889992 background.


White color preview on #889992 background

This text has white color on #889992 background.