COLOR #9B887E

HEX: #9B887E
RGB: (155,136,126)

Color info

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

RGB color model

#9B887E color RGB value is (155,136,126).

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

RGB channels and saturation

R 155 of 255 = 61%
G 136 of 255 = 53%
B 126 of 255 = 49%

155
136
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 136 + 126 = 417 (100%)
R 155 of 417 ~ 37.17%
G 136 of 417 ~ 32.61%
B 126 of 417 ~ 30.22%

%37.17
%32.61
%30.22

CMYK color model

#9B887E color CMYK value is (0,12,19,39).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(0,12,19,39)
C0M12Y19K39 
(0%,12%,19%,39%)
(0.00/0.12/0.19/0.39)	

CMYK percentages

%0
%12.26
%18.71
%39.22

Codes

Color #9B887E in popluar color models

9B887E
RGB155136126
HSL21°12.66%55.10%
HSB/HSV21°18.71%60.78%
CMYK0.00%12.26%18.71%
39.22%

Color #9B887E in popluar number systems.

HEX9B887E
Decimal155136126
Binary10011011100010001111110
Octal233210176

Shades and tints

Shades of #9B887E

#9B887E
(155,136,126)
#8D7C73
(141,124,115)
#7F7068
(127,112,104)
#71645D
(113,100,93)
#635852
(99,88,82)
#554C47
(85,76,71)
#47403C
(71,64,60)
#393431
(57,52,49)
#2B2826
(43,40,38)
#1D1C1B
(29,28,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #9B887E

#9B887E
(155,136,126)
#A49289
(164,146,137)
#AD9C94
(173,156,148)
#B6A69F
(182,166,159)
#BFB0AA
(191,176,170)
#C8BAB5
(200,186,181)
#D1C4C0
(209,196,192)
#DACECB
(218,206,203)
#E3D8D6
(227,216,214)
#ECE2E1
(236,226,225)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B887E; }

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

This text font color is #9B887E.


Background Color

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

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

This div background color is #9B887E.


Border color

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

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

This div border color is #9B887E.


Opacity

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

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

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

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

This text has shadow with #9B887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B887E on black background.


Color preview on white background

This text has color #9B887E on white background.



Black color preview on #9B887E background

This text has black color on #9B887E background.


White color preview on #9B887E background

This text has white color on #9B887E background.