COLOR #897E83

HEX: #897E83
RGB: (137,126,131)

Color info

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

RGB color model

#897E83 color RGB value is (137,126,131).

  • red value is 137;
  • green value is 126;
  • blue value is 131.
RGB:
(137,126,131)
(54%,49%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 131 of 255 = 51%

137
126
131

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 131 = 394 (100%)
R 137 of 394 ~ 34.77%
G 126 of 394 ~ 31.98%
B 131 of 394 ~ 33.25%

%34.77
%31.98
%33.25

CMYK color model

#897E83 color CMYK value is (0,8,4,46).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 4.38%
  • key color value is 46.27%
CMYK:
(0,8,4,46)
C0M8Y4K46 
(0%,8%,4%,46%)
(0.00/0.08/0.04/0.46)	

CMYK percentages

%0
%8.03
%4.38
%46.27

Codes

Color #897E83 in popluar color models

897E83
RGB137126131
HSL333°4.45%51.57%
HSB/HSV333°8.03%53.73%
CMYK0.00%8.03%4.38%
46.27%

Color #897E83 in popluar number systems.

HEX897E83
Decimal137126131
Binary10001001111111010000011
Octal211176203

Shades and tints

Shades of #897E83

#897E83
(137,126,131)
#7D7378
(125,115,120)
#71686D
(113,104,109)
#655D62
(101,93,98)
#595257
(89,82,87)
#4D474C
(77,71,76)
#413C41
(65,60,65)
#353136
(53,49,54)
#29262B
(41,38,43)
#1D1B20
(29,27,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #897E83

#897E83
(137,126,131)
#93898E
(147,137,142)
#9D9499
(157,148,153)
#A79FA4
(167,159,164)
#B1AAAF
(177,170,175)
#BBB5BA
(187,181,186)
#C5C0C5
(197,192,197)
#CFCBD0
(207,203,208)
#D9D6DB
(217,214,219)
#E3E1E6
(227,225,230)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897E83 color. Also use rgb(137,126,131) instead hex code.

Text Font Color

.myTextColor { color: #897E83; }

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

This text font color is #897E83.


Background Color

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

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

This div background color is #897E83.


Border color

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

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

This div border color is #897E83.


Opacity

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

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

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

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

This text has shadow with #897E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E83 on black background.


Color preview on white background

This text has color #897E83 on white background.



Black color preview on #897E83 background

This text has black color on #897E83 background.


White color preview on #897E83 background

This text has white color on #897E83 background.