COLOR #997B92

HEX: #997B92
RGB: (153,123,146)

Color info

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

RGB color model

#997B92 color RGB value is (153,123,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 123 of 255 = 48%
B 146 of 255 = 57%

153
123
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 123 + 146 = 422 (100%)
R 153 of 422 ~ 36.26%
G 123 of 422 ~ 29.15%
B 146 of 422 ~ 34.6%

%36.26
%29.15
%34.6

CMYK color model

#997B92 color CMYK value is (0,20,5,40).

  • cyan value is 0.00%
  • magenta value is 19.61%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,20,5,40)
C0M20Y5K40 
(0%,20%,5%,40%)
(0.00/0.20/0.05/0.40)	

CMYK percentages

%0
%19.61
%4.58
%40

Codes

Color #997B92 in popluar color models

997B92
RGB153123146
HSL314°12.82%54.12%
HSB/HSV314°19.61%60.00%
CMYK0.00%19.61%4.58%
40.00%

Color #997B92 in popluar number systems.

HEX997B92
Decimal153123146
Binary10011001111101110010010
Octal231173222

Shades and tints

Shades of #997B92

#997B92
(153,123,146)
#8C7085
(140,112,133)
#7F6578
(127,101,120)
#725A6B
(114,90,107)
#654F5E
(101,79,94)
#584451
(88,68,81)
#4B3944
(75,57,68)
#3E2E37
(62,46,55)
#31232A
(49,35,42)
#24181D
(36,24,29)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #997B92

#997B92
(153,123,146)
#A2879B
(162,135,155)
#AB93A4
(171,147,164)
#B49FAD
(180,159,173)
#BDABB6
(189,171,182)
#C6B7BF
(198,183,191)
#CFC3C8
(207,195,200)
#D8CFD1
(216,207,209)
#E1DBDA
(225,219,218)
#EAE7E3
(234,231,227)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997B92; }

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

This text font color is #997B92.


Background Color

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

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

This div background color is #997B92.


Border color

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

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

This div border color is #997B92.


Opacity

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

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

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

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

This text has shadow with #997B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997B92 on black background.


Color preview on white background

This text has color #997B92 on white background.



Black color preview on #997B92 background

This text has black color on #997B92 background.


White color preview on #997B92 background

This text has white color on #997B92 background.