COLOR #889E7B

HEX: #889E7B
RGB: (136,158,123)

Color info

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

RGB color model

#889E7B color RGB value is (136,158,123).

  • red value is 136;
  • green value is 158;
  • blue value is 123.
RGB:
(136,158,123)
(53%,62%,48%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 123 of 255 = 48%

136
158
123

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 123 = 417 (100%)
R 136 of 417 ~ 32.61%
G 158 of 417 ~ 37.89%
B 123 of 417 ~ 29.5%

%32.61
%37.89
%29.5

CMYK color model

#889E7B color CMYK value is (14,0,22,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 22.15%
  • key color value is 38.04%
CMYK:
(14,0,22,38)
C14M0Y22K38 
(14%,0%,22%,38%)
(0.14/0.00/0.22/0.38)	

CMYK percentages

%13.92
%0
%22.15
%38.04

Codes

Color #889E7B in popluar color models

889E7B
RGB136158123
HSL98°15.28%55.10%
HSB/HSV98°22.15%61.96%
CMYK13.92%0.00%22.15%
38.04%

Color #889E7B in popluar number systems.

HEX889E7B
Decimal136158123
Binary10001000100111101111011
Octal210236173

Shades and tints

Shades of #889E7B

#889E7B
(136,158,123)
#7C9070
(124,144,112)
#708265
(112,130,101)
#64745A
(100,116,90)
#58664F
(88,102,79)
#4C5844
(76,88,68)
#404A39
(64,74,57)
#343C2E
(52,60,46)
#282E23
(40,46,35)
#1C2018
(28,32,24)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #889E7B

#889E7B
(136,158,123)
#92A687
(146,166,135)
#9CAE93
(156,174,147)
#A6B69F
(166,182,159)
#B0BEAB
(176,190,171)
#BAC6B7
(186,198,183)
#C4CEC3
(196,206,195)
#CED6CF
(206,214,207)
#D8DEDB
(216,222,219)
#E2E6E7
(226,230,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889E7B color. Also use rgb(136,158,123) instead hex code.

Text Font Color

.myTextColor { color: #889E7B; }

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

This text font color is #889E7B.


Background Color

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

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

This div background color is #889E7B.


Border color

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

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

This div border color is #889E7B.


Opacity

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

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

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

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

This text has shadow with #889E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E7B on black background.


Color preview on white background

This text has color #889E7B on white background.



Black color preview on #889E7B background

This text has black color on #889E7B background.


White color preview on #889E7B background

This text has white color on #889E7B background.