COLOR #9B857A

HEX: #9B857A
RGB: (155,133,122)

Color info

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

RGB color model

#9B857A color RGB value is (155,133,122).

  • red value is 155;
  • green value is 133;
  • blue value is 122.
RGB:
(155,133,122)
(61%,52%,48%)

RGB channels and saturation

R 155 of 255 = 61%
G 133 of 255 = 52%
B 122 of 255 = 48%

155
133
122

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

Portions of RGB colors in percentages

R + G + B =
155 + 133 + 122 = 410 (100%)
R 155 of 410 ~ 37.8%
G 133 of 410 ~ 32.44%
B 122 of 410 ~ 29.76%

%37.8
%32.44
%29.76

CMYK color model

#9B857A color CMYK value is (0,14,21,39).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 21.29%
  • key color value is 39.22%
CMYK:
(0,14,21,39)
C0M14Y21K39 
(0%,14%,21%,39%)
(0.00/0.14/0.21/0.39)	

CMYK percentages

%0
%14.19
%21.29
%39.22

Codes

Color #9B857A in popluar color models

9B857A
RGB155133122
HSL20°14.16%54.31%
HSB/HSV20°21.29%60.78%
CMYK0.00%14.19%21.29%
39.22%

Color #9B857A in popluar number systems.

HEX9B857A
Decimal155133122
Binary10011011100001011111010
Octal233205172

Shades and tints

Shades of #9B857A

#9B857A
(155,133,122)
#8D796F
(141,121,111)
#7F6D64
(127,109,100)
#716159
(113,97,89)
#63554E
(99,85,78)
#554943
(85,73,67)
#473D38
(71,61,56)
#39312D
(57,49,45)
#2B2522
(43,37,34)
#1D1917
(29,25,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #9B857A

#9B857A
(155,133,122)
#A49086
(164,144,134)
#AD9B92
(173,155,146)
#B6A69E
(182,166,158)
#BFB1AA
(191,177,170)
#C8BCB6
(200,188,182)
#D1C7C2
(209,199,194)
#DAD2CE
(218,210,206)
#E3DDDA
(227,221,218)
#ECE8E6
(236,232,230)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B857A color. Also use rgb(155,133,122) instead hex code.

Text Font Color

.myTextColor { color: #9B857A; }

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

This text font color is #9B857A.


Background Color

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

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

This div background color is #9B857A.


Border color

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

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

This div border color is #9B857A.


Opacity

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

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

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

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

This text has shadow with #9B857A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B857A on black background.


Color preview on white background

This text has color #9B857A on white background.



Black color preview on #9B857A background

This text has black color on #9B857A background.


White color preview on #9B857A background

This text has white color on #9B857A background.