COLOR #897C98

HEX: #897C98
RGB: (137,124,152)

Color info

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

RGB color model

#897C98 color RGB value is (137,124,152).

  • red value is 137;
  • green value is 124;
  • blue value is 152.
RGB:
(137,124,152)
(54%,49%,60%)

RGB channels and saturation

R 137 of 255 = 54%
G 124 of 255 = 49%
B 152 of 255 = 60%

137
124
152

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

Portions of RGB colors in percentages

R + G + B =
137 + 124 + 152 = 413 (100%)
R 137 of 413 ~ 33.17%
G 124 of 413 ~ 30.02%
B 152 of 413 ~ 36.8%

%33.17
%30.02
%36.8

CMYK color model

#897C98 color CMYK value is (10,18,0,40).

  • cyan value is 9.87%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(10,18,0,40)
C10M18Y0K40 
(10%,18%,0%,40%)
(0.10/0.18/0.00/0.40)	

CMYK percentages

%9.87
%18.42
%0
%40.39

Codes

Color #897C98 in popluar color models

897C98
RGB137124152
HSL268°11.97%54.12%
HSB/HSV268°18.42%59.61%
CMYK9.87%18.42%0.00%
40.39%

Color #897C98 in popluar number systems.

HEX897C98
Decimal137124152
Binary10001001111110010011000
Octal211174230

Shades and tints

Shades of #897C98

#897C98
(137,124,152)
#7D718B
(125,113,139)
#71667E
(113,102,126)
#655B71
(101,91,113)
#595064
(89,80,100)
#4D4557
(77,69,87)
#413A4A
(65,58,74)
#352F3D
(53,47,61)
#292430
(41,36,48)
#1D1923
(29,25,35)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #897C98

#897C98
(137,124,152)
#9387A1
(147,135,161)
#9D92AA
(157,146,170)
#A79DB3
(167,157,179)
#B1A8BC
(177,168,188)
#BBB3C5
(187,179,197)
#C5BECE
(197,190,206)
#CFC9D7
(207,201,215)
#D9D4E0
(217,212,224)
#E3DFE9
(227,223,233)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897C98 color. Also use rgb(137,124,152) instead hex code.

Text Font Color

.myTextColor { color: #897C98; }

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

This text font color is #897C98.


Background Color

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

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

This div background color is #897C98.


Border color

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

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

This div border color is #897C98.


Opacity

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

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

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

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

This text has shadow with #897C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897C98 on black background.


Color preview on white background

This text has color #897C98 on white background.



Black color preview on #897C98 background

This text has black color on #897C98 background.


White color preview on #897C98 background

This text has white color on #897C98 background.