COLOR #889D89

HEX: #889D89
RGB: (136,157,137)

Color info

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

RGB color model

#889D89 color RGB value is (136,157,137).

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

RGB channels and saturation

R 136 of 255 = 53%
G 157 of 255 = 62%
B 137 of 255 = 54%

136
157
137

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 137 = 430 (100%)
R 136 of 430 ~ 31.63%
G 157 of 430 ~ 36.51%
B 137 of 430 ~ 31.86%

%31.63
%36.51
%31.86

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 38.43%
CMYK:
(13,0,13,38)
C13M0Y13K38 
(13%,0%,13%,38%)
(0.13/0.00/0.13/0.38)	

CMYK percentages

%13.38
%0
%12.74
%38.43

Codes

Color #889D89 in popluar color models

889D89
RGB136157137
HSL123°9.68%57.45%
HSB/HSV123°13.38%61.57%
CMYK13.38%0.00%12.74%
38.43%

Color #889D89 in popluar number systems.

HEX889D89
Decimal136157137
Binary100010001001110110001001
Octal210235211

Shades and tints

Shades of #889D89

#889D89
(136,157,137)
#7C8F7D
(124,143,125)
#708171
(112,129,113)
#647365
(100,115,101)
#586559
(88,101,89)
#4C574D
(76,87,77)
#404941
(64,73,65)
#343B35
(52,59,53)
#282D29
(40,45,41)
#1C1F1D
(28,31,29)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #889D89

#889D89
(136,157,137)
#92A593
(146,165,147)
#9CAD9D
(156,173,157)
#A6B5A7
(166,181,167)
#B0BDB1
(176,189,177)
#BAC5BB
(186,197,187)
#C4CDC5
(196,205,197)
#CED5CF
(206,213,207)
#D8DDD9
(216,221,217)
#E2E5E3
(226,229,227)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D89; }

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

This text font color is #889D89.


Background Color

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

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

This div background color is #889D89.


Border color

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

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

This div border color is #889D89.


Opacity

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

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

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

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

This text has shadow with #889D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D89 on black background.


Color preview on white background

This text has color #889D89 on white background.



Black color preview on #889D89 background

This text has black color on #889D89 background.


White color preview on #889D89 background

This text has white color on #889D89 background.