COLOR #89687B

HEX: #89687B RGB: (137,104,123)

Color info

#89687B contains red, green and blue colors in about the same proportion. Web safe color of #89687B is #996666 (or #966).

RGB color model

#89687B color RGB value is (137,104,123).

RGB: (137,104,123) (54%, 41%, 48%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 123 of 255 = 48%

137
104
123

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

Portions of RGB colors in percentages

R + G + B = 137 + 104 + 123 = 364 (100%)
R 137 of 364 ~ 37.64%
G 104 of 364 ~ 28.57%
B 123 of 364 ~ 33.79'%

%37.64
%28.57
%33.79

CMYK color model

#89687B color CMYK value is (0,24,10,46).

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

CMYK: (0,24,10,46)
C0M24Y10K46 (0%, 24%, 10%, 46%)
(0.00 / 0.24 / 0.10 / 0.46)

CMYK percentages

%0
%24.09
%10.22
%46.27

Codes

Color #89687B in popluar color models

89 68 7B
RGB 137 104 123
HSL 325° 13.69% 47.25%
HSB/HSV 325° 24.09% 53.73%
CMYK 0.00% 24.09% 10.22%
46.27%

Color #89687B in popluar number systems.

HEX 89 68 7B
Decimal 137 104 123
Binary 10001001 1101000 1111011
Octal 211 150 173

Shades and tints

Shades of #89687B

#89687B
(137,104,123)
#7D5F70
(125,95,112)
#715665
(113,86,101)
#654D5A
(101,77,90)
#59444F
(89,68,79)
#4D3B44
(77,59,68)
#413239
(65,50,57)
#35292E
(53,41,46)
#292023
(41,32,35)
#1D1718
(29,23,24)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #89687B

#89687B
(137,104,123)
#937587
(147,117,135)
#9D8293
(157,130,147)
#A78F9F
(167,143,159)
#B19CAB
(177,156,171)
#BBA9B7
(187,169,183)
#C5B6C3
(197,182,195)
#CFC3CF
(207,195,207)
#D9D0DB
(217,208,219)
#E3DDE7
(227,221,231)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89687B; }

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

This text font color is #89687B.

Background Color

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

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

This div background color is #89687B.

Border color

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

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

This div border color is #89687B.

Opacity

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

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

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

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

This text has shadow with #89687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89687B.

Preview

Color preview on black background

This text has color #89687B on black background.


Color preview on white background

This text has color #89687B on white background.


Black color preview on #89687B background

This text has black color on #89687B background.


White color preview on #89687B background

This text has white color on #89687B background.


Related colors

Complementary color

Complementary color for #hex is #769784.


I love getcolorcode.com

Triadic colors

1 #7B8968 and #687B89 with #89687B are triadic colors.

2 #7B6889 and #68897B with #89687B are triadic colors.