COLOR #889697

HEX: #889697
RGB: (136,150,151)

Color info

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

RGB color model

#889697 color RGB value is (136,150,151).

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

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 151 of 255 = 59%

136
150
151

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 151 = 437 (100%)
R 136 of 437 ~ 31.12%
G 150 of 437 ~ 34.32%
B 151 of 437 ~ 34.55%

%31.12
%34.32
%34.55

CMYK color model

#889697 color CMYK value is (10,1,0,41).

  • cyan value is 9.93%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(10,1,0,41)
C10M1Y0K41 
(10%,1%,0%,41%)
(0.10/0.01/0.00/0.41)	

CMYK percentages

%9.93
%0.66
%0
%40.78

Codes

Color #889697 in popluar color models

889697
RGB136150151
HSL184°6.73%56.27%
HSB/HSV184°9.93%59.22%
CMYK9.93%0.66%0.00%
40.78%

Color #889697 in popluar number systems.

HEX889697
Decimal136150151
Binary100010001001011010010111
Octal210226227

Shades and tints

Shades of #889697

#889697
(136,150,151)
#7C898A
(124,137,138)
#707C7D
(112,124,125)
#646F70
(100,111,112)
#586263
(88,98,99)
#4C5556
(76,85,86)
#404849
(64,72,73)
#343B3C
(52,59,60)
#282E2F
(40,46,47)
#1C2122
(28,33,34)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #889697

#889697
(136,150,151)
#929FA0
(146,159,160)
#9CA8A9
(156,168,169)
#A6B1B2
(166,177,178)
#B0BABB
(176,186,187)
#BAC3C4
(186,195,196)
#C4CCCD
(196,204,205)
#CED5D6
(206,213,214)
#D8DEDF
(216,222,223)
#E2E7E8
(226,231,232)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889697; }

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

This text font color is #889697.


Background Color

.myBgColor { background-color: #889697; }

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

This div background color is #889697.


Border color

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

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

This div border color is #889697.


Opacity

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

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

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

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

This text has shadow with #889697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889697 on black background.


Color preview on white background

This text has color #889697 on white background.



Black color preview on #889697 background

This text has black color on #889697 background.


White color preview on #889697 background

This text has white color on #889697 background.