COLOR #997177

HEX: #997177
RGB: (153,113,119)

Color info

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

RGB color model

#997177 color RGB value is (153,113,119).

  • red value is 153;
  • green value is 113;
  • blue value is 119.
RGB:
(153,113,119)
(60%,44%,47%)

RGB channels and saturation

R 153 of 255 = 60%
G 113 of 255 = 44%
B 119 of 255 = 47%

153
113
119

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

Portions of RGB colors in percentages

R + G + B =
153 + 113 + 119 = 385 (100%)
R 153 of 385 ~ 39.74%
G 113 of 385 ~ 29.35%
B 119 of 385 ~ 30.91%

%39.74
%29.35
%30.91

CMYK color model

#997177 color CMYK value is (0,26,22,40).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 22.22%
  • key color value is 40.00%
CMYK:
(0,26,22,40)
C0M26Y22K40 
(0%,26%,22%,40%)
(0.00/0.26/0.22/0.40)	

CMYK percentages

%0
%26.14
%22.22
%40

Codes

Color #997177 in popluar color models

997177
RGB153113119
HSL351°16.39%52.16%
HSB/HSV351°26.14%60.00%
CMYK0.00%26.14%22.22%
40.00%

Color #997177 in popluar number systems.

HEX997177
Decimal153113119
Binary1001100111100011110111
Octal231161167

Shades and tints

Shades of #997177

#997177
(153,113,119)
#8C676D
(140,103,109)
#7F5D63
(127,93,99)
#725359
(114,83,89)
#65494F
(101,73,79)
#583F45
(88,63,69)
#4B353B
(75,53,59)
#3E2B31
(62,43,49)
#312127
(49,33,39)
#24171D
(36,23,29)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #997177

#997177
(153,113,119)
#A27D83
(162,125,131)
#AB898F
(171,137,143)
#B4959B
(180,149,155)
#BDA1A7
(189,161,167)
#C6ADB3
(198,173,179)
#CFB9BF
(207,185,191)
#D8C5CB
(216,197,203)
#E1D1D7
(225,209,215)
#EADDE3
(234,221,227)
#F3E9EF
(243,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997177 color. Also use rgb(153,113,119) instead hex code.

Text Font Color

.myTextColor { color: #997177; }

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

This text font color is #997177.


Background Color

.myBgColor { background-color: #997177; }

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

This div background color is #997177.


Border color

.myBorderColor { border: 1px solid #997177; }

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

This div border color is #997177.


Opacity

.myOpacity80 { color: #997177; opacity: 0.8; }

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

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

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

This text has shadow with #997177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997177 on black background.


Color preview on white background

This text has color #997177 on white background.



Black color preview on #997177 background

This text has black color on #997177 background.


White color preview on #997177 background

This text has white color on #997177 background.