COLOR #9D506E

HEX: #9D506E
RGB: (157,80,110)

Color info

#9D506E contains mainly red and blue colors. Web safe color of #9D506E is #996666 (or #966).

RGB color model

#9D506E color RGB value is (157,80,110).

  • red value is 157;
  • green value is 80;
  • blue value is 110.
RGB:
(157,80,110)
(62%,31%,43%)

RGB channels and saturation

R 157 of 255 = 62%
G 80 of 255 = 31%
B 110 of 255 = 43%

157
80
110

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

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 110 = 347 (100%)
R 157 of 347 ~ 45.24%
G 80 of 347 ~ 23.05%
B 110 of 347 ~ 31.7%

%45.24
%23.05
%31.7

CMYK color model

#9D506E color CMYK value is (0,49,30,38).

  • cyan value is 0.00%
  • magenta value is 49.04%
  • yellow value is 29.94%
  • key color value is 38.43%
CMYK:
(0,49,30,38)
C0M49Y30K38 
(0%,49%,30%,38%)
(0.00/0.49/0.30/0.38)	

CMYK percentages

%0
%49.04
%29.94
%38.43

Codes

Color #9D506E in popluar color models

9D506E
RGB15780110
HSL337°32.49%46.47%
HSB/HSV337°49.04%61.57%
CMYK0.00%49.04%29.94%
38.43%

Color #9D506E in popluar number systems.

HEX9D506E
Decimal15780110
Binary1001110110100001101110
Octal235120156

Shades and tints

Shades of #9D506E

#9D506E
(157,80,110)
#8F4964
(143,73,100)
#81425A
(129,66,90)
#733B50
(115,59,80)
#653446
(101,52,70)
#572D3C
(87,45,60)
#492632
(73,38,50)
#3B1F28
(59,31,40)
#2D181E
(45,24,30)
#1F1114
(31,17,20)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #9D506E

#9D506E
(157,80,110)
#A55F7B
(165,95,123)
#AD6E88
(173,110,136)
#B57D95
(181,125,149)
#BD8CA2
(189,140,162)
#C59BAF
(197,155,175)
#CDAABC
(205,170,188)
#D5B9C9
(213,185,201)
#DDC8D6
(221,200,214)
#E5D7E3
(229,215,227)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D506E color. Also use rgb(157,80,110) instead hex code.

Text Font Color

.myTextColor { color: #9D506E; }

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

This text font color is #9D506E.


Background Color

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

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

This div background color is #9D506E.


Border color

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

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

This div border color is #9D506E.


Opacity

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

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

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

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

This text has shadow with #9D506E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D506E on black background.


Color preview on white background

This text has color #9D506E on white background.



Black color preview on #9D506E background

This text has black color on #9D506E background.


White color preview on #9D506E background

This text has white color on #9D506E background.