COLOR #897A8A

HEX: #897A8A
RGB: (137,122,138)

Color info

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

RGB color model

#897A8A color RGB value is (137,122,138).

  • red value is 137;
  • green value is 122;
  • blue value is 138.
RGB:
(137,122,138)
(54%,48%,54%)

RGB channels and saturation

R 137 of 255 = 54%
G 122 of 255 = 48%
B 138 of 255 = 54%

137
122
138

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

Portions of RGB colors in percentages

R + G + B =
137 + 122 + 138 = 397 (100%)
R 137 of 397 ~ 34.51%
G 122 of 397 ~ 30.73%
B 138 of 397 ~ 34.76%

%34.51
%30.73
%34.76

CMYK color model

#897A8A color CMYK value is (1,12,0,46).

  • cyan value is 0.72%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(1,12,0,46)
C1M12Y0K46 
(1%,12%,0%,46%)
(0.01/0.12/0.00/0.46)	

CMYK percentages

%0.72
%11.59
%0
%45.88

Codes

Color #897A8A in popluar color models

897A8A
RGB137122138
HSL296°6.40%50.98%
HSB/HSV296°11.59%54.12%
CMYK0.72%11.59%0.00%
45.88%

Color #897A8A in popluar number systems.

HEX897A8A
Decimal137122138
Binary10001001111101010001010
Octal211172212

Shades and tints

Shades of #897A8A

#897A8A
(137,122,138)
#7D6F7E
(125,111,126)
#716472
(113,100,114)
#655966
(101,89,102)
#594E5A
(89,78,90)
#4D434E
(77,67,78)
#413842
(65,56,66)
#352D36
(53,45,54)
#29222A
(41,34,42)
#1D171E
(29,23,30)
#110C12
(17,12,18)
#000000
(0,0,0)

Tints of #897A8A

#897A8A
(137,122,138)
#938694
(147,134,148)
#9D929E
(157,146,158)
#A79EA8
(167,158,168)
#B1AAB2
(177,170,178)
#BBB6BC
(187,182,188)
#C5C2C6
(197,194,198)
#CFCED0
(207,206,208)
#D9DADA
(217,218,218)
#E3E6E4
(227,230,228)
#EDF2EE
(237,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897A8A color. Also use rgb(137,122,138) instead hex code.

Text Font Color

.myTextColor { color: #897A8A; }

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

This text font color is #897A8A.


Background Color

.myBgColor { background-color: #897A8A; }

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

This div background color is #897A8A.


Border color

.myBorderColor { border: 1px solid #897A8A; }

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

This div border color is #897A8A.


Opacity

.myOpacity80 { color: #897A8A; opacity: 0.8; }

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

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

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

This text has shadow with #897A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897A8A on black background.


Color preview on white background

This text has color #897A8A on white background.



Black color preview on #897A8A background

This text has black color on #897A8A background.


White color preview on #897A8A background

This text has white color on #897A8A background.