COLOR #889D80

HEX: #889D80
RGB: (136,157,128)

Color info

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

RGB color model

#889D80 color RGB value is (136,157,128).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 128 of 255 = 50%

136
157
128

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 128 = 421 (100%)
R 136 of 421 ~ 32.3%
G 157 of 421 ~ 37.29%
B 128 of 421 ~ 30.4%

%32.3
%37.29
%30.4

CMYK color model

#889D80 color CMYK value is (13,0,18,38).

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 18.47%
  • key color value is 38.43%
CMYK:
(13,0,18,38)
C13M0Y18K38 
(13%,0%,18%,38%)
(0.13/0.00/0.18/0.38)	

CMYK percentages

%13.38
%0
%18.47
%38.43

Codes

Color #889D80 in popluar color models

889D80
RGB136157128
HSL103°12.89%55.88%
HSB/HSV103°18.47%61.57%
CMYK13.38%0.00%18.47%
38.43%

Color #889D80 in popluar number systems.

HEX889D80
Decimal136157128
Binary100010001001110110000000
Octal210235200

Shades and tints

Shades of #889D80

#889D80
(136,157,128)
#7C8F75
(124,143,117)
#70816A
(112,129,106)
#64735F
(100,115,95)
#586554
(88,101,84)
#4C5749
(76,87,73)
#40493E
(64,73,62)
#343B33
(52,59,51)
#282D28
(40,45,40)
#1C1F1D
(28,31,29)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #889D80

#889D80
(136,157,128)
#92A58B
(146,165,139)
#9CAD96
(156,173,150)
#A6B5A1
(166,181,161)
#B0BDAC
(176,189,172)
#BAC5B7
(186,197,183)
#C4CDC2
(196,205,194)
#CED5CD
(206,213,205)
#D8DDD8
(216,221,216)
#E2E5E3
(226,229,227)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D80; }

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

This text font color is #889D80.


Background Color

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

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

This div background color is #889D80.


Border color

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

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

This div border color is #889D80.


Opacity

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

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

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

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

This text has shadow with #889D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D80 on black background.


Color preview on white background

This text has color #889D80 on white background.



Black color preview on #889D80 background

This text has black color on #889D80 background.


White color preview on #889D80 background

This text has white color on #889D80 background.