COLOR #897FB2

HEX: #897FB2
RGB: (137,127,178)

Color info

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

RGB color model

#897FB2 color RGB value is (137,127,178).

  • red value is 137;
  • green value is 127;
  • blue value is 178.
RGB:
(137,127,178)
(54%,50%,70%)

RGB channels and saturation

R 137 of 255 = 54%
G 127 of 255 = 50%
B 178 of 255 = 70%

137
127
178

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

Portions of RGB colors in percentages

R + G + B =
137 + 127 + 178 = 442 (100%)
R 137 of 442 ~ 31%
G 127 of 442 ~ 28.73%
B 178 of 442 ~ 40.27%

%31
%28.73
%40.27

CMYK color model

#897FB2 color CMYK value is (23,29,0,30).

  • cyan value is 23.03%
  • magenta value is 28.65%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(23,29,0,30)
C23M29Y0K30 
(23%,29%,0%,30%)
(0.23/0.29/0.00/0.30)	

CMYK percentages

%23.03
%28.65
%0
%30.2

Codes

Color #897FB2 in popluar color models

897FB2
RGB137127178
HSL252°24.88%59.80%
HSB/HSV252°28.65%69.80%
CMYK23.03%28.65%0.00%
30.20%

Color #897FB2 in popluar number systems.

HEX897FB2
Decimal137127178
Binary10001001111111110110010
Octal211177262

Shades and tints

Shades of #897FB2

#897FB2
(137,127,178)
#7D74A2
(125,116,162)
#716992
(113,105,146)
#655E82
(101,94,130)
#595372
(89,83,114)
#4D4862
(77,72,98)
#413D52
(65,61,82)
#353242
(53,50,66)
#292732
(41,39,50)
#1D1C22
(29,28,34)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #897FB2

#897FB2
(137,127,178)
#938AB9
(147,138,185)
#9D95C0
(157,149,192)
#A7A0C7
(167,160,199)
#B1ABCE
(177,171,206)
#BBB6D5
(187,182,213)
#C5C1DC
(197,193,220)
#CFCCE3
(207,204,227)
#D9D7EA
(217,215,234)
#E3E2F1
(227,226,241)
#EDEDF8
(237,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897FB2 color. Also use rgb(137,127,178) instead hex code.

Text Font Color

.myTextColor { color: #897FB2; }

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

This text font color is #897FB2.


Background Color

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

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

This div background color is #897FB2.


Border color

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

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

This div border color is #897FB2.


Opacity

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

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

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

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

This text has shadow with #897FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897FB2 on black background.


Color preview on white background

This text has color #897FB2 on white background.



Black color preview on #897FB2 background

This text has black color on #897FB2 background.


White color preview on #897FB2 background

This text has white color on #897FB2 background.