COLOR #997792

HEX: #997792
RGB: (153,119,146)

Color info

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

RGB color model

#997792 color RGB value is (153,119,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 146 of 255 = 57%

153
119
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 146 = 418 (100%)
R 153 of 418 ~ 36.6%
G 119 of 418 ~ 28.47%
B 146 of 418 ~ 34.93%

%36.6
%28.47
%34.93

CMYK color model

#997792 color CMYK value is (0,22,5,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,22,5,40)
C0M22Y5K40 
(0%,22%,5%,40%)
(0.00/0.22/0.05/0.40)	

CMYK percentages

%0
%22.22
%4.58
%40

Codes

Color #997792 in popluar color models

997792
RGB153119146
HSL312°14.29%53.33%
HSB/HSV312°22.22%60.00%
CMYK0.00%22.22%4.58%
40.00%

Color #997792 in popluar number systems.

HEX997792
Decimal153119146
Binary10011001111011110010010
Octal231167222

Shades and tints

Shades of #997792

#997792
(153,119,146)
#8C6D85
(140,109,133)
#7F6378
(127,99,120)
#72596B
(114,89,107)
#654F5E
(101,79,94)
#584551
(88,69,81)
#4B3B44
(75,59,68)
#3E3137
(62,49,55)
#31272A
(49,39,42)
#241D1D
(36,29,29)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #997792

#997792
(153,119,146)
#A2839B
(162,131,155)
#AB8FA4
(171,143,164)
#B49BAD
(180,155,173)
#BDA7B6
(189,167,182)
#C6B3BF
(198,179,191)
#CFBFC8
(207,191,200)
#D8CBD1
(216,203,209)
#E1D7DA
(225,215,218)
#EAE3E3
(234,227,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997792; }

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

This text font color is #997792.


Background Color

.myBgColor { background-color: #997792; }

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

This div background color is #997792.


Border color

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

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

This div border color is #997792.


Opacity

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

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

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

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

This text has shadow with #997792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997792 on black background.


Color preview on white background

This text has color #997792 on white background.



Black color preview on #997792 background

This text has black color on #997792 background.


White color preview on #997792 background

This text has white color on #997792 background.