COLOR #9D7C93

HEX: #9D7C93
RGB: (157,124,147)

Color info

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

RGB color model

#9D7C93 color RGB value is (157,124,147).

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

RGB channels and saturation

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

157
124
147

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

Portions of RGB colors in percentages

R + G + B =
157 + 124 + 147 = 428 (100%)
R 157 of 428 ~ 36.68%
G 124 of 428 ~ 28.97%
B 147 of 428 ~ 34.35%

%36.68
%28.97
%34.35

CMYK color model

#9D7C93 color CMYK value is (0,21,6,38).

  • cyan value is 0.00%
  • magenta value is 21.02%
  • yellow value is 6.37%
  • key color value is 38.43%
CMYK:
(0,21,6,38)
C0M21Y6K38 
(0%,21%,6%,38%)
(0.00/0.21/0.06/0.38)	

CMYK percentages

%0
%21.02
%6.37
%38.43

Codes

Color #9D7C93 in popluar color models

9D7C93
RGB157124147
HSL318°14.41%55.10%
HSB/HSV318°21.02%61.57%
CMYK0.00%21.02%6.37%
38.43%

Color #9D7C93 in popluar number systems.

HEX9D7C93
Decimal157124147
Binary10011101111110010010011
Octal235174223

Shades and tints

Shades of #9D7C93

#9D7C93
(157,124,147)
#8F7186
(143,113,134)
#816679
(129,102,121)
#735B6C
(115,91,108)
#65505F
(101,80,95)
#574552
(87,69,82)
#493A45
(73,58,69)
#3B2F38
(59,47,56)
#2D242B
(45,36,43)
#1F191E
(31,25,30)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #9D7C93

#9D7C93
(157,124,147)
#A5879C
(165,135,156)
#AD92A5
(173,146,165)
#B59DAE
(181,157,174)
#BDA8B7
(189,168,183)
#C5B3C0
(197,179,192)
#CDBEC9
(205,190,201)
#D5C9D2
(213,201,210)
#DDD4DB
(221,212,219)
#E5DFE4
(229,223,228)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7C93; }

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

This text font color is #9D7C93.


Background Color

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

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

This div background color is #9D7C93.


Border color

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

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

This div border color is #9D7C93.


Opacity

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

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

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

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

This text has shadow with #9D7C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7C93 on black background.


Color preview on white background

This text has color #9D7C93 on white background.



Black color preview on #9D7C93 background

This text has black color on #9D7C93 background.


White color preview on #9D7C93 background

This text has white color on #9D7C93 background.