COLOR #997E89

HEX: #997E89
RGB: (153,126,137)

Color info

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

RGB color model

#997E89 color RGB value is (153,126,137).

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

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 137 of 255 = 54%

153
126
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 137 = 416 (100%)
R 153 of 416 ~ 36.78%
G 126 of 416 ~ 30.29%
B 137 of 416 ~ 32.93%

%36.78
%30.29
%32.93

CMYK color model

#997E89 color CMYK value is (0,18,10,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,18,10,40)
C0M18Y10K40 
(0%,18%,10%,40%)
(0.00/0.18/0.10/0.40)	

CMYK percentages

%0
%17.65
%10.46
%40

Codes

Color #997E89 in popluar color models

997E89
RGB153126137
HSL336°11.69%54.71%
HSB/HSV336°17.65%60.00%
CMYK0.00%17.65%10.46%
40.00%

Color #997E89 in popluar number systems.

HEX997E89
Decimal153126137
Binary10011001111111010001001
Octal231176211

Shades and tints

Shades of #997E89

#997E89
(153,126,137)
#8C737D
(140,115,125)
#7F6871
(127,104,113)
#725D65
(114,93,101)
#655259
(101,82,89)
#58474D
(88,71,77)
#4B3C41
(75,60,65)
#3E3135
(62,49,53)
#312629
(49,38,41)
#241B1D
(36,27,29)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #997E89

#997E89
(153,126,137)
#A28993
(162,137,147)
#AB949D
(171,148,157)
#B49FA7
(180,159,167)
#BDAAB1
(189,170,177)
#C6B5BB
(198,181,187)
#CFC0C5
(207,192,197)
#D8CBCF
(216,203,207)
#E1D6D9
(225,214,217)
#EAE1E3
(234,225,227)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997E89 color. Also use rgb(153,126,137) instead hex code.

Text Font Color

.myTextColor { color: #997E89; }

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

This text font color is #997E89.


Background Color

.myBgColor { background-color: #997E89; }

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

This div background color is #997E89.


Border color

.myBorderColor { border: 1px solid #997E89; }

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

This div border color is #997E89.


Opacity

.myOpacity80 { color: #997E89; opacity: 0.8; }

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

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

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

This text has shadow with #997E89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E89 on black background.


Color preview on white background

This text has color #997E89 on white background.



Black color preview on #997E89 background

This text has black color on #997E89 background.


White color preview on #997E89 background

This text has white color on #997E89 background.