COLOR #889B7E

HEX: #889B7E
RGB: (136,155,126)

Color info

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

RGB color model

#889B7E color RGB value is (136,155,126).

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

RGB channels and saturation

R 136 of 255 = 53%
G 155 of 255 = 61%
B 126 of 255 = 49%

136
155
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 155 + 126 = 417 (100%)
R 136 of 417 ~ 32.61%
G 155 of 417 ~ 37.17%
B 126 of 417 ~ 30.22%

%32.61
%37.17
%30.22

CMYK color model

#889B7E color CMYK value is (12,0,19,39).

  • cyan value is 12.26%
  • magenta value is 0.00%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(12,0,19,39)
C12M0Y19K39 
(12%,0%,19%,39%)
(0.12/0.00/0.19/0.39)	

CMYK percentages

%12.26
%0
%18.71
%39.22

Codes

Color #889B7E in popluar color models

889B7E
RGB136155126
HSL99°12.66%55.10%
HSB/HSV99°18.71%60.78%
CMYK12.26%0.00%18.71%
39.22%

Color #889B7E in popluar number systems.

HEX889B7E
Decimal136155126
Binary10001000100110111111110
Octal210233176

Shades and tints

Shades of #889B7E

#889B7E
(136,155,126)
#7C8D73
(124,141,115)
#707F68
(112,127,104)
#64715D
(100,113,93)
#586352
(88,99,82)
#4C5547
(76,85,71)
#40473C
(64,71,60)
#343931
(52,57,49)
#282B26
(40,43,38)
#1C1D1B
(28,29,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #889B7E

#889B7E
(136,155,126)
#92A489
(146,164,137)
#9CAD94
(156,173,148)
#A6B69F
(166,182,159)
#B0BFAA
(176,191,170)
#BAC8B5
(186,200,181)
#C4D1C0
(196,209,192)
#CEDACB
(206,218,203)
#D8E3D6
(216,227,214)
#E2ECE1
(226,236,225)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889B7E; }

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

This text font color is #889B7E.


Background Color

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

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

This div background color is #889B7E.


Border color

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

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

This div border color is #889B7E.


Opacity

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

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

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

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

This text has shadow with #889B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889B7E on black background.


Color preview on white background

This text has color #889B7E on white background.



Black color preview on #889B7E background

This text has black color on #889B7E background.


White color preview on #889B7E background

This text has white color on #889B7E background.