COLOR #9D997F

HEX: #9D997F RGB: (157,153,127)

Color info

#9D997F contains red, green and blue colors in about the same proportion. Web safe color of #9D997F is #999966 (or #996).

RGB color model

#9D997F color RGB value is (157,153,127).

RGB: (157,153,127) (62%, 60%, 50%)

RGB channels and saturation

R 157 of 255 = 62%
G 153 of 255 = 60%
B 127 of 255 = 50%

157
153
127

R + G + B ~ 57%. #9D997F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 153 + 127 = 437 (100%)
R 157 of 437 ~ 35.93%
G 153 of 437 ~ 35.01%
B 127 of 437 ~ 29.06'%

%35.93
%35.01
%29.06

CMYK color model

#9D997F color CMYK value is (0,3,19,38).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 19.11%
  • key color value is 38.43%
CMYK: (0,3,19,38) C0M3Y19K38 (0%,3%,19%,38%) (0.00/0.03/0.19/0.38) 

CMYK percentages

%0
%2.55
%19.11
%38.43

Codes

Color #9D997F in popluar color models

9D 99 7F
RGB 157 153 127
HSL 52° 13.27% 55.69%
HSB/HSV 52° 19.11% 61.57%
CMYK 0.00% 2.55% 19.11%
38.43%

Color #9D997F in popluar number systems.

HEX 9D 99 7F
Decimal 157 153 127
Binary 10011101 10011001 1111111
Octal 235 231 177

Shades and tints

Shades of #9D997F

#9D997F
(157,153,127)
#8F8C74
(143,140,116)
#817F69
(129,127,105)
#73725E
(115,114,94)
#656553
(101,101,83)
#575848
(87,88,72)
#494B3D
(73,75,61)
#3B3E32
(59,62,50)
#2D3127
(45,49,39)
#1F241C
(31,36,28)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #9D997F

#9D997F
(157,153,127)
#A5A28A
(165,162,138)
#ADAB95
(173,171,149)
#B5B4A0
(181,180,160)
#BDBDAB
(189,189,171)
#C5C6B6
(197,198,182)
#CDCFC1
(205,207,193)
#D5D8CC
(213,216,204)
#DDE1D7
(221,225,215)
#E5EAE2
(229,234,226)
#EDF3ED
(237,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D997F color. Also use rgb(157,153,127) instead hex code.

Text Font Color

.myTextColor { color: #9D997F; }

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

This text font color is #9D997F.

Background Color

.myBgColor { background-color: #9D997F; }

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

This div background color is #9D997F.

Border color

.myBorderColor { border: 1px solid #9D997F; }

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

This div border color is #9D997F.

Opacity

.myOpacity80 { color: #9D997F; opacity: 0.8; }

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

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

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

This text has shadow with #9D997F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D997F.

Preview

Color preview on black background

This text has color #9D997F on black background.


Color preview on white background

This text has color #9D997F on white background.


Black color preview on #9D997F background

This text has black color on #9D997F background.


White color preview on #9D997F background

This text has white color on #9D997F background.


Related colors

Complementary color

Complementary color for #hex is #626680.


I love getcolorcode.com

Triadic colors

1 #7F9D99 and #997F9D with #9D997F are triadic colors.

2 #7F999D and #999D7F with #9D997F are triadic colors.