COLOR #9B717D

HEX: #9B717D
RGB: (155,113,125)

Color info

#9B717D contains red, green and blue colors in about the same proportion. Web safe color of #9B717D is #996666 (or #966).

RGB color model

#9B717D color RGB value is (155,113,125).

  • red value is 155;
  • green value is 113;
  • blue value is 125.
RGB:
(155,113,125)
(61%,44%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 113 of 255 = 44%
B 125 of 255 = 49%

155
113
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 113 + 125 = 393 (100%)
R 155 of 393 ~ 39.44%
G 113 of 393 ~ 28.75%
B 125 of 393 ~ 31.81%

%39.44
%28.75
%31.81

CMYK color model

#9B717D color CMYK value is (0,27,19,39).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,27,19,39)
C0M27Y19K39 
(0%,27%,19%,39%)
(0.00/0.27/0.19/0.39)	

CMYK percentages

%0
%27.1
%19.35
%39.22

Codes

Color #9B717D in popluar color models

9B717D
RGB155113125
HSL343°17.36%52.55%
HSB/HSV343°27.10%60.78%
CMYK0.00%27.10%19.35%
39.22%

Color #9B717D in popluar number systems.

HEX9B717D
Decimal155113125
Binary1001101111100011111101
Octal233161175

Shades and tints

Shades of #9B717D

#9B717D
(155,113,125)
#8D6772
(141,103,114)
#7F5D67
(127,93,103)
#71535C
(113,83,92)
#634951
(99,73,81)
#553F46
(85,63,70)
#47353B
(71,53,59)
#392B30
(57,43,48)
#2B2125
(43,33,37)
#1D171A
(29,23,26)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #9B717D

#9B717D
(155,113,125)
#A47D88
(164,125,136)
#AD8993
(173,137,147)
#B6959E
(182,149,158)
#BFA1A9
(191,161,169)
#C8ADB4
(200,173,180)
#D1B9BF
(209,185,191)
#DAC5CA
(218,197,202)
#E3D1D5
(227,209,213)
#ECDDE0
(236,221,224)
#F5E9EB
(245,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B717D color. Also use rgb(155,113,125) instead hex code.

Text Font Color

.myTextColor { color: #9B717D; }

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

This text font color is #9B717D.


Background Color

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

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

This div background color is #9B717D.


Border color

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

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

This div border color is #9B717D.


Opacity

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

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

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

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

This text has shadow with #9B717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B717D on black background.


Color preview on white background

This text has color #9B717D on white background.



Black color preview on #9B717D background

This text has black color on #9B717D background.


White color preview on #9B717D background

This text has white color on #9B717D background.