COLOR #997E80

HEX: #997E80 RGB: (153,126,128)

Color info

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

RGB color model

#997E80 color RGB value is (153,126,128).

RGB: (153,126,128) (60%, 49%, 50%)

RGB channels and saturation

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

153
126
128

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

Portions of RGB colors in percentages

R + G + B = 153 + 126 + 128 = 407 (100%)
R 153 of 407 ~ 37.59%
G 126 of 407 ~ 30.96%
B 128 of 407 ~ 31.45'%

%37.59
%30.96
%31.45

CMYK color model

#997E80 color CMYK value is (0,18,16,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 16.34%
  • key color value is 40.00%

CMYK: (0,18,16,40)
C0M18Y16K40 (0%, 18%, 16%, 40%)
(0.00 / 0.18 / 0.16 / 0.40)

CMYK percentages

%0
%17.65
%16.34
%40

Codes

Color #997E80 in popluar color models

99 7E 80
RGB 153 126 128
HSL 356° 11.69% 54.71%
HSB/HSV 356° 17.65% 60.00%
CMYK 0.00% 17.65% 16.34%
40.00%

Color #997E80 in popluar number systems.

HEX 99 7E 80
Decimal 153 126 128
Binary 10011001 1111110 10000000
Octal 231 176 200

Shades and tints

Shades of #997E80

#997E80
(153,126,128)
#8C7375
(140,115,117)
#7F686A
(127,104,106)
#725D5F
(114,93,95)
#655254
(101,82,84)
#584749
(88,71,73)
#4B3C3E
(75,60,62)
#3E3133
(62,49,51)
#312628
(49,38,40)
#241B1D
(36,27,29)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #997E80

#997E80
(153,126,128)
#A2898B
(162,137,139)
#AB9496
(171,148,150)
#B49FA1
(180,159,161)
#BDAAAC
(189,170,172)
#C6B5B7
(198,181,183)
#CFC0C2
(207,192,194)
#D8CBCD
(216,203,205)
#E1D6D8
(225,214,216)
#EAE1E3
(234,225,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E80; }

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

This text font color is #997E80.

Background Color

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

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

This div background color is #997E80.

Border color

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

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

This div border color is #997E80.

Opacity

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

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

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

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

This text has shadow with #997E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997E80.

Preview

Color preview on black background

This text has color #997E80 on black background.


Color preview on white background

This text has color #997E80 on white background.


Black color preview on #997E80 background

This text has black color on #997E80 background.


White color preview on #997E80 background

This text has white color on #997E80 background.


Related colors

Complementary color

Complementary color for #hex is #66817F.


I love getcolorcode.com

Triadic colors

1 #80997E and #7E8099 with #997E80 are triadic colors.

2 #807E99 and #7E9980 with #997E80 are triadic colors.