COLOR #9D7F9A

HEX: #9D7F9A
RGB: (157,127,154)

Color info

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

RGB color model

#9D7F9A color RGB value is (157,127,154).

  • red value is 157;
  • green value is 127;
  • blue value is 154.
RGB:
(157,127,154)
(62%,50%,60%)

RGB channels and saturation

R 157 of 255 = 62%
G 127 of 255 = 50%
B 154 of 255 = 60%

157
127
154

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

Portions of RGB colors in percentages

R + G + B =
157 + 127 + 154 = 438 (100%)
R 157 of 438 ~ 35.84%
G 127 of 438 ~ 29%
B 154 of 438 ~ 35.16%

%35.84
%29
%35.16

CMYK color model

#9D7F9A color CMYK value is (0,19,2,38).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 1.91%
  • key color value is 38.43%
CMYK:
(0,19,2,38)
C0M19Y2K38 
(0%,19%,2%,38%)
(0.00/0.19/0.02/0.38)	

CMYK percentages

%0
%19.11
%1.91
%38.43

Codes

Color #9D7F9A in popluar color models

9D7F9A
RGB157127154
HSL306°13.27%55.69%
HSB/HSV306°19.11%61.57%
CMYK0.00%19.11%1.91%
38.43%

Color #9D7F9A in popluar number systems.

HEX9D7F9A
Decimal157127154
Binary10011101111111110011010
Octal235177232

Shades and tints

Shades of #9D7F9A

#9D7F9A
(157,127,154)
#8F748C
(143,116,140)
#81697E
(129,105,126)
#735E70
(115,94,112)
#655362
(101,83,98)
#574854
(87,72,84)
#493D46
(73,61,70)
#3B3238
(59,50,56)
#2D272A
(45,39,42)
#1F1C1C
(31,28,28)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #9D7F9A

#9D7F9A
(157,127,154)
#A58AA3
(165,138,163)
#AD95AC
(173,149,172)
#B5A0B5
(181,160,181)
#BDABBE
(189,171,190)
#C5B6C7
(197,182,199)
#CDC1D0
(205,193,208)
#D5CCD9
(213,204,217)
#DDD7E2
(221,215,226)
#E5E2EB
(229,226,235)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D7F9A color. Also use rgb(157,127,154) instead hex code.

Text Font Color

.myTextColor { color: #9D7F9A; }

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

This text font color is #9D7F9A.


Background Color

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

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

This div background color is #9D7F9A.


Border color

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

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

This div border color is #9D7F9A.


Opacity

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

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

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

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

This text has shadow with #9D7F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7F9A on black background.


Color preview on white background

This text has color #9D7F9A on white background.



Black color preview on #9D7F9A background

This text has black color on #9D7F9A background.


White color preview on #9D7F9A background

This text has white color on #9D7F9A background.