COLOR #897993

HEX: #897993
RGB: (137,121,147)

Color info

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

RGB color model

#897993 color RGB value is (137,121,147).

  • red value is 137;
  • green value is 121;
  • blue value is 147.
RGB:
(137,121,147)
(54%,47%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 121 of 255 = 47%
B 147 of 255 = 58%

137
121
147

R + G + B ~ 53%. #897993 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 121 + 147 = 405 (100%)
R 137 of 405 ~ 33.83%
G 121 of 405 ~ 29.88%
B 147 of 405 ~ 36.3%

%33.83
%29.88
%36.3

CMYK color model

#897993 color CMYK value is (7,18,0,42).

  • cyan value is 6.80%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(7,18,0,42)
C7M18Y0K42 
(7%,18%,0%,42%)
(0.07/0.18/0.00/0.42)	

CMYK percentages

%6.8
%17.69
%0
%42.35

Codes

Color #897993 in popluar color models

897993
RGB137121147
HSL277°10.74%52.55%
HSB/HSV277°17.69%57.65%
CMYK6.80%17.69%0.00%
42.35%

Color #897993 in popluar number systems.

HEX897993
Decimal137121147
Binary10001001111100110010011
Octal211171223

Shades and tints

Shades of #897993

#897993
(137,121,147)
#7D6E86
(125,110,134)
#716379
(113,99,121)
#65586C
(101,88,108)
#594D5F
(89,77,95)
#4D4252
(77,66,82)
#413745
(65,55,69)
#352C38
(53,44,56)
#29212B
(41,33,43)
#1D161E
(29,22,30)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #897993

#897993
(137,121,147)
#93859C
(147,133,156)
#9D91A5
(157,145,165)
#A79DAE
(167,157,174)
#B1A9B7
(177,169,183)
#BBB5C0
(187,181,192)
#C5C1C9
(197,193,201)
#CFCDD2
(207,205,210)
#D9D9DB
(217,217,219)
#E3E5E4
(227,229,228)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897993 color. Also use rgb(137,121,147) instead hex code.

Text Font Color

.myTextColor { color: #897993; }

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

This text font color is #897993.


Background Color

.myBgColor { background-color: #897993; }

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

This div background color is #897993.


Border color

.myBorderColor { border: 1px solid #897993; }

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

This div border color is #897993.


Opacity

.myOpacity80 { color: #897993; opacity: 0.8; }

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

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

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

This text has shadow with #897993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897993 on black background.


Color preview on white background

This text has color #897993 on white background.



Black color preview on #897993 background

This text has black color on #897993 background.


White color preview on #897993 background

This text has white color on #897993 background.