COLOR #897D92

HEX: #897D92
RGB: (137,125,146)

Color info

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

RGB color model

#897D92 color RGB value is (137,125,146).

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

RGB channels and saturation

R 137 of 255 = 54%
G 125 of 255 = 49%
B 146 of 255 = 57%

137
125
146

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

Portions of RGB colors in percentages

R + G + B =
137 + 125 + 146 = 408 (100%)
R 137 of 408 ~ 33.58%
G 125 of 408 ~ 30.64%
B 146 of 408 ~ 35.78%

%33.58
%30.64
%35.78

CMYK color model

#897D92 color CMYK value is (6,14,0,43).

  • cyan value is 6.16%
  • magenta value is 14.38%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(6,14,0,43)
C6M14Y0K43 
(6%,14%,0%,43%)
(0.06/0.14/0.00/0.43)	

CMYK percentages

%6.16
%14.38
%0
%42.75

Codes

Color #897D92 in popluar color models

897D92
RGB137125146
HSL274°8.79%53.14%
HSB/HSV274°14.38%57.25%
CMYK6.16%14.38%0.00%
42.75%

Color #897D92 in popluar number systems.

HEX897D92
Decimal137125146
Binary10001001111110110010010
Octal211175222

Shades and tints

Shades of #897D92

#897D92
(137,125,146)
#7D7285
(125,114,133)
#716778
(113,103,120)
#655C6B
(101,92,107)
#59515E
(89,81,94)
#4D4651
(77,70,81)
#413B44
(65,59,68)
#353037
(53,48,55)
#29252A
(41,37,42)
#1D1A1D
(29,26,29)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #897D92

#897D92
(137,125,146)
#93889B
(147,136,155)
#9D93A4
(157,147,164)
#A79EAD
(167,158,173)
#B1A9B6
(177,169,182)
#BBB4BF
(187,180,191)
#C5BFC8
(197,191,200)
#CFCAD1
(207,202,209)
#D9D5DA
(217,213,218)
#E3E0E3
(227,224,227)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897D92; }

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

This text font color is #897D92.


Background Color

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

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

This div background color is #897D92.


Border color

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

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

This div border color is #897D92.


Opacity

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

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

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

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

This text has shadow with #897D92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897D92 on black background.


Color preview on white background

This text has color #897D92 on white background.



Black color preview on #897D92 background

This text has black color on #897D92 background.


White color preview on #897D92 background

This text has white color on #897D92 background.