COLOR #889B80

HEX: #889B80
RGB: (136,155,128)

Color info

#889B80 contains red, green and blue colors in about the same proportion. Web safe color of #889B80 is #999966 (or #996).

RGB color model

#889B80 color RGB value is (136,155,128).

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

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 128 of 255 = 50%

136
155
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 128 = 419 (100%)
R 136 of 419 ~ 32.46%
G 155 of 419 ~ 36.99%
B 128 of 419 ~ 30.55%

%32.46
%36.99
%30.55

CMYK color model

#889B80 color CMYK value is (12,0,17,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(12,0,17,39)
C12M0Y17K39 
(12%,0%,17%,39%)
(0.12/0.00/0.17/0.39)	

CMYK percentages

%12.26
%0
%17.42
%39.22

Codes

Color #889B80 in popluar color models

889B80
RGB136155128
HSL102°11.89%55.49%
HSB/HSV102°17.42%60.78%
CMYK12.26%0.00%17.42%
39.22%

Color #889B80 in popluar number systems.

HEX889B80
Decimal136155128
Binary100010001001101110000000
Octal210233200

Shades and tints

Shades of #889B80

#889B80
(136,155,128)
#7C8D75
(124,141,117)
#707F6A
(112,127,106)
#64715F
(100,113,95)
#586354
(88,99,84)
#4C5549
(76,85,73)
#40473E
(64,71,62)
#343933
(52,57,51)
#282B28
(40,43,40)
#1C1D1D
(28,29,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #889B80

#889B80
(136,155,128)
#92A48B
(146,164,139)
#9CAD96
(156,173,150)
#A6B6A1
(166,182,161)
#B0BFAC
(176,191,172)
#BAC8B7
(186,200,183)
#C4D1C2
(196,209,194)
#CEDACD
(206,218,205)
#D8E3D8
(216,227,216)
#E2ECE3
(226,236,227)
#ECF5EE
(236,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B80; }

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

This text font color is #889B80.


Background Color

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

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

This div background color is #889B80.


Border color

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

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

This div border color is #889B80.


Opacity

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

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

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

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

This text has shadow with #889B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B80 on black background.


Color preview on white background

This text has color #889B80 on white background.



Black color preview on #889B80 background

This text has black color on #889B80 background.


White color preview on #889B80 background

This text has white color on #889B80 background.