COLOR #997E66

HEX: #997E66
RGB: (153,126,102)

Color info

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

RGB color model

#997E66 color RGB value is (153,126,102).

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

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 102 of 255 = 40%

153
126
102

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 102 = 381 (100%)
R 153 of 381 ~ 40.16%
G 126 of 381 ~ 33.07%
B 102 of 381 ~ 26.77%

%40.16
%33.07
%26.77

CMYK color model

#997E66 color CMYK value is (0,18,33,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(0,18,33,40)
C0M18Y33K40 
(0%,18%,33%,40%)
(0.00/0.18/0.33/0.40)	

CMYK percentages

%0
%17.65
%33.33
%40

Codes

Color #997E66 in popluar color models

997E66
RGB153126102
HSL28°20.00%50.00%
HSB/HSV28°33.33%60.00%
CMYK0.00%17.65%33.33%
40.00%

Color #997E66 in popluar number systems.

HEX997E66
Decimal153126102
Binary1001100111111101100110
Octal231176146

Shades and tints

Shades of #997E66

#997E66
(153,126,102)
#8C735D
(140,115,93)
#7F6854
(127,104,84)
#725D4B
(114,93,75)
#655242
(101,82,66)
#584739
(88,71,57)
#4B3C30
(75,60,48)
#3E3127
(62,49,39)
#31261E
(49,38,30)
#241B15
(36,27,21)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #997E66

#997E66
(153,126,102)
#A28973
(162,137,115)
#AB9480
(171,148,128)
#B49F8D
(180,159,141)
#BDAA9A
(189,170,154)
#C6B5A7
(198,181,167)
#CFC0B4
(207,192,180)
#D8CBC1
(216,203,193)
#E1D6CE
(225,214,206)
#EAE1DB
(234,225,219)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E66; }

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

This text font color is #997E66.


Background Color

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

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

This div background color is #997E66.


Border color

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

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

This div border color is #997E66.


Opacity

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

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

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

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

This text has shadow with #997E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E66 on black background.


Color preview on white background

This text has color #997E66 on white background.



Black color preview on #997E66 background

This text has black color on #997E66 background.


White color preview on #997E66 background

This text has white color on #997E66 background.