COLOR #89667B

HEX: #89667B
RGB: (137,102,123)

Color info

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

RGB color model

#89667B color RGB value is (137,102,123).

  • red value is 137;
  • green value is 102;
  • blue value is 123.
RGB:
(137,102,123)
(54%,40%,48%)

RGB channels and saturation

R 137 of 255 = 54%
G 102 of 255 = 40%
B 123 of 255 = 48%

137
102
123

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

Portions of RGB colors in percentages

R + G + B =
137 + 102 + 123 = 362 (100%)
R 137 of 362 ~ 37.85%
G 102 of 362 ~ 28.18%
B 123 of 362 ~ 33.98%

%37.85
%28.18
%33.98

CMYK color model

#89667B color CMYK value is (0,26,10,46).

  • cyan value is 0.00%
  • magenta value is 25.55%
  • yellow value is 10.22%
  • key color value is 46.27%
CMYK:
(0,26,10,46)
C0M26Y10K46 
(0%,26%,10%,46%)
(0.00/0.26/0.10/0.46)	

CMYK percentages

%0
%25.55
%10.22
%46.27

Codes

Color #89667B in popluar color models

89667B
RGB137102123
HSL324°14.64%46.86%
HSB/HSV324°25.55%53.73%
CMYK0.00%25.55%10.22%
46.27%

Color #89667B in popluar number systems.

HEX89667B
Decimal137102123
Binary1000100111001101111011
Octal211146173

Shades and tints

Shades of #89667B

#89667B
(137,102,123)
#7D5D70
(125,93,112)
#715465
(113,84,101)
#654B5A
(101,75,90)
#59424F
(89,66,79)
#4D3944
(77,57,68)
#413039
(65,48,57)
#35272E
(53,39,46)
#291E23
(41,30,35)
#1D1518
(29,21,24)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #89667B

#89667B
(137,102,123)
#937387
(147,115,135)
#9D8093
(157,128,147)
#A78D9F
(167,141,159)
#B19AAB
(177,154,171)
#BBA7B7
(187,167,183)
#C5B4C3
(197,180,195)
#CFC1CF
(207,193,207)
#D9CEDB
(217,206,219)
#E3DBE7
(227,219,231)
#EDE8F3
(237,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89667B; }

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

This text font color is #89667B.


Background Color

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

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

This div background color is #89667B.


Border color

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

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

This div border color is #89667B.


Opacity

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

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

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

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

This text has shadow with #89667B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89667B on black background.


Color preview on white background

This text has color #89667B on white background.



Black color preview on #89667B background

This text has black color on #89667B background.


White color preview on #89667B background

This text has white color on #89667B background.