COLOR #89768C

HEX: #89768C
RGB: (137,118,140)

Color info

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

RGB color model

#89768C color RGB value is (137,118,140).

  • red value is 137;
  • green value is 118;
  • blue value is 140.
RGB:
(137,118,140)
(54%,46%,55%)

RGB channels and saturation

R 137 of 255 = 54%
G 118 of 255 = 46%
B 140 of 255 = 55%

137
118
140

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

Portions of RGB colors in percentages

R + G + B =
137 + 118 + 140 = 395 (100%)
R 137 of 395 ~ 34.68%
G 118 of 395 ~ 29.87%
B 140 of 395 ~ 35.44%

%34.68
%29.87
%35.44

CMYK color model

#89768C color CMYK value is (2,16,0,45).

  • cyan value is 2.14%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(2,16,0,45)
C2M16Y0K45 
(2%,16%,0%,45%)
(0.02/0.16/0.00/0.45)	

CMYK percentages

%2.14
%15.71
%0
%45.1

Codes

Color #89768C in popluar color models

89768C
RGB137118140
HSL292°8.73%50.59%
HSB/HSV292°15.71%54.90%
CMYK2.14%15.71%0.00%
45.10%

Color #89768C in popluar number systems.

HEX89768C
Decimal137118140
Binary10001001111011010001100
Octal211166214

Shades and tints

Shades of #89768C

#89768C
(137,118,140)
#7D6C80
(125,108,128)
#716274
(113,98,116)
#655868
(101,88,104)
#594E5C
(89,78,92)
#4D4450
(77,68,80)
#413A44
(65,58,68)
#353038
(53,48,56)
#29262C
(41,38,44)
#1D1C20
(29,28,32)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #89768C

#89768C
(137,118,140)
#938296
(147,130,150)
#9D8EA0
(157,142,160)
#A79AAA
(167,154,170)
#B1A6B4
(177,166,180)
#BBB2BE
(187,178,190)
#C5BEC8
(197,190,200)
#CFCAD2
(207,202,210)
#D9D6DC
(217,214,220)
#E3E2E6
(227,226,230)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89768C color. Also use rgb(137,118,140) instead hex code.

Text Font Color

.myTextColor { color: #89768C; }

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

This text font color is #89768C.


Background Color

.myBgColor { background-color: #89768C; }

<div style="background-color:#89768C">Inner text</div>

This div background color is #89768C.


Border color

.myBorderColor { border: 1px solid #89768C; }

<div style="border:3px solid #89768C">Div</div>

This div border color is #89768C.


Opacity

.myOpacity80 { color: #89768C; opacity: 0.8; }

<p style="color:#89768C;opacity:0.8;">80%</p>

Text with #89768C 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 #89768C;}

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

This text has shadow with #89768C color.

.textShadow {text-shadow: 3px 3px 1px #89768C, 3px 3px 1px red;}

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

This text has shadow with #89768C primary color and red secondary color.


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

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

This text has shadow with #89768C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89768C on black background.


Color preview on white background

This text has color #89768C on white background.



Black color preview on #89768C background

This text has black color on #89768C background.


White color preview on #89768C background

This text has white color on #89768C background.