COLOR #889E7E

HEX: #889E7E
RGB: (136,158,126)

Color info

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

RGB color model

#889E7E color RGB value is (136,158,126).

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

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 126 of 255 = 49%

136
158
126

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 126 = 420 (100%)
R 136 of 420 ~ 32.38%
G 158 of 420 ~ 37.62%
B 126 of 420 ~ 30%

%32.38
%37.62
%30

CMYK color model

#889E7E color CMYK value is (14,0,20,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 38.04%
CMYK:
(14,0,20,38)
C14M0Y20K38 
(14%,0%,20%,38%)
(0.14/0.00/0.20/0.38)	

CMYK percentages

%13.92
%0
%20.25
%38.04

Codes

Color #889E7E in popluar color models

889E7E
RGB136158126
HSL101°14.16%55.69%
HSB/HSV101°20.25%61.96%
CMYK13.92%0.00%20.25%
38.04%

Color #889E7E in popluar number systems.

HEX889E7E
Decimal136158126
Binary10001000100111101111110
Octal210236176

Shades and tints

Shades of #889E7E

#889E7E
(136,158,126)
#7C9073
(124,144,115)
#708268
(112,130,104)
#64745D
(100,116,93)
#586652
(88,102,82)
#4C5847
(76,88,71)
#404A3C
(64,74,60)
#343C31
(52,60,49)
#282E26
(40,46,38)
#1C201B
(28,32,27)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #889E7E

#889E7E
(136,158,126)
#92A689
(146,166,137)
#9CAE94
(156,174,148)
#A6B69F
(166,182,159)
#B0BEAA
(176,190,170)
#BAC6B5
(186,198,181)
#C4CEC0
(196,206,192)
#CED6CB
(206,214,203)
#D8DED6
(216,222,214)
#E2E6E1
(226,230,225)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889E7E; }

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

This text font color is #889E7E.


Background Color

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

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

This div background color is #889E7E.


Border color

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

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

This div border color is #889E7E.


Opacity

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

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

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

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

This text has shadow with #889E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E7E on black background.


Color preview on white background

This text has color #889E7E on white background.



Black color preview on #889E7E background

This text has black color on #889E7E background.


White color preview on #889E7E background

This text has white color on #889E7E background.