COLOR #997487

HEX: #997487
RGB: (153,116,135)

Color info

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

RGB color model

#997487 color RGB value is (153,116,135).

  • red value is 153;
  • green value is 116;
  • blue value is 135.
RGB:
(153,116,135)
(60%,45%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 116 of 255 = 45%
B 135 of 255 = 53%

153
116
135

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

Portions of RGB colors in percentages

R + G + B =
153 + 116 + 135 = 404 (100%)
R 153 of 404 ~ 37.87%
G 116 of 404 ~ 28.71%
B 135 of 404 ~ 33.42%

%37.87
%28.71
%33.42

CMYK color model

#997487 color CMYK value is (0,24,12,40).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 11.76%
  • key color value is 40.00%
CMYK:
(0,24,12,40)
C0M24Y12K40 
(0%,24%,12%,40%)
(0.00/0.24/0.12/0.40)	

CMYK percentages

%0
%24.18
%11.76
%40

Codes

Color #997487 in popluar color models

997487
RGB153116135
HSL329°15.35%52.75%
HSB/HSV329°24.18%60.00%
CMYK0.00%24.18%11.76%
40.00%

Color #997487 in popluar number systems.

HEX997487
Decimal153116135
Binary10011001111010010000111
Octal231164207

Shades and tints

Shades of #997487

#997487
(153,116,135)
#8C6A7B
(140,106,123)
#7F606F
(127,96,111)
#725663
(114,86,99)
#654C57
(101,76,87)
#58424B
(88,66,75)
#4B383F
(75,56,63)
#3E2E33
(62,46,51)
#312427
(49,36,39)
#241A1B
(36,26,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #997487

#997487
(153,116,135)
#A28091
(162,128,145)
#AB8C9B
(171,140,155)
#B498A5
(180,152,165)
#BDA4AF
(189,164,175)
#C6B0B9
(198,176,185)
#CFBCC3
(207,188,195)
#D8C8CD
(216,200,205)
#E1D4D7
(225,212,215)
#EAE0E1
(234,224,225)
#F3ECEB
(243,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997487 color. Also use rgb(153,116,135) instead hex code.

Text Font Color

.myTextColor { color: #997487; }

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

This text font color is #997487.


Background Color

.myBgColor { background-color: #997487; }

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

This div background color is #997487.


Border color

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

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

This div border color is #997487.


Opacity

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

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

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

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

This text has shadow with #997487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997487 on black background.


Color preview on white background

This text has color #997487 on white background.



Black color preview on #997487 background

This text has black color on #997487 background.


White color preview on #997487 background

This text has white color on #997487 background.