COLOR #997E81

HEX: #997E81
RGB: (153,126,129)

Color info

#997E81 contains red, green and blue colors in about the same proportion. Web safe color of #997E81 is #996699 (or #969).

RGB color model

#997E81 color RGB value is (153,126,129).

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

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 129 of 255 = 51%

153
126
129

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 129 = 408 (100%)
R 153 of 408 ~ 37.5%
G 126 of 408 ~ 30.88%
B 129 of 408 ~ 31.62%

%37.5
%30.88
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 15.69%
  • 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
%15.69
%40

Codes

Color #997E81 in popluar color models

997E81
RGB153126129
HSL353°11.69%54.71%
HSB/HSV353°17.65%60.00%
CMYK0.00%17.65%15.69%
40.00%

Color #997E81 in popluar number systems.

HEX997E81
Decimal153126129
Binary10011001111111010000001
Octal231176201

Shades and tints

Shades of #997E81

#997E81
(153,126,129)
#8C7376
(140,115,118)
#7F686B
(127,104,107)
#725D60
(114,93,96)
#655255
(101,82,85)
#58474A
(88,71,74)
#4B3C3F
(75,60,63)
#3E3134
(62,49,52)
#312629
(49,38,41)
#241B1E
(36,27,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #997E81

#997E81
(153,126,129)
#A2898C
(162,137,140)
#AB9497
(171,148,151)
#B49FA2
(180,159,162)
#BDAAAD
(189,170,173)
#C6B5B8
(198,181,184)
#CFC0C3
(207,192,195)
#D8CBCE
(216,203,206)
#E1D6D9
(225,214,217)
#EAE1E4
(234,225,228)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997E81; }

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

This text font color is #997E81.


Background Color

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

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

This div background color is #997E81.


Border color

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

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

This div border color is #997E81.


Opacity

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

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

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

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

This text has shadow with #997E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E81 on black background.


Color preview on white background

This text has color #997E81 on white background.



Black color preview on #997E81 background

This text has black color on #997E81 background.


White color preview on #997E81 background

This text has white color on #997E81 background.