COLOR #89678D

HEX: #89678D
RGB: (137,103,141)

Color info

#89678D contains red, green and blue colors in about the same proportion. Web safe color of #89678D is #996699 (or #969).

RGB color model

#89678D color RGB value is (137,103,141).

  • red value is 137;
  • green value is 103;
  • blue value is 141.
RGB:
(137,103,141)
(54%,40%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 103 of 255 = 40%
B 141 of 255 = 55%

137
103
141

R + G + B ~ 50%. #89678D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 103 + 141 = 381 (100%)
R 137 of 381 ~ 35.96%
G 103 of 381 ~ 27.03%
B 141 of 381 ~ 37.01%

%35.96
%27.03
%37.01

CMYK color model

#89678D color CMYK value is (3,27,0,45).

  • cyan value is 2.84%
  • magenta value is 26.95%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(3,27,0,45)
C3M27Y0K45 
(3%,27%,0%,45%)
(0.03/0.27/0.00/0.45)	

CMYK percentages

%2.84
%26.95
%0
%44.71

Codes

Color #89678D in popluar color models

89678D
RGB137103141
HSL294°15.57%47.84%
HSB/HSV294°26.95%55.29%
CMYK2.84%26.95%0.00%
44.71%

Color #89678D in popluar number systems.

HEX89678D
Decimal137103141
Binary10001001110011110001101
Octal211147215

Shades and tints

Shades of #89678D

#89678D
(137,103,141)
#7D5E81
(125,94,129)
#715575
(113,85,117)
#654C69
(101,76,105)
#59435D
(89,67,93)
#4D3A51
(77,58,81)
#413145
(65,49,69)
#352839
(53,40,57)
#291F2D
(41,31,45)
#1D1621
(29,22,33)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #89678D

#89678D
(137,103,141)
#937497
(147,116,151)
#9D81A1
(157,129,161)
#A78EAB
(167,142,171)
#B19BB5
(177,155,181)
#BBA8BF
(187,168,191)
#C5B5C9
(197,181,201)
#CFC2D3
(207,194,211)
#D9CFDD
(217,207,221)
#E3DCE7
(227,220,231)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89678D color. Also use rgb(137,103,141) instead hex code.

Text Font Color

.myTextColor { color: #89678D; }

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

This text font color is #89678D.


Background Color

.myBgColor { background-color: #89678D; }

<div style="background-color:#89678D">Inner text</div>

This div background color is #89678D.


Border color

.myBorderColor { border: 1px solid #89678D; }

<div style="border:3px solid #89678D">Div</div>

This div border color is #89678D.


Opacity

.myOpacity80 { color: #89678D; opacity: 0.8; }

<p style="color:#89678D;opacity:0.8;">80%</p>

Text with #89678D 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 #89678D;}

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

This text has shadow with #89678D color.

.textShadow {text-shadow: 3px 3px 1px #89678D, 3px 3px 1px red;}

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

This text has shadow with #89678D primary color and red secondary color.


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

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

This text has shadow with #89678D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89678D on black background.


Color preview on white background

This text has color #89678D on white background.



Black color preview on #89678D background

This text has black color on #89678D background.


White color preview on #89678D background

This text has white color on #89678D background.