COLOR #9B7F83

HEX: #9B7F83
RGB: (155,127,131)

Color info

#9B7F83 contains red, green and blue colors in about the same proportion. Web safe color of #9B7F83 is #996699 (or #969).

RGB color model

#9B7F83 color RGB value is (155,127,131).

  • red value is 155;
  • green value is 127;
  • blue value is 131.
RGB:
(155,127,131)
(61%,50%,51%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 131 of 255 = 51%

155
127
131

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

Portions of RGB colors in percentages

R + G + B =
155 + 127 + 131 = 413 (100%)
R 155 of 413 ~ 37.53%
G 127 of 413 ~ 30.75%
B 131 of 413 ~ 31.72%

%37.53
%30.75
%31.72

CMYK color model

#9B7F83 color CMYK value is (0,18,15,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 15.48%
  • key color value is 39.22%
CMYK:
(0,18,15,39)
C0M18Y15K39 
(0%,18%,15%,39%)
(0.00/0.18/0.15/0.39)	

CMYK percentages

%0
%18.06
%15.48
%39.22

Codes

Color #9B7F83 in popluar color models

9B7F83
RGB155127131
HSL351°12.28%55.29%
HSB/HSV351°18.06%60.78%
CMYK0.00%18.06%15.48%
39.22%

Color #9B7F83 in popluar number systems.

HEX9B7F83
Decimal155127131
Binary10011011111111110000011
Octal233177203

Shades and tints

Shades of #9B7F83

#9B7F83
(155,127,131)
#8D7478
(141,116,120)
#7F696D
(127,105,109)
#715E62
(113,94,98)
#635357
(99,83,87)
#55484C
(85,72,76)
#473D41
(71,61,65)
#393236
(57,50,54)
#2B272B
(43,39,43)
#1D1C20
(29,28,32)
#0F1115
(15,17,21)
#000000
(0,0,0)

Tints of #9B7F83

#9B7F83
(155,127,131)
#A48A8E
(164,138,142)
#AD9599
(173,149,153)
#B6A0A4
(182,160,164)
#BFABAF
(191,171,175)
#C8B6BA
(200,182,186)
#D1C1C5
(209,193,197)
#DACCD0
(218,204,208)
#E3D7DB
(227,215,219)
#ECE2E6
(236,226,230)
#F5EDF1
(245,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7F83 color. Also use rgb(155,127,131) instead hex code.

Text Font Color

.myTextColor { color: #9B7F83; }

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

This text font color is #9B7F83.


Background Color

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

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

This div background color is #9B7F83.


Border color

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

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

This div border color is #9B7F83.


Opacity

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

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

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

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

This text has shadow with #9B7F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7F83 on black background.


Color preview on white background

This text has color #9B7F83 on white background.



Black color preview on #9B7F83 background

This text has black color on #9B7F83 background.


White color preview on #9B7F83 background

This text has white color on #9B7F83 background.