COLOR #897E94

HEX: #897E94
RGB: (137,126,148)

Color info

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

RGB color model

#897E94 color RGB value is (137,126,148).

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

RGB channels and saturation

R 137 of 255 = 54%
G 126 of 255 = 49%
B 148 of 255 = 58%

137
126
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 126 + 148 = 411 (100%)
R 137 of 411 ~ 33.33%
G 126 of 411 ~ 30.66%
B 148 of 411 ~ 36.01%

%33.33
%30.66
%36.01

CMYK color model

#897E94 color CMYK value is (7,15,0,42).

  • cyan value is 7.43%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(7,15,0,42)
C7M15Y0K42 
(7%,15%,0%,42%)
(0.07/0.15/0.00/0.42)	

CMYK percentages

%7.43
%14.86
%0
%41.96

Codes

Color #897E94 in popluar color models

897E94
RGB137126148
HSL270°9.32%53.73%
HSB/HSV270°14.86%58.04%
CMYK7.43%14.86%0.00%
41.96%

Color #897E94 in popluar number systems.

HEX897E94
Decimal137126148
Binary10001001111111010010100
Octal211176224

Shades and tints

Shades of #897E94

#897E94
(137,126,148)
#7D7387
(125,115,135)
#71687A
(113,104,122)
#655D6D
(101,93,109)
#595260
(89,82,96)
#4D4753
(77,71,83)
#413C46
(65,60,70)
#353139
(53,49,57)
#29262C
(41,38,44)
#1D1B1F
(29,27,31)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #897E94

#897E94
(137,126,148)
#93899D
(147,137,157)
#9D94A6
(157,148,166)
#A79FAF
(167,159,175)
#B1AAB8
(177,170,184)
#BBB5C1
(187,181,193)
#C5C0CA
(197,192,202)
#CFCBD3
(207,203,211)
#D9D6DC
(217,214,220)
#E3E1E5
(227,225,229)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897E94; }

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

This text font color is #897E94.


Background Color

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

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

This div background color is #897E94.


Border color

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

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

This div border color is #897E94.


Opacity

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

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

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

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

This text has shadow with #897E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897E94 on black background.


Color preview on white background

This text has color #897E94 on white background.



Black color preview on #897E94 background

This text has black color on #897E94 background.


White color preview on #897E94 background

This text has white color on #897E94 background.