COLOR #9D7F95

HEX: #9D7F95
RGB: (157,127,149)

Color info

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

RGB color model

#9D7F95 color RGB value is (157,127,149).

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

RGB channels and saturation

R 157 of 255 = 62%
G 127 of 255 = 50%
B 149 of 255 = 58%

157
127
149

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

Portions of RGB colors in percentages

R + G + B =
157 + 127 + 149 = 433 (100%)
R 157 of 433 ~ 36.26%
G 127 of 433 ~ 29.33%
B 149 of 433 ~ 34.41%

%36.26
%29.33
%34.41

CMYK color model

#9D7F95 color CMYK value is (0,19,5,38).

  • cyan value is 0.00%
  • magenta value is 19.11%
  • yellow value is 5.10%
  • key color value is 38.43%
CMYK:
(0,19,5,38)
C0M19Y5K38 
(0%,19%,5%,38%)
(0.00/0.19/0.05/0.38)	

CMYK percentages

%0
%19.11
%5.1
%38.43

Codes

Color #9D7F95 in popluar color models

9D7F95
RGB157127149
HSL316°13.27%55.69%
HSB/HSV316°19.11%61.57%
CMYK0.00%19.11%5.10%
38.43%

Color #9D7F95 in popluar number systems.

HEX9D7F95
Decimal157127149
Binary10011101111111110010101
Octal235177225

Shades and tints

Shades of #9D7F95

#9D7F95
(157,127,149)
#8F7488
(143,116,136)
#81697B
(129,105,123)
#735E6E
(115,94,110)
#655361
(101,83,97)
#574854
(87,72,84)
#493D47
(73,61,71)
#3B323A
(59,50,58)
#2D272D
(45,39,45)
#1F1C20
(31,28,32)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #9D7F95

#9D7F95
(157,127,149)
#A58A9E
(165,138,158)
#AD95A7
(173,149,167)
#B5A0B0
(181,160,176)
#BDABB9
(189,171,185)
#C5B6C2
(197,182,194)
#CDC1CB
(205,193,203)
#D5CCD4
(213,204,212)
#DDD7DD
(221,215,221)
#E5E2E6
(229,226,230)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7F95; }

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

This text font color is #9D7F95.


Background Color

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

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

This div background color is #9D7F95.


Border color

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

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

This div border color is #9D7F95.


Opacity

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

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

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

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

This text has shadow with #9D7F95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7F95 on black background.


Color preview on white background

This text has color #9D7F95 on white background.



Black color preview on #9D7F95 background

This text has black color on #9D7F95 background.


White color preview on #9D7F95 background

This text has white color on #9D7F95 background.