COLOR #997D83

HEX: #997D83 RGB: (153,125,131)

Color info

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

RGB color model

#997D83 color RGB value is (153,125,131).

RGB: (153,125,131) (60%, 49%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 131 of 255 = 51%

153
125
131

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

Portions of RGB colors in percentages

R + G + B = 153 + 125 + 131 = 409 (100%)
R 153 of 409 ~ 37.41%
G 125 of 409 ~ 30.56%
B 131 of 409 ~ 32.03'%

%37.41
%30.56
%32.03

CMYK color model

#997D83 color CMYK value is (0,18,14,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 14.38%
  • key color value is 40.00%

CMYK: (0,18,14,40)
C0M18Y14K40 (0%, 18%, 14%, 40%)
(0.00 / 0.18 / 0.14 / 0.40)

CMYK percentages

%0
%18.3
%14.38
%40

Codes

Color #997D83 in popluar color models

99 7D 83
RGB 153 125 131
HSL 347° 12.07% 54.51%
HSB/HSV 347° 18.30% 60.00%
CMYK 0.00% 18.30% 14.38%
40.00%

Color #997D83 in popluar number systems.

HEX 99 7D 83
Decimal 153 125 131
Binary 10011001 1111101 10000011
Octal 231 175 203

Shades and tints

Shades of #997D83

#997D83
(153,125,131)
#8C7278
(140,114,120)
#7F676D
(127,103,109)
#725C62
(114,92,98)
#655157
(101,81,87)
#58464C
(88,70,76)
#4B3B41
(75,59,65)
#3E3036
(62,48,54)
#31252B
(49,37,43)
#241A20
(36,26,32)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #997D83

#997D83
(153,125,131)
#A2888E
(162,136,142)
#AB9399
(171,147,153)
#B49EA4
(180,158,164)
#BDA9AF
(189,169,175)
#C6B4BA
(198,180,186)
#CFBFC5
(207,191,197)
#D8CAD0
(216,202,208)
#E1D5DB
(225,213,219)
#EAE0E6
(234,224,230)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D83; }

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

This text font color is #997D83.

Background Color

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

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

This div background color is #997D83.

Border color

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

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

This div border color is #997D83.

Opacity

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

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

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

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

This text has shadow with #997D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997D83.

Preview

Color preview on black background

This text has color #997D83 on black background.


Color preview on white background

This text has color #997D83 on white background.


Black color preview on #997D83 background

This text has black color on #997D83 background.


White color preview on #997D83 background

This text has white color on #997D83 background.


Related colors

Complementary color

Complementary color for #hex is #66827C.


I love getcolorcode.com

Triadic colors

1 #83997D and #7D8399 with #997D83 are triadic colors.

2 #837D99 and #7D9983 with #997D83 are triadic colors.