COLOR #897EA3

HEX: #897EA3
RGB: (137,126,163)

Color info

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

RGB color model

#897EA3 color RGB value is (137,126,163).

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

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 163 of 255 = 64%

137
126
163

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 163 = 426 (100%)
R 137 of 426 ~ 32.16%
G 126 of 426 ~ 29.58%
B 163 of 426 ~ 38.26%

%32.16
%29.58
%38.26

CMYK color model

#897EA3 color CMYK value is (16,23,0,36).

  • cyan value is 15.95%
  • magenta value is 22.70%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(16,23,0,36)
C16M23Y0K36 
(16%,23%,0%,36%)
(0.16/0.23/0.00/0.36)	

CMYK percentages

%15.95
%22.7
%0
%36.08

Codes

Color #897EA3 in popluar color models

897EA3
RGB137126163
HSL258°16.74%56.67%
HSB/HSV258°22.70%63.92%
CMYK15.95%22.70%0.00%
36.08%

Color #897EA3 in popluar number systems.

HEX897EA3
Decimal137126163
Binary10001001111111010100011
Octal211176243

Shades and tints

Shades of #897EA3

#897EA3
(137,126,163)
#7D7395
(125,115,149)
#716887
(113,104,135)
#655D79
(101,93,121)
#59526B
(89,82,107)
#4D475D
(77,71,93)
#413C4F
(65,60,79)
#353141
(53,49,65)
#292633
(41,38,51)
#1D1B25
(29,27,37)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #897EA3

#897EA3
(137,126,163)
#9389AB
(147,137,171)
#9D94B3
(157,148,179)
#A79FBB
(167,159,187)
#B1AAC3
(177,170,195)
#BBB5CB
(187,181,203)
#C5C0D3
(197,192,211)
#CFCBDB
(207,203,219)
#D9D6E3
(217,214,227)
#E3E1EB
(227,225,235)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897EA3; }

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

This text font color is #897EA3.


Background Color

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

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

This div background color is #897EA3.


Border color

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

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

This div border color is #897EA3.


Opacity

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

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

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

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

This text has shadow with #897EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897EA3 on black background.


Color preview on white background

This text has color #897EA3 on white background.



Black color preview on #897EA3 background

This text has black color on #897EA3 background.


White color preview on #897EA3 background

This text has white color on #897EA3 background.