COLOR #997E78

HEX: #997E78
RGB: (153,126,120)

Color info

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

RGB color model

#997E78 color RGB value is (153,126,120).

  • red value is 153;
  • green value is 126;
  • blue value is 120.
RGB:
(153,126,120)
(60%,49%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 120 of 255 = 47%

153
126
120

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 120 = 399 (100%)
R 153 of 399 ~ 38.35%
G 126 of 399 ~ 31.58%
B 120 of 399 ~ 30.08%

%38.35
%31.58
%30.08

CMYK color model

#997E78 color CMYK value is (0,18,22,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(0,18,22,40)
C0M18Y22K40 
(0%,18%,22%,40%)
(0.00/0.18/0.22/0.40)	

CMYK percentages

%0
%17.65
%21.57
%40

Codes

Color #997E78 in popluar color models

997E78
RGB153126120
HSL11°13.92%53.53%
HSB/HSV11°21.57%60.00%
CMYK0.00%17.65%21.57%
40.00%

Color #997E78 in popluar number systems.

HEX997E78
Decimal153126120
Binary1001100111111101111000
Octal231176170

Shades and tints

Shades of #997E78

#997E78
(153,126,120)
#8C736E
(140,115,110)
#7F6864
(127,104,100)
#725D5A
(114,93,90)
#655250
(101,82,80)
#584746
(88,71,70)
#4B3C3C
(75,60,60)
#3E3132
(62,49,50)
#312628
(49,38,40)
#241B1E
(36,27,30)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #997E78

#997E78
(153,126,120)
#A28984
(162,137,132)
#AB9490
(171,148,144)
#B49F9C
(180,159,156)
#BDAAA8
(189,170,168)
#C6B5B4
(198,181,180)
#CFC0C0
(207,192,192)
#D8CBCC
(216,203,204)
#E1D6D8
(225,214,216)
#EAE1E4
(234,225,228)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E78; }

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

This text font color is #997E78.


Background Color

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

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

This div background color is #997E78.


Border color

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

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

This div border color is #997E78.


Opacity

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

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

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

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

This text has shadow with #997E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E78 on black background.


Color preview on white background

This text has color #997E78 on white background.



Black color preview on #997E78 background

This text has black color on #997E78 background.


White color preview on #997E78 background

This text has white color on #997E78 background.