COLOR #9B7D80

HEX: #9B7D80
RGB: (155,125,128)

Color info

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

RGB color model

#9B7D80 color RGB value is (155,125,128).

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

RGB channels and saturation

R 155 of 255 = 61%
G 125 of 255 = 49%
B 128 of 255 = 50%

155
125
128

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

Portions of RGB colors in percentages

R + G + B =
155 + 125 + 128 = 408 (100%)
R 155 of 408 ~ 37.99%
G 125 of 408 ~ 30.64%
B 128 of 408 ~ 31.37%

%37.99
%30.64
%31.37

CMYK color model

#9B7D80 color CMYK value is (0,19,17,39).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 17.42%
  • key color value is 39.22%
CMYK:
(0,19,17,39)
C0M19Y17K39 
(0%,19%,17%,39%)
(0.00/0.19/0.17/0.39)	

CMYK percentages

%0
%19.35
%17.42
%39.22

Codes

Color #9B7D80 in popluar color models

9B7D80
RGB155125128
HSL354°13.04%54.90%
HSB/HSV354°19.35%60.78%
CMYK0.00%19.35%17.42%
39.22%

Color #9B7D80 in popluar number systems.

HEX9B7D80
Decimal155125128
Binary10011011111110110000000
Octal233175200

Shades and tints

Shades of #9B7D80

#9B7D80
(155,125,128)
#8D7275
(141,114,117)
#7F676A
(127,103,106)
#715C5F
(113,92,95)
#635154
(99,81,84)
#554649
(85,70,73)
#473B3E
(71,59,62)
#393033
(57,48,51)
#2B2528
(43,37,40)
#1D1A1D
(29,26,29)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #9B7D80

#9B7D80
(155,125,128)
#A4888B
(164,136,139)
#AD9396
(173,147,150)
#B69EA1
(182,158,161)
#BFA9AC
(191,169,172)
#C8B4B7
(200,180,183)
#D1BFC2
(209,191,194)
#DACACD
(218,202,205)
#E3D5D8
(227,213,216)
#ECE0E3
(236,224,227)
#F5EBEE
(245,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7D80; }

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

This text font color is #9B7D80.


Background Color

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

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

This div background color is #9B7D80.


Border color

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

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

This div border color is #9B7D80.


Opacity

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

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

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

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

This text has shadow with #9B7D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B7D80 on black background.


Color preview on white background

This text has color #9B7D80 on white background.



Black color preview on #9B7D80 background

This text has black color on #9B7D80 background.


White color preview on #9B7D80 background

This text has white color on #9B7D80 background.