COLOR #889D8A

HEX: #889D8A
RGB: (136,157,138)

Color info

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

RGB color model

#889D8A color RGB value is (136,157,138).

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

RGB channels and saturation

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

136
157
138

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

Portions of RGB colors in percentages

R + G + B =
136 + 157 + 138 = 431 (100%)
R 136 of 431 ~ 31.55%
G 157 of 431 ~ 36.43%
B 138 of 431 ~ 32.02%

%31.55
%36.43
%32.02

CMYK color model

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

  • cyan value is 13.38%
  • magenta value is 0.00%
  • yellow value is 12.10%
  • key color value is 38.43%
CMYK:
(13,0,12,38)
C13M0Y12K38 
(13%,0%,12%,38%)
(0.13/0.00/0.12/0.38)	

CMYK percentages

%13.38
%0
%12.1
%38.43

Codes

Color #889D8A in popluar color models

889D8A
RGB136157138
HSL126°9.68%57.45%
HSB/HSV126°13.38%61.57%
CMYK13.38%0.00%12.10%
38.43%

Color #889D8A in popluar number systems.

HEX889D8A
Decimal136157138
Binary100010001001110110001010
Octal210235212

Shades and tints

Shades of #889D8A

#889D8A
(136,157,138)
#7C8F7E
(124,143,126)
#708172
(112,129,114)
#647366
(100,115,102)
#58655A
(88,101,90)
#4C574E
(76,87,78)
#404942
(64,73,66)
#343B36
(52,59,54)
#282D2A
(40,45,42)
#1C1F1E
(28,31,30)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #889D8A

#889D8A
(136,157,138)
#92A594
(146,165,148)
#9CAD9E
(156,173,158)
#A6B5A8
(166,181,168)
#B0BDB2
(176,189,178)
#BAC5BC
(186,197,188)
#C4CDC6
(196,205,198)
#CED5D0
(206,213,208)
#D8DDDA
(216,221,218)
#E2E5E4
(226,229,228)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889D8A; }

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

This text font color is #889D8A.


Background Color

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

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

This div background color is #889D8A.


Border color

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

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

This div border color is #889D8A.


Opacity

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

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

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

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

This text has shadow with #889D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889D8A on black background.


Color preview on white background

This text has color #889D8A on white background.



Black color preview on #889D8A background

This text has black color on #889D8A background.


White color preview on #889D8A background

This text has white color on #889D8A background.