COLOR #889691

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
150
145

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

Portions of RGB colors in percentages

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

%31.55
%34.8
%33.64

CMYK color model

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

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

CMYK percentages

%9.33
%0
%3.33
%41.18

Codes

Color #889691 in popluar color models

889691
RGB136150145
HSL159°6.25%56.08%
HSB/HSV159°9.33%58.82%
CMYK9.33%0.00%3.33%
41.18%

Color #889691 in popluar number systems.

HEX889691
Decimal136150145
Binary100010001001011010010001
Octal210226221

Shades and tints

Shades of #889691

#889691
(136,150,145)
#7C8984
(124,137,132)
#707C77
(112,124,119)
#646F6A
(100,111,106)
#58625D
(88,98,93)
#4C5550
(76,85,80)
#404843
(64,72,67)
#343B36
(52,59,54)
#282E29
(40,46,41)
#1C211C
(28,33,28)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #889691

#889691
(136,150,145)
#929F9B
(146,159,155)
#9CA8A5
(156,168,165)
#A6B1AF
(166,177,175)
#B0BAB9
(176,186,185)
#BAC3C3
(186,195,195)
#C4CCCD
(196,204,205)
#CED5D7
(206,213,215)
#D8DEE1
(216,222,225)
#E2E7EB
(226,231,235)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889691; }

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

This text font color is #889691.


Background Color

.myBgColor { background-color: #889691; }

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

This div background color is #889691.


Border color

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

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

This div border color is #889691.


Opacity

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

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

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

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

This text has shadow with #889691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889691 on black background.


Color preview on white background

This text has color #889691 on white background.



Black color preview on #889691 background

This text has black color on #889691 background.


White color preview on #889691 background

This text has white color on #889691 background.