COLOR #997A82

HEX: #997A82
RGB: (153,122,130)

Color info

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

RGB color model

#997A82 color RGB value is (153,122,130).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 130 of 255 = 51%

153
122
130

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 130 = 405 (100%)
R 153 of 405 ~ 37.78%
G 122 of 405 ~ 30.12%
B 130 of 405 ~ 32.1%

%37.78
%30.12
%32.1

CMYK color model

#997A82 color CMYK value is (0,20,15,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(0,20,15,40)
C0M20Y15K40 
(0%,20%,15%,40%)
(0.00/0.20/0.15/0.40)	

CMYK percentages

%0
%20.26
%15.03
%40

Codes

Color #997A82 in popluar color models

997A82
RGB153122130
HSL345°13.19%53.92%
HSB/HSV345°20.26%60.00%
CMYK0.00%20.26%15.03%
40.00%

Color #997A82 in popluar number systems.

HEX997A82
Decimal153122130
Binary10011001111101010000010
Octal231172202

Shades and tints

Shades of #997A82

#997A82
(153,122,130)
#8C6F77
(140,111,119)
#7F646C
(127,100,108)
#725961
(114,89,97)
#654E56
(101,78,86)
#58434B
(88,67,75)
#4B3840
(75,56,64)
#3E2D35
(62,45,53)
#31222A
(49,34,42)
#24171F
(36,23,31)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #997A82

#997A82
(153,122,130)
#A2868D
(162,134,141)
#AB9298
(171,146,152)
#B49EA3
(180,158,163)
#BDAAAE
(189,170,174)
#C6B6B9
(198,182,185)
#CFC2C4
(207,194,196)
#D8CECF
(216,206,207)
#E1DADA
(225,218,218)
#EAE6E5
(234,230,229)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A82; }

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

This text font color is #997A82.


Background Color

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

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

This div background color is #997A82.


Border color

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

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

This div border color is #997A82.


Opacity

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

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

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

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

This text has shadow with #997A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A82 on black background.


Color preview on white background

This text has color #997A82 on white background.



Black color preview on #997A82 background

This text has black color on #997A82 background.


White color preview on #997A82 background

This text has white color on #997A82 background.