COLOR #9D7686

HEX: #9D7686
RGB: (157,118,134)

Color info

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

RGB color model

#9D7686 color RGB value is (157,118,134).

  • red value is 157;
  • green value is 118;
  • blue value is 134.
RGB:
(157,118,134)
(62%,46%,53%)

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 134 of 255 = 53%

157
118
134

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

Portions of RGB colors in percentages

R + G + B =
157 + 118 + 134 = 409 (100%)
R 157 of 409 ~ 38.39%
G 118 of 409 ~ 28.85%
B 134 of 409 ~ 32.76%

%38.39
%28.85
%32.76

CMYK color model

#9D7686 color CMYK value is (0,25,15,38).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 14.65%
  • key color value is 38.43%
CMYK:
(0,25,15,38)
C0M25Y15K38 
(0%,25%,15%,38%)
(0.00/0.25/0.15/0.38)	

CMYK percentages

%0
%24.84
%14.65
%38.43

Codes

Color #9D7686 in popluar color models

9D7686
RGB157118134
HSL335°16.60%53.92%
HSB/HSV335°24.84%61.57%
CMYK0.00%24.84%14.65%
38.43%

Color #9D7686 in popluar number systems.

HEX9D7686
Decimal157118134
Binary10011101111011010000110
Octal235166206

Shades and tints

Shades of #9D7686

#9D7686
(157,118,134)
#8F6C7A
(143,108,122)
#81626E
(129,98,110)
#735862
(115,88,98)
#654E56
(101,78,86)
#57444A
(87,68,74)
#493A3E
(73,58,62)
#3B3032
(59,48,50)
#2D2626
(45,38,38)
#1F1C1A
(31,28,26)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #9D7686

#9D7686
(157,118,134)
#A58291
(165,130,145)
#AD8E9C
(173,142,156)
#B59AA7
(181,154,167)
#BDA6B2
(189,166,178)
#C5B2BD
(197,178,189)
#CDBEC8
(205,190,200)
#D5CAD3
(213,202,211)
#DDD6DE
(221,214,222)
#E5E2E9
(229,226,233)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7686 color. Also use rgb(157,118,134) instead hex code.

Text Font Color

.myTextColor { color: #9D7686; }

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

This text font color is #9D7686.


Background Color

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

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

This div background color is #9D7686.


Border color

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

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

This div border color is #9D7686.


Opacity

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

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

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

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

This text has shadow with #9D7686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7686 on black background.


Color preview on white background

This text has color #9D7686 on white background.



Black color preview on #9D7686 background

This text has black color on #9D7686 background.


White color preview on #9D7686 background

This text has white color on #9D7686 background.