COLOR #9D7D93

HEX: #9D7D93
RGB: (157,125,147)

Color info

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

RGB color model

#9D7D93 color RGB value is (157,125,147).

  • red value is 157;
  • green value is 125;
  • blue value is 147.
RGB:
(157,125,147)
(62%,49%,58%)

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 147 of 255 = 58%

157
125
147

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 147 = 429 (100%)
R 157 of 429 ~ 36.6%
G 125 of 429 ~ 29.14%
B 147 of 429 ~ 34.27%

%36.6
%29.14
%34.27

CMYK color model

#9D7D93 color CMYK value is (0,20,6,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 6.37%
  • key color value is 38.43%
CMYK:
(0,20,6,38)
C0M20Y6K38 
(0%,20%,6%,38%)
(0.00/0.20/0.06/0.38)	

CMYK percentages

%0
%20.38
%6.37
%38.43

Codes

Color #9D7D93 in popluar color models

9D7D93
RGB157125147
HSL319°14.04%55.29%
HSB/HSV319°20.38%61.57%
CMYK0.00%20.38%6.37%
38.43%

Color #9D7D93 in popluar number systems.

HEX9D7D93
Decimal157125147
Binary10011101111110110010011
Octal235175223

Shades and tints

Shades of #9D7D93

#9D7D93
(157,125,147)
#8F7286
(143,114,134)
#816779
(129,103,121)
#735C6C
(115,92,108)
#65515F
(101,81,95)
#574652
(87,70,82)
#493B45
(73,59,69)
#3B3038
(59,48,56)
#2D252B
(45,37,43)
#1F1A1E
(31,26,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #9D7D93

#9D7D93
(157,125,147)
#A5889C
(165,136,156)
#AD93A5
(173,147,165)
#B59EAE
(181,158,174)
#BDA9B7
(189,169,183)
#C5B4C0
(197,180,192)
#CDBFC9
(205,191,201)
#D5CAD2
(213,202,210)
#DDD5DB
(221,213,219)
#E5E0E4
(229,224,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7D93 color. Also use rgb(157,125,147) instead hex code.

Text Font Color

.myTextColor { color: #9D7D93; }

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

This text font color is #9D7D93.


Background Color

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

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

This div background color is #9D7D93.


Border color

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

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

This div border color is #9D7D93.


Opacity

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

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

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

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

This text has shadow with #9D7D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D93 on black background.


Color preview on white background

This text has color #9D7D93 on white background.



Black color preview on #9D7D93 background

This text has black color on #9D7D93 background.


White color preview on #9D7D93 background

This text has white color on #9D7D93 background.