COLOR #9B807E

HEX: #9B807E
RGB: (155,128,126)

Color info

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

RGB color model

#9B807E color RGB value is (155,128,126).

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

RGB channels and saturation

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

155
128
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 128 + 126 = 409 (100%)
R 155 of 409 ~ 37.9%
G 128 of 409 ~ 31.3%
B 126 of 409 ~ 30.81%

%37.9
%31.3
%30.81

CMYK color model

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

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

CMYK percentages

%0
%17.42
%18.71
%39.22

Codes

Color #9B807E in popluar color models

9B807E
RGB155128126
HSL12.66%55.10%
HSB/HSV18.71%60.78%
CMYK0.00%17.42%18.71%
39.22%

Color #9B807E in popluar number systems.

HEX9B807E
Decimal155128126
Binary10011011100000001111110
Octal233200176

Shades and tints

Shades of #9B807E

#9B807E
(155,128,126)
#8D7573
(141,117,115)
#7F6A68
(127,106,104)
#715F5D
(113,95,93)
#635452
(99,84,82)
#554947
(85,73,71)
#473E3C
(71,62,60)
#393331
(57,51,49)
#2B2826
(43,40,38)
#1D1D1B
(29,29,27)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #9B807E

#9B807E
(155,128,126)
#A48B89
(164,139,137)
#AD9694
(173,150,148)
#B6A19F
(182,161,159)
#BFACAA
(191,172,170)
#C8B7B5
(200,183,181)
#D1C2C0
(209,194,192)
#DACDCB
(218,205,203)
#E3D8D6
(227,216,214)
#ECE3E1
(236,227,225)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B807E; }

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

This text font color is #9B807E.


Background Color

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

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

This div background color is #9B807E.


Border color

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

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

This div border color is #9B807E.


Opacity

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

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

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

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

This text has shadow with #9B807E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B807E on black background.


Color preview on white background

This text has color #9B807E on white background.



Black color preview on #9B807E background

This text has black color on #9B807E background.


White color preview on #9B807E background

This text has white color on #9B807E background.