COLOR #9D5E6B

HEX: #9D5E6B
RGB: (157,94,107)

Color info

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

RGB color model

#9D5E6B color RGB value is (157,94,107).

  • red value is 157;
  • green value is 94;
  • blue value is 107.
RGB:
(157,94,107)
(62%,37%,42%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 107 of 255 = 42%

157
94
107

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

Portions of RGB colors in percentages

R + G + B =
157 + 94 + 107 = 358 (100%)
R 157 of 358 ~ 43.85%
G 94 of 358 ~ 26.26%
B 107 of 358 ~ 29.89%

%43.85
%26.26
%29.89

CMYK color model

#9D5E6B color CMYK value is (0,40,32,38).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 31.85%
  • key color value is 38.43%
CMYK:
(0,40,32,38)
C0M40Y32K38 
(0%,40%,32%,38%)
(0.00/0.40/0.32/0.38)	

CMYK percentages

%0
%40.13
%31.85
%38.43

Codes

Color #9D5E6B in popluar color models

9D5E6B
RGB15794107
HSL348°25.10%49.22%
HSB/HSV348°40.13%61.57%
CMYK0.00%40.13%31.85%
38.43%

Color #9D5E6B in popluar number systems.

HEX9D5E6B
Decimal15794107
Binary1001110110111101101011
Octal235136153

Shades and tints

Shades of #9D5E6B

#9D5E6B
(157,94,107)
#8F5662
(143,86,98)
#814E59
(129,78,89)
#734650
(115,70,80)
#653E47
(101,62,71)
#57363E
(87,54,62)
#492E35
(73,46,53)
#3B262C
(59,38,44)
#2D1E23
(45,30,35)
#1F161A
(31,22,26)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #9D5E6B

#9D5E6B
(157,94,107)
#A56C78
(165,108,120)
#AD7A85
(173,122,133)
#B58892
(181,136,146)
#BD969F
(189,150,159)
#C5A4AC
(197,164,172)
#CDB2B9
(205,178,185)
#D5C0C6
(213,192,198)
#DDCED3
(221,206,211)
#E5DCE0
(229,220,224)
#EDEAED
(237,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5E6B color. Also use rgb(157,94,107) instead hex code.

Text Font Color

.myTextColor { color: #9D5E6B; }

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

This text font color is #9D5E6B.


Background Color

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

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

This div background color is #9D5E6B.


Border color

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

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

This div border color is #9D5E6B.


Opacity

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

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

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

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

This text has shadow with #9D5E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5E6B on black background.


Color preview on white background

This text has color #9D5E6B on white background.



Black color preview on #9D5E6B background

This text has black color on #9D5E6B background.


White color preview on #9D5E6B background

This text has white color on #9D5E6B background.