COLOR #89648B

HEX: #89648B
RGB: (137,100,139)

Color info

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

RGB color model

#89648B color RGB value is (137,100,139).

  • red value is 137;
  • green value is 100;
  • blue value is 139.
RGB:
(137,100,139)
(54%,39%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 139 of 255 = 55%

137
100
139

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 139 = 376 (100%)
R 137 of 376 ~ 36.44%
G 100 of 376 ~ 26.6%
B 139 of 376 ~ 36.97%

%36.44
%26.6
%36.97

CMYK color model

#89648B color CMYK value is (1,28,0,45).

  • cyan value is 1.44%
  • magenta value is 28.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(1,28,0,45)
C1M28Y0K45 
(1%,28%,0%,45%)
(0.01/0.28/0.00/0.45)	

CMYK percentages

%1.44
%28.06
%0
%45.49

Codes

Color #89648B in popluar color models

89648B
RGB137100139
HSL297°16.32%46.86%
HSB/HSV297°28.06%54.51%
CMYK1.44%28.06%0.00%
45.49%

Color #89648B in popluar number systems.

HEX89648B
Decimal137100139
Binary10001001110010010001011
Octal211144213

Shades and tints

Shades of #89648B

#89648B
(137,100,139)
#7D5B7F
(125,91,127)
#715273
(113,82,115)
#654967
(101,73,103)
#59405B
(89,64,91)
#4D374F
(77,55,79)
#412E43
(65,46,67)
#352537
(53,37,55)
#291C2B
(41,28,43)
#1D131F
(29,19,31)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #89648B

#89648B
(137,100,139)
#937295
(147,114,149)
#9D809F
(157,128,159)
#A78EA9
(167,142,169)
#B19CB3
(177,156,179)
#BBAABD
(187,170,189)
#C5B8C7
(197,184,199)
#CFC6D1
(207,198,209)
#D9D4DB
(217,212,219)
#E3E2E5
(227,226,229)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89648B color. Also use rgb(137,100,139) instead hex code.

Text Font Color

.myTextColor { color: #89648B; }

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

This text font color is #89648B.


Background Color

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

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

This div background color is #89648B.


Border color

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

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

This div border color is #89648B.


Opacity

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

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

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

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

This text has shadow with #89648B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89648B on black background.


Color preview on white background

This text has color #89648B on white background.



Black color preview on #89648B background

This text has black color on #89648B background.


White color preview on #89648B background

This text has white color on #89648B background.