COLOR #889196

HEX: #889196
RGB: (136,145,150)

Color info

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

RGB color model

#889196 color RGB value is (136,145,150).

  • red value is 136;
  • green value is 145;
  • blue value is 150.
RGB:
(136,145,150)
(53%,57%,59%)

RGB channels and saturation

R 136 of 255 = 53%
G 145 of 255 = 57%
B 150 of 255 = 59%

136
145
150

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 150 = 431 (100%)
R 136 of 431 ~ 31.55%
G 145 of 431 ~ 33.64%
B 150 of 431 ~ 34.8%

%31.55
%33.64
%34.8

CMYK color model

#889196 color CMYK value is (9,3,0,41).

  • cyan value is 9.33%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(9,3,0,41)
C9M3Y0K41 
(9%,3%,0%,41%)
(0.09/0.03/0.00/0.41)	

CMYK percentages

%9.33
%3.33
%0
%41.18

Codes

Color #889196 in popluar color models

889196
RGB136145150
HSL201°6.25%56.08%
HSB/HSV201°9.33%58.82%
CMYK9.33%3.33%0.00%
41.18%

Color #889196 in popluar number systems.

HEX889196
Decimal136145150
Binary100010001001000110010110
Octal210221226

Shades and tints

Shades of #889196

#889196
(136,145,150)
#7C8489
(124,132,137)
#70777C
(112,119,124)
#646A6F
(100,106,111)
#585D62
(88,93,98)
#4C5055
(76,80,85)
#404348
(64,67,72)
#34363B
(52,54,59)
#28292E
(40,41,46)
#1C1C21
(28,28,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #889196

#889196
(136,145,150)
#929B9F
(146,155,159)
#9CA5A8
(156,165,168)
#A6AFB1
(166,175,177)
#B0B9BA
(176,185,186)
#BAC3C3
(186,195,195)
#C4CDCC
(196,205,204)
#CED7D5
(206,215,213)
#D8E1DE
(216,225,222)
#E2EBE7
(226,235,231)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889196; }

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

This text font color is #889196.


Background Color

.myBgColor { background-color: #889196; }

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

This div background color is #889196.


Border color

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

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

This div border color is #889196.


Opacity

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

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

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

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

This text has shadow with #889196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889196 on black background.


Color preview on white background

This text has color #889196 on white background.



Black color preview on #889196 background

This text has black color on #889196 background.


White color preview on #889196 background

This text has white color on #889196 background.