COLOR #9D6E79

HEX: #9D6E79
RGB: (157,110,121)

Color info

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

RGB color model

#9D6E79 color RGB value is (157,110,121).

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

RGB channels and saturation

R 157 of 255 = 62%
G 110 of 255 = 43%
B 121 of 255 = 47%

157
110
121

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

Portions of RGB colors in percentages

R + G + B =
157 + 110 + 121 = 388 (100%)
R 157 of 388 ~ 40.46%
G 110 of 388 ~ 28.35%
B 121 of 388 ~ 31.19%

%40.46
%28.35
%31.19

CMYK color model

#9D6E79 color CMYK value is (0,30,23,38).

  • cyan value is 0.00%
  • magenta value is 29.94%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK:
(0,30,23,38)
C0M30Y23K38 
(0%,30%,23%,38%)
(0.00/0.30/0.23/0.38)	

CMYK percentages

%0
%29.94
%22.93
%38.43

Codes

Color #9D6E79 in popluar color models

9D6E79
RGB157110121
HSL346°19.34%52.35%
HSB/HSV346°29.94%61.57%
CMYK0.00%29.94%22.93%
38.43%

Color #9D6E79 in popluar number systems.

HEX9D6E79
Decimal157110121
Binary1001110111011101111001
Octal235156171

Shades and tints

Shades of #9D6E79

#9D6E79
(157,110,121)
#8F646E
(143,100,110)
#815A63
(129,90,99)
#735058
(115,80,88)
#65464D
(101,70,77)
#573C42
(87,60,66)
#493237
(73,50,55)
#3B282C
(59,40,44)
#2D1E21
(45,30,33)
#1F1416
(31,20,22)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #9D6E79

#9D6E79
(157,110,121)
#A57B85
(165,123,133)
#AD8891
(173,136,145)
#B5959D
(181,149,157)
#BDA2A9
(189,162,169)
#C5AFB5
(197,175,181)
#CDBCC1
(205,188,193)
#D5C9CD
(213,201,205)
#DDD6D9
(221,214,217)
#E5E3E5
(229,227,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D6E79; }

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

This text font color is #9D6E79.


Background Color

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

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

This div background color is #9D6E79.


Border color

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

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

This div border color is #9D6E79.


Opacity

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

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

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

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

This text has shadow with #9D6E79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D6E79 on black background.


Color preview on white background

This text has color #9D6E79 on white background.



Black color preview on #9D6E79 background

This text has black color on #9D6E79 background.


White color preview on #9D6E79 background

This text has white color on #9D6E79 background.