COLOR #997A86

HEX: #997A86
RGB: (153,122,134)

Color info

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

RGB color model

#997A86 color RGB value is (153,122,134).

  • red value is 153;
  • green value is 122;
  • blue value is 134.
RGB:
(153,122,134)
(60%,48%,53%)

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 134 of 255 = 53%

153
122
134

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 134 = 409 (100%)
R 153 of 409 ~ 37.41%
G 122 of 409 ~ 29.83%
B 134 of 409 ~ 32.76%

%37.41
%29.83
%32.76

CMYK color model

#997A86 color CMYK value is (0,20,12,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 12.42%
  • key color value is 40.00%
CMYK:
(0,20,12,40)
C0M20Y12K40 
(0%,20%,12%,40%)
(0.00/0.20/0.12/0.40)	

CMYK percentages

%0
%20.26
%12.42
%40

Codes

Color #997A86 in popluar color models

997A86
RGB153122134
HSL337°13.19%53.92%
HSB/HSV337°20.26%60.00%
CMYK0.00%20.26%12.42%
40.00%

Color #997A86 in popluar number systems.

HEX997A86
Decimal153122134
Binary10011001111101010000110
Octal231172206

Shades and tints

Shades of #997A86

#997A86
(153,122,134)
#8C6F7A
(140,111,122)
#7F646E
(127,100,110)
#725962
(114,89,98)
#654E56
(101,78,86)
#58434A
(88,67,74)
#4B383E
(75,56,62)
#3E2D32
(62,45,50)
#312226
(49,34,38)
#24171A
(36,23,26)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #997A86

#997A86
(153,122,134)
#A28691
(162,134,145)
#AB929C
(171,146,156)
#B49EA7
(180,158,167)
#BDAAB2
(189,170,178)
#C6B6BD
(198,182,189)
#CFC2C8
(207,194,200)
#D8CED3
(216,206,211)
#E1DADE
(225,218,222)
#EAE6E9
(234,230,233)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997A86 color. Also use rgb(153,122,134) instead hex code.

Text Font Color

.myTextColor { color: #997A86; }

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

This text font color is #997A86.


Background Color

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

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

This div background color is #997A86.


Border color

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

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

This div border color is #997A86.


Opacity

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

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

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

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

This text has shadow with #997A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A86 on black background.


Color preview on white background

This text has color #997A86 on white background.



Black color preview on #997A86 background

This text has black color on #997A86 background.


White color preview on #997A86 background

This text has white color on #997A86 background.