COLOR #9D7E9A

HEX: #9D7E9A RGB: (157,126,154)

Color info

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

RGB color model

#9D7E9A color RGB value is (157,126,154).

RGB: (157,126,154) (62%, 49%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 126 of 255 = 49%
B 154 of 255 = 60%

157
126
154

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

Portions of RGB colors in percentages

R + G + B = 157 + 126 + 154 = 437 (100%)
R 157 of 437 ~ 35.93%
G 126 of 437 ~ 28.83%
B 154 of 437 ~ 35.24'%

%35.93
%28.83
%35.24

CMYK color model

#9D7E9A color CMYK value is (0,20,2,38).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 1.91%
  • key color value is 38.43%

CMYK: (0,20,2,38)
C0M20Y2K38 (0%, 20%, 2%, 38%)
(0.00 / 0.20 / 0.02 / 0.38)

CMYK percentages

%0
%19.75
%1.91
%38.43

Codes

Color #9D7E9A in popluar color models

9D 7E 9A
RGB 157 126 154
HSL 306° 13.66% 55.49%
HSB/HSV 306° 19.75% 61.57%
CMYK 0.00% 19.75% 1.91%
38.43%

Color #9D7E9A in popluar number systems.

HEX 9D 7E 9A
Decimal 157 126 154
Binary 10011101 1111110 10011010
Octal 235 176 232

Shades and tints

Shades of #9D7E9A

#9D7E9A
(157,126,154)
#8F738C
(143,115,140)
#81687E
(129,104,126)
#735D70
(115,93,112)
#655262
(101,82,98)
#574754
(87,71,84)
#493C46
(73,60,70)
#3B3138
(59,49,56)
#2D262A
(45,38,42)
#1F1B1C
(31,27,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #9D7E9A

#9D7E9A
(157,126,154)
#A589A3
(165,137,163)
#AD94AC
(173,148,172)
#B59FB5
(181,159,181)
#BDAABE
(189,170,190)
#C5B5C7
(197,181,199)
#CDC0D0
(205,192,208)
#D5CBD9
(213,203,217)
#DDD6E2
(221,214,226)
#E5E1EB
(229,225,235)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7E9A; }

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

This text font color is #9D7E9A.

Background Color

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

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

This div background color is #9D7E9A.

Border color

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

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

This div border color is #9D7E9A.

Opacity

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

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

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

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

This text has shadow with #9D7E9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7E9A.

Preview

Color preview on black background

This text has color #9D7E9A on black background.


Color preview on white background

This text has color #9D7E9A on white background.


Black color preview on #9D7E9A background

This text has black color on #9D7E9A background.


White color preview on #9D7E9A background

This text has white color on #9D7E9A background.


Related colors

Complementary color

Complementary color for #hex is #628165.


I love getcolorcode.com

Triadic colors

1 #9A9D7E and #7E9A9D with #9D7E9A are triadic colors.

2 #9A7E9D and #7E9D9A with #9D7E9A are triadic colors.