COLOR #889B96

HEX: #889B96
RGB: (136,155,150)

Color info

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

RGB color model

#889B96 color RGB value is (136,155,150).

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

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 150 of 255 = 59%

136
155
150

R + G + B ~ 58%. #889B96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 150 = 441 (100%)
R 136 of 441 ~ 30.84%
G 155 of 441 ~ 35.15%
B 150 of 441 ~ 34.01%

%30.84
%35.15
%34.01

CMYK color model

#889B96 color CMYK value is (12,0,3,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 39.22%
CMYK:
(12,0,3,39)
C12M0Y3K39 
(12%,0%,3%,39%)
(0.12/0.00/0.03/0.39)	

CMYK percentages

%12.26
%0
%3.23
%39.22

Codes

Color #889B96 in popluar color models

889B96
RGB136155150
HSL164°8.68%57.06%
HSB/HSV164°12.26%60.78%
CMYK12.26%0.00%3.23%
39.22%

Color #889B96 in popluar number systems.

HEX889B96
Decimal136155150
Binary100010001001101110010110
Octal210233226

Shades and tints

Shades of #889B96

#889B96
(136,155,150)
#7C8D89
(124,141,137)
#707F7C
(112,127,124)
#64716F
(100,113,111)
#586362
(88,99,98)
#4C5555
(76,85,85)
#404748
(64,71,72)
#34393B
(52,57,59)
#282B2E
(40,43,46)
#1C1D21
(28,29,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #889B96

#889B96
(136,155,150)
#92A49F
(146,164,159)
#9CADA8
(156,173,168)
#A6B6B1
(166,182,177)
#B0BFBA
(176,191,186)
#BAC8C3
(186,200,195)
#C4D1CC
(196,209,204)
#CEDAD5
(206,218,213)
#D8E3DE
(216,227,222)
#E2ECE7
(226,236,231)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B96; }

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

This text font color is #889B96.


Background Color

.myBgColor { background-color: #889B96; }

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

This div background color is #889B96.


Border color

.myBorderColor { border: 1px solid #889B96; }

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

This div border color is #889B96.


Opacity

.myOpacity80 { color: #889B96; opacity: 0.8; }

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

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

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

This text has shadow with #889B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B96 on black background.


Color preview on white background

This text has color #889B96 on white background.



Black color preview on #889B96 background

This text has black color on #889B96 background.


White color preview on #889B96 background

This text has white color on #889B96 background.