COLOR #9D7380

HEX: #9D7380
RGB: (157,115,128)

Color info

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

RGB color model

#9D7380 color RGB value is (157,115,128).

  • red value is 157;
  • green value is 115;
  • blue value is 128.
RGB:
(157,115,128)
(62%,45%,50%)

RGB channels and saturation

R 157 of 255 = 62%
G 115 of 255 = 45%
B 128 of 255 = 50%

157
115
128

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

Portions of RGB colors in percentages

R + G + B =
157 + 115 + 128 = 400 (100%)
R 157 of 400 ~ 39.25%
G 115 of 400 ~ 28.75%
B 128 of 400 ~ 32%

%39.25
%28.75
%32

CMYK color model

#9D7380 color CMYK value is (0,27,18,38).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 18.47%
  • key color value is 38.43%
CMYK:
(0,27,18,38)
C0M27Y18K38 
(0%,27%,18%,38%)
(0.00/0.27/0.18/0.38)	

CMYK percentages

%0
%26.75
%18.47
%38.43

Codes

Color #9D7380 in popluar color models

9D7380
RGB157115128
HSL341°17.65%53.33%
HSB/HSV341°26.75%61.57%
CMYK0.00%26.75%18.47%
38.43%

Color #9D7380 in popluar number systems.

HEX9D7380
Decimal157115128
Binary10011101111001110000000
Octal235163200

Shades and tints

Shades of #9D7380

#9D7380
(157,115,128)
#8F6975
(143,105,117)
#815F6A
(129,95,106)
#73555F
(115,85,95)
#654B54
(101,75,84)
#574149
(87,65,73)
#49373E
(73,55,62)
#3B2D33
(59,45,51)
#2D2328
(45,35,40)
#1F191D
(31,25,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #9D7380

#9D7380
(157,115,128)
#A57F8B
(165,127,139)
#AD8B96
(173,139,150)
#B597A1
(181,151,161)
#BDA3AC
(189,163,172)
#C5AFB7
(197,175,183)
#CDBBC2
(205,187,194)
#D5C7CD
(213,199,205)
#DDD3D8
(221,211,216)
#E5DFE3
(229,223,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7380 color. Also use rgb(157,115,128) instead hex code.

Text Font Color

.myTextColor { color: #9D7380; }

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

This text font color is #9D7380.


Background Color

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

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

This div background color is #9D7380.


Border color

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

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

This div border color is #9D7380.


Opacity

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

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

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

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

This text has shadow with #9D7380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7380 on black background.


Color preview on white background

This text has color #9D7380 on white background.



Black color preview on #9D7380 background

This text has black color on #9D7380 background.


White color preview on #9D7380 background

This text has white color on #9D7380 background.