COLOR #889497

HEX: #889497
RGB: (136,148,151)

Color info

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

RGB color model

#889497 color RGB value is (136,148,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 148 of 255 = 58%
B 151 of 255 = 59%

136
148
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 148 + 151 = 435 (100%)
R 136 of 435 ~ 31.26%
G 148 of 435 ~ 34.02%
B 151 of 435 ~ 34.71%

%31.26
%34.02
%34.71

CMYK color model

#889497 color CMYK value is (10,2,0,41).

  • cyan value is 9.93%
  • magenta value is 1.99%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,2,0,41)
C10M2Y0K41 
(10%,2%,0%,41%)
(0.10/0.02/0.00/0.41)	

CMYK percentages

%9.93
%1.99
%0
%40.78

Codes

Color #889497 in popluar color models

889497
RGB136148151
HSL192°6.73%56.27%
HSB/HSV192°9.93%59.22%
CMYK9.93%1.99%0.00%
40.78%

Color #889497 in popluar number systems.

HEX889497
Decimal136148151
Binary100010001001010010010111
Octal210224227

Shades and tints

Shades of #889497

#889497
(136,148,151)
#7C878A
(124,135,138)
#707A7D
(112,122,125)
#646D70
(100,109,112)
#586063
(88,96,99)
#4C5356
(76,83,86)
#404649
(64,70,73)
#34393C
(52,57,60)
#282C2F
(40,44,47)
#1C1F22
(28,31,34)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #889497

#889497
(136,148,151)
#929DA0
(146,157,160)
#9CA6A9
(156,166,169)
#A6AFB2
(166,175,178)
#B0B8BB
(176,184,187)
#BAC1C4
(186,193,196)
#C4CACD
(196,202,205)
#CED3D6
(206,211,214)
#D8DCDF
(216,220,223)
#E2E5E8
(226,229,232)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889497; }

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

This text font color is #889497.


Background Color

.myBgColor { background-color: #889497; }

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

This div background color is #889497.


Border color

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

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

This div border color is #889497.


Opacity

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

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

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

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

This text has shadow with #889497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889497 on black background.


Color preview on white background

This text has color #889497 on white background.



Black color preview on #889497 background

This text has black color on #889497 background.


White color preview on #889497 background

This text has white color on #889497 background.