COLOR #897092

HEX: #897092
RGB: (137,112,146)

Color info

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

RGB color model

#897092 color RGB value is (137,112,146).

  • red value is 137;
  • green value is 112;
  • blue value is 146.
RGB:
(137,112,146)
(54%,44%,57%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 146 of 255 = 57%

137
112
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 112 + 146 = 395 (100%)
R 137 of 395 ~ 34.68%
G 112 of 395 ~ 28.35%
B 146 of 395 ~ 36.96%

%34.68
%28.35
%36.96

CMYK color model

#897092 color CMYK value is (6,23,0,43).

  • cyan value is 6.16%
  • magenta value is 23.29%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,23,0,43)
C6M23Y0K43 
(6%,23%,0%,43%)
(0.06/0.23/0.00/0.43)	

CMYK percentages

%6.16
%23.29
%0
%42.75

Codes

Color #897092 in popluar color models

897092
RGB137112146
HSL284°13.49%50.59%
HSB/HSV284°23.29%57.25%
CMYK6.16%23.29%0.00%
42.75%

Color #897092 in popluar number systems.

HEX897092
Decimal137112146
Binary10001001111000010010010
Octal211160222

Shades and tints

Shades of #897092

#897092
(137,112,146)
#7D6685
(125,102,133)
#715C78
(113,92,120)
#65526B
(101,82,107)
#59485E
(89,72,94)
#4D3E51
(77,62,81)
#413444
(65,52,68)
#352A37
(53,42,55)
#29202A
(41,32,42)
#1D161D
(29,22,29)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #897092

#897092
(137,112,146)
#937D9B
(147,125,155)
#9D8AA4
(157,138,164)
#A797AD
(167,151,173)
#B1A4B6
(177,164,182)
#BBB1BF
(187,177,191)
#C5BEC8
(197,190,200)
#CFCBD1
(207,203,209)
#D9D8DA
(217,216,218)
#E3E5E3
(227,229,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897092 color. Also use rgb(137,112,146) instead hex code.

Text Font Color

.myTextColor { color: #897092; }

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

This text font color is #897092.


Background Color

.myBgColor { background-color: #897092; }

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

This div background color is #897092.


Border color

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

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

This div border color is #897092.


Opacity

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

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

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

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

This text has shadow with #897092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897092 on black background.


Color preview on white background

This text has color #897092 on white background.



Black color preview on #897092 background

This text has black color on #897092 background.


White color preview on #897092 background

This text has white color on #897092 background.