COLOR #997E6E

HEX: #997E6E
RGB: (153,126,110)

Color info

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

RGB color model

#997E6E color RGB value is (153,126,110).

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

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 110 of 255 = 43%

153
126
110

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 110 = 389 (100%)
R 153 of 389 ~ 39.33%
G 126 of 389 ~ 32.39%
B 110 of 389 ~ 28.28%

%39.33
%32.39
%28.28

CMYK color model

#997E6E color CMYK value is (0,18,28,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 28.10%
  • key color value is 40.00%
CMYK:
(0,18,28,40)
C0M18Y28K40 
(0%,18%,28%,40%)
(0.00/0.18/0.28/0.40)	

CMYK percentages

%0
%17.65
%28.1
%40

Codes

Color #997E6E in popluar color models

997E6E
RGB153126110
HSL22°17.41%51.57%
HSB/HSV22°28.10%60.00%
CMYK0.00%17.65%28.10%
40.00%

Color #997E6E in popluar number systems.

HEX997E6E
Decimal153126110
Binary1001100111111101101110
Octal231176156

Shades and tints

Shades of #997E6E

#997E6E
(153,126,110)
#8C7364
(140,115,100)
#7F685A
(127,104,90)
#725D50
(114,93,80)
#655246
(101,82,70)
#58473C
(88,71,60)
#4B3C32
(75,60,50)
#3E3128
(62,49,40)
#31261E
(49,38,30)
#241B14
(36,27,20)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #997E6E

#997E6E
(153,126,110)
#A2897B
(162,137,123)
#AB9488
(171,148,136)
#B49F95
(180,159,149)
#BDAAA2
(189,170,162)
#C6B5AF
(198,181,175)
#CFC0BC
(207,192,188)
#D8CBC9
(216,203,201)
#E1D6D6
(225,214,214)
#EAE1E3
(234,225,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E6E; }

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

This text font color is #997E6E.


Background Color

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

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

This div background color is #997E6E.


Border color

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

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

This div border color is #997E6E.


Opacity

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

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

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

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

This text has shadow with #997E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E6E on black background.


Color preview on white background

This text has color #997E6E on white background.



Black color preview on #997E6E background

This text has black color on #997E6E background.


White color preview on #997E6E background

This text has white color on #997E6E background.