COLOR #897EA2

HEX: #897EA2
RGB: (137,126,162)

Color info

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

RGB color model

#897EA2 color RGB value is (137,126,162).

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

RGB channels and saturation

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

137
126
162

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 162 = 425 (100%)
R 137 of 425 ~ 32.24%
G 126 of 425 ~ 29.65%
B 162 of 425 ~ 38.12%

%32.24
%29.65
%38.12

CMYK color model

#897EA2 color CMYK value is (15,22,0,36).

  • cyan value is 15.43%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(15,22,0,36)
C15M22Y0K36 
(15%,22%,0%,36%)
(0.15/0.22/0.00/0.36)	

CMYK percentages

%15.43
%22.22
%0
%36.47

Codes

Color #897EA2 in popluar color models

897EA2
RGB137126162
HSL258°16.22%56.47%
HSB/HSV258°22.22%63.53%
CMYK15.43%22.22%0.00%
36.47%

Color #897EA2 in popluar number systems.

HEX897EA2
Decimal137126162
Binary10001001111111010100010
Octal211176242

Shades and tints

Shades of #897EA2

#897EA2
(137,126,162)
#7D7394
(125,115,148)
#716886
(113,104,134)
#655D78
(101,93,120)
#59526A
(89,82,106)
#4D475C
(77,71,92)
#413C4E
(65,60,78)
#353140
(53,49,64)
#292632
(41,38,50)
#1D1B24
(29,27,36)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #897EA2

#897EA2
(137,126,162)
#9389AA
(147,137,170)
#9D94B2
(157,148,178)
#A79FBA
(167,159,186)
#B1AAC2
(177,170,194)
#BBB5CA
(187,181,202)
#C5C0D2
(197,192,210)
#CFCBDA
(207,203,218)
#D9D6E2
(217,214,226)
#E3E1EA
(227,225,234)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897EA2; }

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

This text font color is #897EA2.


Background Color

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

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

This div background color is #897EA2.


Border color

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

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

This div border color is #897EA2.


Opacity

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

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

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

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

This text has shadow with #897EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897EA2 on black background.


Color preview on white background

This text has color #897EA2 on white background.



Black color preview on #897EA2 background

This text has black color on #897EA2 background.


White color preview on #897EA2 background

This text has white color on #897EA2 background.