COLOR #9B887F

HEX: #9B887F
RGB: (155,136,127)

Color info

#9B887F contains red, green and blue colors in about the same proportion. Web safe color of #9B887F is #999966 (or #996).

RGB color model

#9B887F color RGB value is (155,136,127).

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

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 127 of 255 = 50%

155
136
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 127 = 418 (100%)
R 155 of 418 ~ 37.08%
G 136 of 418 ~ 32.54%
B 127 of 418 ~ 30.38%

%37.08
%32.54
%30.38

CMYK color model

#9B887F color CMYK value is (0,12,18,39).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,12,18,39)
C0M12Y18K39 
(0%,12%,18%,39%)
(0.00/0.12/0.18/0.39)	

CMYK percentages

%0
%12.26
%18.06
%39.22

Codes

Color #9B887F in popluar color models

9B887F
RGB155136127
HSL19°12.28%55.29%
HSB/HSV19°18.06%60.78%
CMYK0.00%12.26%18.06%
39.22%

Color #9B887F in popluar number systems.

HEX9B887F
Decimal155136127
Binary10011011100010001111111
Octal233210177

Shades and tints

Shades of #9B887F

#9B887F
(155,136,127)
#8D7C74
(141,124,116)
#7F7069
(127,112,105)
#71645E
(113,100,94)
#635853
(99,88,83)
#554C48
(85,76,72)
#47403D
(71,64,61)
#393432
(57,52,50)
#2B2827
(43,40,39)
#1D1C1C
(29,28,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9B887F

#9B887F
(155,136,127)
#A4928A
(164,146,138)
#AD9C95
(173,156,149)
#B6A6A0
(182,166,160)
#BFB0AB
(191,176,171)
#C8BAB6
(200,186,182)
#D1C4C1
(209,196,193)
#DACECC
(218,206,204)
#E3D8D7
(227,216,215)
#ECE2E2
(236,226,226)
#F5ECED
(245,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B887F; }

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

This text font color is #9B887F.


Background Color

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

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

This div background color is #9B887F.


Border color

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

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

This div border color is #9B887F.


Opacity

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

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

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

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

This text has shadow with #9B887F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B887F on black background.


Color preview on white background

This text has color #9B887F on white background.



Black color preview on #9B887F background

This text has black color on #9B887F background.


White color preview on #9B887F background

This text has white color on #9B887F background.