COLOR #9D6E75

HEX: #9D6E75
RGB: (157,110,117)

Color info

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

RGB color model

#9D6E75 color RGB value is (157,110,117).

  • red value is 157;
  • green value is 110;
  • blue value is 117.
RGB:
(157,110,117)
(62%,43%,46%)

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 117 of 255 = 46%

157
110
117

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 117 = 384 (100%)
R 157 of 384 ~ 40.89%
G 110 of 384 ~ 28.65%
B 117 of 384 ~ 30.47%

%40.89
%28.65
%30.47

CMYK color model

#9D6E75 color CMYK value is (0,30,25,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 25.48%
  • key color value is 38.43%
CMYK:
(0,30,25,38)
C0M30Y25K38 
(0%,30%,25%,38%)
(0.00/0.30/0.25/0.38)	

CMYK percentages

%0
%29.94
%25.48
%38.43

Codes

Color #9D6E75 in popluar color models

9D6E75
RGB157110117
HSL351°19.34%52.35%
HSB/HSV351°29.94%61.57%
CMYK0.00%29.94%25.48%
38.43%

Color #9D6E75 in popluar number systems.

HEX9D6E75
Decimal157110117
Binary1001110111011101110101
Octal235156165

Shades and tints

Shades of #9D6E75

#9D6E75
(157,110,117)
#8F646B
(143,100,107)
#815A61
(129,90,97)
#735057
(115,80,87)
#65464D
(101,70,77)
#573C43
(87,60,67)
#493239
(73,50,57)
#3B282F
(59,40,47)
#2D1E25
(45,30,37)
#1F141B
(31,20,27)
#110A11
(17,10,17)
#000000
(0,0,0)

Tints of #9D6E75

#9D6E75
(157,110,117)
#A57B81
(165,123,129)
#AD888D
(173,136,141)
#B59599
(181,149,153)
#BDA2A5
(189,162,165)
#C5AFB1
(197,175,177)
#CDBCBD
(205,188,189)
#D5C9C9
(213,201,201)
#DDD6D5
(221,214,213)
#E5E3E1
(229,227,225)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6E75 color. Also use rgb(157,110,117) instead hex code.

Text Font Color

.myTextColor { color: #9D6E75; }

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

This text font color is #9D6E75.


Background Color

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

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

This div background color is #9D6E75.


Border color

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

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

This div border color is #9D6E75.


Opacity

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

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

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

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

This text has shadow with #9D6E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E75 on black background.


Color preview on white background

This text has color #9D6E75 on white background.



Black color preview on #9D6E75 background

This text has black color on #9D6E75 background.


White color preview on #9D6E75 background

This text has white color on #9D6E75 background.