COLOR #9D7682

HEX: #9D7682
RGB: (157,118,130)

Color info

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

RGB color model

#9D7682 color RGB value is (157,118,130).

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

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 130 of 255 = 51%

157
118
130

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

Portions of RGB colors in percentages

R + G + B =
157 + 118 + 130 = 405 (100%)
R 157 of 405 ~ 38.77%
G 118 of 405 ~ 29.14%
B 130 of 405 ~ 32.1%

%38.77
%29.14
%32.1

CMYK color model

#9D7682 color CMYK value is (0,25,17,38).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 17.20%
  • key color value is 38.43%
CMYK:
(0,25,17,38)
C0M25Y17K38 
(0%,25%,17%,38%)
(0.00/0.25/0.17/0.38)	

CMYK percentages

%0
%24.84
%17.2
%38.43

Codes

Color #9D7682 in popluar color models

9D7682
RGB157118130
HSL342°16.60%53.92%
HSB/HSV342°24.84%61.57%
CMYK0.00%24.84%17.20%
38.43%

Color #9D7682 in popluar number systems.

HEX9D7682
Decimal157118130
Binary10011101111011010000010
Octal235166202

Shades and tints

Shades of #9D7682

#9D7682
(157,118,130)
#8F6C77
(143,108,119)
#81626C
(129,98,108)
#735861
(115,88,97)
#654E56
(101,78,86)
#57444B
(87,68,75)
#493A40
(73,58,64)
#3B3035
(59,48,53)
#2D262A
(45,38,42)
#1F1C1F
(31,28,31)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9D7682

#9D7682
(157,118,130)
#A5828D
(165,130,141)
#AD8E98
(173,142,152)
#B59AA3
(181,154,163)
#BDA6AE
(189,166,174)
#C5B2B9
(197,178,185)
#CDBEC4
(205,190,196)
#D5CACF
(213,202,207)
#DDD6DA
(221,214,218)
#E5E2E5
(229,226,229)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7682; }

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

This text font color is #9D7682.


Background Color

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

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

This div background color is #9D7682.


Border color

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

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

This div border color is #9D7682.


Opacity

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

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

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

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

This text has shadow with #9D7682 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7682 on black background.


Color preview on white background

This text has color #9D7682 on white background.



Black color preview on #9D7682 background

This text has black color on #9D7682 background.


White color preview on #9D7682 background

This text has white color on #9D7682 background.