COLOR #9D7E6F

HEX: #9D7E6F RGB: (157,126,111)

Color info

#9D7E6F contains red, green and blue colors in about the same proportion. Web safe color of #9D7E6F is #996666 (or #966).

RGB color model

#9D7E6F color RGB value is (157,126,111).

RGB: (157,126,111) (62%, 49%, 44%)

RGB channels and saturation

R 157 of 255 = 62%
G 126 of 255 = 49%
B 111 of 255 = 44%

157
126
111

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

Portions of RGB colors in percentages

R + G + B = 157 + 126 + 111 = 394 (100%)
R 157 of 394 ~ 39.85%
G 126 of 394 ~ 31.98%
B 111 of 394 ~ 28.17'%

%39.85
%31.98
%28.17

CMYK color model

#9D7E6F color CMYK value is (0,20,29,38).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 29.30%
  • key color value is 38.43%

CMYK: (0,20,29,38)
C0M20Y29K38 (0%, 20%, 29%, 38%)
(0.00 / 0.20 / 0.29 / 0.38)

CMYK percentages

%0
%19.75
%29.3
%38.43

Codes

Color #9D7E6F in popluar color models

9D 7E 6F
RGB 157 126 111
HSL 20° 19.01% 52.55%
HSB/HSV 20° 29.30% 61.57%
CMYK 0.00% 19.75% 29.30%
38.43%

Color #9D7E6F in popluar number systems.

HEX 9D 7E 6F
Decimal 157 126 111
Binary 10011101 1111110 1101111
Octal 235 176 157

Shades and tints

Shades of #9D7E6F

#9D7E6F
(157,126,111)
#8F7365
(143,115,101)
#81685B
(129,104,91)
#735D51
(115,93,81)
#655247
(101,82,71)
#57473D
(87,71,61)
#493C33
(73,60,51)
#3B3129
(59,49,41)
#2D261F
(45,38,31)
#1F1B15
(31,27,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #9D7E6F

#9D7E6F
(157,126,111)
#A5897C
(165,137,124)
#AD9489
(173,148,137)
#B59F96
(181,159,150)
#BDAAA3
(189,170,163)
#C5B5B0
(197,181,176)
#CDC0BD
(205,192,189)
#D5CBCA
(213,203,202)
#DDD6D7
(221,214,215)
#E5E1E4
(229,225,228)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7E6F color. Also use rgb(157,126,111) instead hex code.

Text Font Color

.myTextColor { color: #9D7E6F; }

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

This text font color is #9D7E6F.

Background Color

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

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

This div background color is #9D7E6F.

Border color

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

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

This div border color is #9D7E6F.

Opacity

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

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

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

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

This text has shadow with #9D7E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7E6F.

Preview

Color preview on black background

This text has color #9D7E6F on black background.


Color preview on white background

This text has color #9D7E6F on white background.


Black color preview on #9D7E6F background

This text has black color on #9D7E6F background.


White color preview on #9D7E6F background

This text has white color on #9D7E6F background.


Related colors

Complementary color

Complementary color for #hex is #628190.


I love getcolorcode.com

Triadic colors

1 #6F9D7E and #7E6F9D with #9D7E6F are triadic colors.

2 #6F7E9D and #7E9D6F with #9D7E6F are triadic colors.