COLOR #889197

HEX: #889197
RGB: (136,145,151)

Color info

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

RGB color model

#889197 color RGB value is (136,145,151).

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

RGB channels and saturation

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

136
145
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 145 + 151 = 432 (100%)
R 136 of 432 ~ 31.48%
G 145 of 432 ~ 33.56%
B 151 of 432 ~ 34.95%

%31.48
%33.56
%34.95

CMYK color model

#889197 color CMYK value is (10,4,0,41).

  • cyan value is 9.93%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,4,0,41)
C10M4Y0K41 
(10%,4%,0%,41%)
(0.10/0.04/0.00/0.41)	

CMYK percentages

%9.93
%3.97
%0
%40.78

Codes

Color #889197 in popluar color models

889197
RGB136145151
HSL204°6.73%56.27%
HSB/HSV204°9.93%59.22%
CMYK9.93%3.97%0.00%
40.78%

Color #889197 in popluar number systems.

HEX889197
Decimal136145151
Binary100010001001000110010111
Octal210221227

Shades and tints

Shades of #889197

#889197
(136,145,151)
#7C848A
(124,132,138)
#70777D
(112,119,125)
#646A70
(100,106,112)
#585D63
(88,93,99)
#4C5056
(76,80,86)
#404349
(64,67,73)
#34363C
(52,54,60)
#28292F
(40,41,47)
#1C1C22
(28,28,34)
#100F15
(16,15,21)
#000000
(0,0,0)

Tints of #889197

#889197
(136,145,151)
#929BA0
(146,155,160)
#9CA5A9
(156,165,169)
#A6AFB2
(166,175,178)
#B0B9BB
(176,185,187)
#BAC3C4
(186,195,196)
#C4CDCD
(196,205,205)
#CED7D6
(206,215,214)
#D8E1DF
(216,225,223)
#E2EBE8
(226,235,232)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889197; }

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

This text font color is #889197.


Background Color

.myBgColor { background-color: #889197; }

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

This div background color is #889197.


Border color

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

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

This div border color is #889197.


Opacity

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

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

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

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

This text has shadow with #889197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889197 on black background.


Color preview on white background

This text has color #889197 on white background.



Black color preview on #889197 background

This text has black color on #889197 background.


White color preview on #889197 background

This text has white color on #889197 background.