COLOR #9D7D8E

HEX: #9D7D8E
RGB: (157,125,142)

Color info

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

RGB color model

#9D7D8E color RGB value is (157,125,142).

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

RGB channels and saturation

R 157 of 255 = 62%
G 125 of 255 = 49%
B 142 of 255 = 56%

157
125
142

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

Portions of RGB colors in percentages

R + G + B =
157 + 125 + 142 = 424 (100%)
R 157 of 424 ~ 37.03%
G 125 of 424 ~ 29.48%
B 142 of 424 ~ 33.49%

%37.03
%29.48
%33.49

CMYK color model

#9D7D8E color CMYK value is (0,20,10,38).

  • cyan value is 0.00%
  • magenta value is 20.38%
  • yellow value is 9.55%
  • key color value is 38.43%
CMYK:
(0,20,10,38)
C0M20Y10K38 
(0%,20%,10%,38%)
(0.00/0.20/0.10/0.38)	

CMYK percentages

%0
%20.38
%9.55
%38.43

Codes

Color #9D7D8E in popluar color models

9D7D8E
RGB157125142
HSL328°14.04%55.29%
HSB/HSV328°20.38%61.57%
CMYK0.00%20.38%9.55%
38.43%

Color #9D7D8E in popluar number systems.

HEX9D7D8E
Decimal157125142
Binary10011101111110110001110
Octal235175216

Shades and tints

Shades of #9D7D8E

#9D7D8E
(157,125,142)
#8F7282
(143,114,130)
#816776
(129,103,118)
#735C6A
(115,92,106)
#65515E
(101,81,94)
#574652
(87,70,82)
#493B46
(73,59,70)
#3B303A
(59,48,58)
#2D252E
(45,37,46)
#1F1A22
(31,26,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #9D7D8E

#9D7D8E
(157,125,142)
#A58898
(165,136,152)
#AD93A2
(173,147,162)
#B59EAC
(181,158,172)
#BDA9B6
(189,169,182)
#C5B4C0
(197,180,192)
#CDBFCA
(205,191,202)
#D5CAD4
(213,202,212)
#DDD5DE
(221,213,222)
#E5E0E8
(229,224,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7D8E; }

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

This text font color is #9D7D8E.


Background Color

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

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

This div background color is #9D7D8E.


Border color

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

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

This div border color is #9D7D8E.


Opacity

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

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

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

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

This text has shadow with #9D7D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D7D8E on black background.


Color preview on white background

This text has color #9D7D8E on white background.



Black color preview on #9D7D8E background

This text has black color on #9D7D8E background.


White color preview on #9D7D8E background

This text has white color on #9D7D8E background.