COLOR #897989

HEX: #897989
RGB: (137,121,137)

Color info

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

RGB color model

#897989 color RGB value is (137,121,137).

  • red value is 137;
  • green value is 121;
  • blue value is 137.
RGB:
(137,121,137)
(54%,47%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 137 of 255 = 54%

137
121
137

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

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 137 = 395 (100%)
R 137 of 395 ~ 34.68%
G 121 of 395 ~ 30.63%
B 137 of 395 ~ 34.68%

%34.68
%30.63
%34.68

CMYK color model

#897989 color CMYK value is (0,12,0,46).

  • cyan value is 0.00%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(0,12,0,46)
C0M12Y0K46 
(0%,12%,0%,46%)
(0.00/0.12/0.00/0.46)	

CMYK percentages

%0
%11.68
%0
%46.27

Codes

Color #897989 in popluar color models

897989
RGB137121137
HSL300°6.35%50.59%
HSB/HSV300°11.68%53.73%
CMYK0.00%11.68%0.00%
46.27%

Color #897989 in popluar number systems.

HEX897989
Decimal137121137
Binary10001001111100110001001
Octal211171211

Shades and tints

Shades of #897989

#897989
(137,121,137)
#7D6E7D
(125,110,125)
#716371
(113,99,113)
#655865
(101,88,101)
#594D59
(89,77,89)
#4D424D
(77,66,77)
#413741
(65,55,65)
#352C35
(53,44,53)
#292129
(41,33,41)
#1D161D
(29,22,29)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #897989

#897989
(137,121,137)
#938593
(147,133,147)
#9D919D
(157,145,157)
#A79DA7
(167,157,167)
#B1A9B1
(177,169,177)
#BBB5BB
(187,181,187)
#C5C1C5
(197,193,197)
#CFCDCF
(207,205,207)
#D9D9D9
(217,217,217)
#E3E5E3
(227,229,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897989 color. Also use rgb(137,121,137) instead hex code.

Text Font Color

.myTextColor { color: #897989; }

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

This text font color is #897989.


Background Color

.myBgColor { background-color: #897989; }

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

This div background color is #897989.


Border color

.myBorderColor { border: 1px solid #897989; }

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

This div border color is #897989.


Opacity

.myOpacity80 { color: #897989; opacity: 0.8; }

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

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

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

This text has shadow with #897989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897989 on black background.


Color preview on white background

This text has color #897989 on white background.



Black color preview on #897989 background

This text has black color on #897989 background.


White color preview on #897989 background

This text has white color on #897989 background.