COLOR #997C80

HEX: #997C80
RGB: (153,124,128)

Color info

#997C80 contains red, green and blue colors in about the same proportion. Web safe color of #997C80 is #996666 (or #966).

RGB color model

#997C80 color RGB value is (153,124,128).

  • red value is 153;
  • green value is 124;
  • blue value is 128.
RGB:
(153,124,128)
(60%,49%,50%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 128 of 255 = 50%

153
124
128

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

Portions of RGB colors in percentages

R + G + B =
153 + 124 + 128 = 405 (100%)
R 153 of 405 ~ 37.78%
G 124 of 405 ~ 30.62%
B 128 of 405 ~ 31.6%

%37.78
%30.62
%31.6

CMYK color model

#997C80 color CMYK value is (0,19,16,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(0,19,16,40)
C0M19Y16K40 
(0%,19%,16%,40%)
(0.00/0.19/0.16/0.40)	

CMYK percentages

%0
%18.95
%16.34
%40

Codes

Color #997C80 in popluar color models

997C80
RGB153124128
HSL352°12.45%54.31%
HSB/HSV352°18.95%60.00%
CMYK0.00%18.95%16.34%
40.00%

Color #997C80 in popluar number systems.

HEX997C80
Decimal153124128
Binary10011001111110010000000
Octal231174200

Shades and tints

Shades of #997C80

#997C80
(153,124,128)
#8C7175
(140,113,117)
#7F666A
(127,102,106)
#725B5F
(114,91,95)
#655054
(101,80,84)
#584549
(88,69,73)
#4B3A3E
(75,58,62)
#3E2F33
(62,47,51)
#312428
(49,36,40)
#24191D
(36,25,29)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #997C80

#997C80
(153,124,128)
#A2878B
(162,135,139)
#AB9296
(171,146,150)
#B49DA1
(180,157,161)
#BDA8AC
(189,168,172)
#C6B3B7
(198,179,183)
#CFBEC2
(207,190,194)
#D8C9CD
(216,201,205)
#E1D4D8
(225,212,216)
#EADFE3
(234,223,227)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997C80 color. Also use rgb(153,124,128) instead hex code.

Text Font Color

.myTextColor { color: #997C80; }

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

This text font color is #997C80.


Background Color

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

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

This div background color is #997C80.


Border color

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

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

This div border color is #997C80.


Opacity

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

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

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

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

This text has shadow with #997C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C80 on black background.


Color preview on white background

This text has color #997C80 on white background.



Black color preview on #997C80 background

This text has black color on #997C80 background.


White color preview on #997C80 background

This text has white color on #997C80 background.