COLOR #9B987F

HEX: #9B987F
RGB: (155,152,127)

Color info

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

RGB color model

#9B987F color RGB value is (155,152,127).

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

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 127 of 255 = 50%

155
152
127

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

Portions of RGB colors in percentages

R + G + B =
155 + 152 + 127 = 434 (100%)
R 155 of 434 ~ 35.71%
G 152 of 434 ~ 35.02%
B 127 of 434 ~ 29.26%

%35.71
%35.02
%29.26

CMYK color model

#9B987F color CMYK value is (0,2,18,39).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 18.06%
  • key color value is 39.22%
CMYK:
(0,2,18,39)
C0M2Y18K39 
(0%,2%,18%,39%)
(0.00/0.02/0.18/0.39)	

CMYK percentages

%0
%1.94
%18.06
%39.22

Codes

Color #9B987F in popluar color models

9B987F
RGB155152127
HSL54°12.28%55.29%
HSB/HSV54°18.06%60.78%
CMYK0.00%1.94%18.06%
39.22%

Color #9B987F in popluar number systems.

HEX9B987F
Decimal155152127
Binary10011011100110001111111
Octal233230177

Shades and tints

Shades of #9B987F

#9B987F
(155,152,127)
#8D8B74
(141,139,116)
#7F7E69
(127,126,105)
#71715E
(113,113,94)
#636453
(99,100,83)
#555748
(85,87,72)
#474A3D
(71,74,61)
#393D32
(57,61,50)
#2B3027
(43,48,39)
#1D231C
(29,35,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #9B987F

#9B987F
(155,152,127)
#A4A18A
(164,161,138)
#ADAA95
(173,170,149)
#B6B3A0
(182,179,160)
#BFBCAB
(191,188,171)
#C8C5B6
(200,197,182)
#D1CEC1
(209,206,193)
#DAD7CC
(218,215,204)
#E3E0D7
(227,224,215)
#ECE9E2
(236,233,226)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B987F; }

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

This text font color is #9B987F.


Background Color

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

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

This div background color is #9B987F.


Border color

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

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

This div border color is #9B987F.


Opacity

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

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

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

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

This text has shadow with #9B987F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B987F on black background.


Color preview on white background

This text has color #9B987F on white background.



Black color preview on #9B987F background

This text has black color on #9B987F background.


White color preview on #9B987F background

This text has white color on #9B987F background.