COLOR #89907E

HEX: #89907E RGB: (137,144,126)

Color info

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

RGB color model

#89907E color RGB value is (137,144,126).

RGB: (137,144,126) (54%, 56%, 49%)

RGB channels and saturation

R 137 of 255 = 54%
G 144 of 255 = 56%
B 126 of 255 = 49%

137
144
126

R + G + B ~ 53%. #89907E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 144 + 126 = 407 (100%)
R 137 of 407 ~ 33.66%
G 144 of 407 ~ 35.38%
B 126 of 407 ~ 30.96'%

%33.66
%35.38
%30.96

CMYK color model

#89907E color CMYK value is (5,0,13,44).

  • cyan value is 4.86%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 43.53%

CMYK: (5,0,13,44)
C5M0Y13K44 (5%, 0%, 13%, 44%)
(0.05 / 0.00 / 0.13 / 0.44)

CMYK percentages

%4.86
%0
%12.5
%43.53

Codes

Color #89907E in popluar color models

89 90 7E
RGB 137 144 126
HSL 83° 7.50% 52.94%
HSB/HSV 83° 12.50% 56.47%
CMYK 4.86% 0.00% 12.50%
43.53%

Color #89907E in popluar number systems.

HEX 89 90 7E
Decimal 137 144 126
Binary 10001001 10010000 1111110
Octal 211 220 176

Shades and tints

Shades of #89907E

#89907E
(137,144,126)
#7D8373
(125,131,115)
#717668
(113,118,104)
#65695D
(101,105,93)
#595C52
(89,92,82)
#4D4F47
(77,79,71)
#41423C
(65,66,60)
#353531
(53,53,49)
#292826
(41,40,38)
#1D1B1B
(29,27,27)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #89907E

#89907E
(137,144,126)
#939A89
(147,154,137)
#9DA494
(157,164,148)
#A7AE9F
(167,174,159)
#B1B8AA
(177,184,170)
#BBC2B5
(187,194,181)
#C5CCC0
(197,204,192)
#CFD6CB
(207,214,203)
#D9E0D6
(217,224,214)
#E3EAE1
(227,234,225)
#EDF4EC
(237,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89907E color. Also use rgb(137,144,126) instead hex code.

Text Font Color

.myTextColor { color: #89907E; }

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

This text font color is #89907E.

Background Color

.myBgColor { background-color: #89907E; }

<div style="background-color:#89907E">Inner text</div>

This div background color is #89907E.

Border color

.myBorderColor { border: 1px solid #89907E; }

<div style="border:3px solid #89907E">Div</div>

This div border color is #89907E.

Opacity

.myOpacity80 { color: #89907E; opacity: 0.8; }

<p style="color:#89907E;opacity:0.8;">80%</p>

Text with #89907E 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 #89907E;}

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

This text has shadow with #89907E color.


.textShadow {text-shadow: 3px 3px 1px #89907E', 3px 3px 1px red;}

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

This text has shadow with #89907E primary color and red secondary color.


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

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

This text has shadow with #89907E and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89907E; -webkit-box-shadow: 1px 1px 3px 2px #89907E; box-shadow:1px 1px 3px 2px #89907E;">
Div content here
</div>

This div box has shadow with color #89907E.

Preview

Color preview on black background

This text has color #89907E on black background.


Color preview on white background

This text has color #89907E on white background.


Black color preview on #89907E background

This text has black color on #89907E background.


White color preview on #89907E background

This text has white color on #89907E background.


Related colors

Complementary color

Complementary color for #hex is #766F81.


I love getcolorcode.com

Triadic colors

1 #7E8990 and #907E89 with #89907E are triadic colors.

2 #7E9089 and #90897E with #89907E are triadic colors.