COLOR #9B8177

HEX: #9B8177
RGB: (155,129,119)

Color info

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

RGB color model

#9B8177 color RGB value is (155,129,119).

  • red value is 155;
  • green value is 129;
  • blue value is 119.
RGB:
(155,129,119)
(61%,51%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 129 of 255 = 51%
B 119 of 255 = 47%

155
129
119

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

Portions of RGB colors in percentages

R + G + B =
155 + 129 + 119 = 403 (100%)
R 155 of 403 ~ 38.46%
G 129 of 403 ~ 32.01%
B 119 of 403 ~ 29.53%

%38.46
%32.01
%29.53

CMYK color model

#9B8177 color CMYK value is (0,17,23,39).

  • cyan value is 0.00%
  • magenta value is 16.77%
  • yellow value is 23.23%
  • key color value is 39.22%
CMYK:
(0,17,23,39)
C0M17Y23K39 
(0%,17%,23%,39%)
(0.00/0.17/0.23/0.39)	

CMYK percentages

%0
%16.77
%23.23
%39.22

Codes

Color #9B8177 in popluar color models

9B8177
RGB155129119
HSL17°15.25%53.73%
HSB/HSV17°23.23%60.78%
CMYK0.00%16.77%23.23%
39.22%

Color #9B8177 in popluar number systems.

HEX9B8177
Decimal155129119
Binary10011011100000011110111
Octal233201167

Shades and tints

Shades of #9B8177

#9B8177
(155,129,119)
#8D766D
(141,118,109)
#7F6B63
(127,107,99)
#716059
(113,96,89)
#63554F
(99,85,79)
#554A45
(85,74,69)
#473F3B
(71,63,59)
#393431
(57,52,49)
#2B2927
(43,41,39)
#1D1E1D
(29,30,29)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #9B8177

#9B8177
(155,129,119)
#A48C83
(164,140,131)
#AD978F
(173,151,143)
#B6A29B
(182,162,155)
#BFADA7
(191,173,167)
#C8B8B3
(200,184,179)
#D1C3BF
(209,195,191)
#DACECB
(218,206,203)
#E3D9D7
(227,217,215)
#ECE4E3
(236,228,227)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8177 color. Also use rgb(155,129,119) instead hex code.

Text Font Color

.myTextColor { color: #9B8177; }

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

This text font color is #9B8177.


Background Color

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

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

This div background color is #9B8177.


Border color

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

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

This div border color is #9B8177.


Opacity

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

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

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

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

This text has shadow with #9B8177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B8177 on black background.


Color preview on white background

This text has color #9B8177 on white background.



Black color preview on #9B8177 background

This text has black color on #9B8177 background.


White color preview on #9B8177 background

This text has white color on #9B8177 background.