COLOR #997D8A

HEX: #997D8A
RGB: (153,125,138)

Color info

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

RGB color model

#997D8A color RGB value is (153,125,138).

  • red value is 153;
  • green value is 125;
  • blue value is 138.
RGB:
(153,125,138)
(60%,49%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 138 of 255 = 54%

153
125
138

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 138 = 416 (100%)
R 153 of 416 ~ 36.78%
G 125 of 416 ~ 30.05%
B 138 of 416 ~ 33.17%

%36.78
%30.05
%33.17

CMYK color model

#997D8A color CMYK value is (0,18,10,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 9.80%
  • key color value is 40.00%
CMYK:
(0,18,10,40)
C0M18Y10K40 
(0%,18%,10%,40%)
(0.00/0.18/0.10/0.40)	

CMYK percentages

%0
%18.3
%9.8
%40

Codes

Color #997D8A in popluar color models

997D8A
RGB153125138
HSL332°12.07%54.51%
HSB/HSV332°18.30%60.00%
CMYK0.00%18.30%9.80%
40.00%

Color #997D8A in popluar number systems.

HEX997D8A
Decimal153125138
Binary10011001111110110001010
Octal231175212

Shades and tints

Shades of #997D8A

#997D8A
(153,125,138)
#8C727E
(140,114,126)
#7F6772
(127,103,114)
#725C66
(114,92,102)
#65515A
(101,81,90)
#58464E
(88,70,78)
#4B3B42
(75,59,66)
#3E3036
(62,48,54)
#31252A
(49,37,42)
#241A1E
(36,26,30)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #997D8A

#997D8A
(153,125,138)
#A28894
(162,136,148)
#AB939E
(171,147,158)
#B49EA8
(180,158,168)
#BDA9B2
(189,169,178)
#C6B4BC
(198,180,188)
#CFBFC6
(207,191,198)
#D8CAD0
(216,202,208)
#E1D5DA
(225,213,218)
#EAE0E4
(234,224,228)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997D8A color. Also use rgb(153,125,138) instead hex code.

Text Font Color

.myTextColor { color: #997D8A; }

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

This text font color is #997D8A.


Background Color

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

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

This div background color is #997D8A.


Border color

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

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

This div border color is #997D8A.


Opacity

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

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

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

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

This text has shadow with #997D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D8A on black background.


Color preview on white background

This text has color #997D8A on white background.



Black color preview on #997D8A background

This text has black color on #997D8A background.


White color preview on #997D8A background

This text has white color on #997D8A background.