COLOR #89867B

HEX: #89867B RGB: (137,134,123)

Color info

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

RGB color model

#89867B color RGB value is (137,134,123).

RGB: (137,134,123) (54%, 53%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 134 of 255 = 53%
B 123 of 255 = 48%

137
134
123

R + G + B ~ 52%. #89867B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 134 + 123 = 394 (100%)
R 137 of 394 ~ 34.77%
G 134 of 394 ~ 34.01%
B 123 of 394 ~ 31.22'%

%34.77
%34.01
%31.22

CMYK color model

#89867B color CMYK value is (0,2,10,46).

  • cyan value is 0.00%
  • magenta value is 2.19%
  • yellow value is 10.22%
  • key color value is 46.27%

CMYK: (0,2,10,46)
C0M2Y10K46 (0%, 2%, 10%, 46%)
(0.00 / 0.02 / 0.10 / 0.46)

CMYK percentages

%0
%2.19
%10.22
%46.27

Codes

Color #89867B in popluar color models

89 86 7B
RGB 137 134 123
HSL 47° 5.60% 50.98%
HSB/HSV 47° 10.22% 53.73%
CMYK 0.00% 2.19% 10.22%
46.27%

Color #89867B in popluar number systems.

HEX 89 86 7B
Decimal 137 134 123
Binary 10001001 10000110 1111011
Octal 211 206 173

Shades and tints

Shades of #89867B

#89867B
(137,134,123)
#7D7A70
(125,122,112)
#716E65
(113,110,101)
#65625A
(101,98,90)
#59564F
(89,86,79)
#4D4A44
(77,74,68)
#413E39
(65,62,57)
#35322E
(53,50,46)
#292623
(41,38,35)
#1D1A18
(29,26,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #89867B

#89867B
(137,134,123)
#939187
(147,145,135)
#9D9C93
(157,156,147)
#A7A79F
(167,167,159)
#B1B2AB
(177,178,171)
#BBBDB7
(187,189,183)
#C5C8C3
(197,200,195)
#CFD3CF
(207,211,207)
#D9DEDB
(217,222,219)
#E3E9E7
(227,233,231)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89867B color. Also use rgb(137,134,123) instead hex code.

Text Font Color

.myTextColor { color: #89867B; }

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

This text font color is #89867B.

Background Color

.myBgColor { background-color: #89867B; }

<div style="background-color:#89867B">Inner text</div>

This div background color is #89867B.

Border color

.myBorderColor { border: 1px solid #89867B; }

<div style="border:3px solid #89867B">Div</div>

This div border color is #89867B.

Opacity

.myOpacity80 { color: #89867B; opacity: 0.8; }

<p style="color:#89867B;opacity:0.8;">80%</p>

Text with #89867B 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 #89867B;}

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

This text has shadow with #89867B color.


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

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

This text has shadow with #89867B primary color and red secondary color.


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

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

This text has shadow with #89867B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89867B.

Preview

Color preview on black background

This text has color #89867B on black background.


Color preview on white background

This text has color #89867B on white background.


Black color preview on #89867B background

This text has black color on #89867B background.


White color preview on #89867B background

This text has white color on #89867B background.


Related colors

Complementary color

Complementary color for #hex is #767984.


I love getcolorcode.com

Triadic colors

1 #7B8986 and #867B89 with #89867B are triadic colors.

2 #7B8689 and #86897B with #89867B are triadic colors.