COLOR #9D7685

HEX: #9D7685
RGB: (157,118,133)

Color info

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

RGB color model

#9D7685 color RGB value is (157,118,133).

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

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 133 of 255 = 52%

157
118
133

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

Portions of RGB colors in percentages

R + G + B =
157 + 118 + 133 = 408 (100%)
R 157 of 408 ~ 38.48%
G 118 of 408 ~ 28.92%
B 133 of 408 ~ 32.6%

%38.48
%28.92
%32.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 15.29%
  • 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
%15.29
%38.43

Codes

Color #9D7685 in popluar color models

9D7685
RGB157118133
HSL337°16.60%53.92%
HSB/HSV337°24.84%61.57%
CMYK0.00%24.84%15.29%
38.43%

Color #9D7685 in popluar number systems.

HEX9D7685
Decimal157118133
Binary10011101111011010000101
Octal235166205

Shades and tints

Shades of #9D7685

#9D7685
(157,118,133)
#8F6C79
(143,108,121)
#81626D
(129,98,109)
#735861
(115,88,97)
#654E55
(101,78,85)
#574449
(87,68,73)
#493A3D
(73,58,61)
#3B3031
(59,48,49)
#2D2625
(45,38,37)
#1F1C19
(31,28,25)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #9D7685

#9D7685
(157,118,133)
#A58290
(165,130,144)
#AD8E9B
(173,142,155)
#B59AA6
(181,154,166)
#BDA6B1
(189,166,177)
#C5B2BC
(197,178,188)
#CDBEC7
(205,190,199)
#D5CAD2
(213,202,210)
#DDD6DD
(221,214,221)
#E5E2E8
(229,226,232)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7685; }

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

This text font color is #9D7685.


Background Color

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

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

This div background color is #9D7685.


Border color

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

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

This div border color is #9D7685.


Opacity

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

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

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

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

This text has shadow with #9D7685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7685 on black background.


Color preview on white background

This text has color #9D7685 on white background.



Black color preview on #9D7685 background

This text has black color on #9D7685 background.


White color preview on #9D7685 background

This text has white color on #9D7685 background.