COLOR #9B757D

HEX: #9B757D
RGB: (155,117,125)

Color info

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

RGB color model

#9B757D color RGB value is (155,117,125).

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

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 125 of 255 = 49%

155
117
125

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

Portions of RGB colors in percentages

R + G + B =
155 + 117 + 125 = 397 (100%)
R 155 of 397 ~ 39.04%
G 117 of 397 ~ 29.47%
B 125 of 397 ~ 31.49%

%39.04
%29.47
%31.49

CMYK color model

#9B757D color CMYK value is (0,25,19,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 19.35%
  • key color value is 39.22%
CMYK:
(0,25,19,39)
C0M25Y19K39 
(0%,25%,19%,39%)
(0.00/0.25/0.19/0.39)	

CMYK percentages

%0
%24.52
%19.35
%39.22

Codes

Color #9B757D in popluar color models

9B757D
RGB155117125
HSL347°15.97%53.33%
HSB/HSV347°24.52%60.78%
CMYK0.00%24.52%19.35%
39.22%

Color #9B757D in popluar number systems.

HEX9B757D
Decimal155117125
Binary1001101111101011111101
Octal233165175

Shades and tints

Shades of #9B757D

#9B757D
(155,117,125)
#8D6B72
(141,107,114)
#7F6167
(127,97,103)
#71575C
(113,87,92)
#634D51
(99,77,81)
#554346
(85,67,70)
#47393B
(71,57,59)
#392F30
(57,47,48)
#2B2525
(43,37,37)
#1D1B1A
(29,27,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B757D

#9B757D
(155,117,125)
#A48188
(164,129,136)
#AD8D93
(173,141,147)
#B6999E
(182,153,158)
#BFA5A9
(191,165,169)
#C8B1B4
(200,177,180)
#D1BDBF
(209,189,191)
#DAC9CA
(218,201,202)
#E3D5D5
(227,213,213)
#ECE1E0
(236,225,224)
#F5EDEB
(245,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B757D; }

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

This text font color is #9B757D.


Background Color

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

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

This div background color is #9B757D.


Border color

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

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

This div border color is #9B757D.


Opacity

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

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

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

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

This text has shadow with #9B757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B757D on black background.


Color preview on white background

This text has color #9B757D on white background.



Black color preview on #9B757D background

This text has black color on #9B757D background.


White color preview on #9B757D background

This text has white color on #9B757D background.