COLOR #9B5D6D

HEX: #9B5D6D
RGB: (155,93,109)

Color info

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

RGB color model

#9B5D6D color RGB value is (155,93,109).

  • red value is 155;
  • green value is 93;
  • blue value is 109.
RGB:
(155,93,109)
(61%,36%,43%)

RGB channels and saturation

R 155 of 255 = 61%
G 93 of 255 = 36%
B 109 of 255 = 43%

155
93
109

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

Portions of RGB colors in percentages

R + G + B =
155 + 93 + 109 = 357 (100%)
R 155 of 357 ~ 43.42%
G 93 of 357 ~ 26.05%
B 109 of 357 ~ 30.53%

%43.42
%26.05
%30.53

CMYK color model

#9B5D6D color CMYK value is (0,40,30,39).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(0,40,30,39)
C0M40Y30K39 
(0%,40%,30%,39%)
(0.00/0.40/0.30/0.39)	

CMYK percentages

%0
%40
%29.68
%39.22

Codes

Color #9B5D6D in popluar color models

9B5D6D
RGB15593109
HSL345°25.00%48.63%
HSB/HSV345°40.00%60.78%
CMYK0.00%40.00%29.68%
39.22%

Color #9B5D6D in popluar number systems.

HEX9B5D6D
Decimal15593109
Binary1001101110111011101101
Octal233135155

Shades and tints

Shades of #9B5D6D

#9B5D6D
(155,93,109)
#8D5564
(141,85,100)
#7F4D5B
(127,77,91)
#714552
(113,69,82)
#633D49
(99,61,73)
#553540
(85,53,64)
#472D37
(71,45,55)
#39252E
(57,37,46)
#2B1D25
(43,29,37)
#1D151C
(29,21,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #9B5D6D

#9B5D6D
(155,93,109)
#A46B7A
(164,107,122)
#AD7987
(173,121,135)
#B68794
(182,135,148)
#BF95A1
(191,149,161)
#C8A3AE
(200,163,174)
#D1B1BB
(209,177,187)
#DABFC8
(218,191,200)
#E3CDD5
(227,205,213)
#ECDBE2
(236,219,226)
#F5E9EF
(245,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5D6D color. Also use rgb(155,93,109) instead hex code.

Text Font Color

.myTextColor { color: #9B5D6D; }

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

This text font color is #9B5D6D.


Background Color

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

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

This div background color is #9B5D6D.


Border color

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

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

This div border color is #9B5D6D.


Opacity

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

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

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

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

This text has shadow with #9B5D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5D6D on black background.


Color preview on white background

This text has color #9B5D6D on white background.



Black color preview on #9B5D6D background

This text has black color on #9B5D6D background.


White color preview on #9B5D6D background

This text has white color on #9B5D6D background.