COLOR #9B887C

HEX: #9B887C RGB: (155,136,124)

Color info

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

RGB color model

#9B887C color RGB value is (155,136,124).

RGB: (155,136,124) (61%, 53%, 49%)

RGB channels and saturation

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

155
136
124

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

Portions of RGB colors in percentages

R + G + B = 155 + 136 + 124 = 415 (100%)
R 155 of 415 ~ 37.35%
G 136 of 415 ~ 32.77%
B 124 of 415 ~ 29.88'%

%37.35
%32.77
%29.88

CMYK color model

#9B887C color CMYK value is (0,12,20,39).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 20.00%
  • key color value is 39.22%

CMYK: (0,12,20,39)
C0M12Y20K39 (0%, 12%, 20%, 39%)
(0.00 / 0.12 / 0.20 / 0.39)

CMYK percentages

%0
%12.26
%20
%39.22

Codes

Color #9B887C in popluar color models

9B 88 7C
RGB 155 136 124
HSL 23° 13.42% 54.71%
HSB/HSV 23° 20.00% 60.78%
CMYK 0.00% 12.26% 20.00%
39.22%

Color #9B887C in popluar number systems.

HEX 9B 88 7C
Decimal 155 136 124
Binary 10011011 10001000 1111100
Octal 233 210 174

Shades and tints

Shades of #9B887C

#9B887C
(155,136,124)
#8D7C71
(141,124,113)
#7F7066
(127,112,102)
#71645B
(113,100,91)
#635850
(99,88,80)
#554C45
(85,76,69)
#47403A
(71,64,58)
#39342F
(57,52,47)
#2B2824
(43,40,36)
#1D1C19
(29,28,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #9B887C

#9B887C
(155,136,124)
#A49287
(164,146,135)
#AD9C92
(173,156,146)
#B6A69D
(182,166,157)
#BFB0A8
(191,176,168)
#C8BAB3
(200,186,179)
#D1C4BE
(209,196,190)
#DACEC9
(218,206,201)
#E3D8D4
(227,216,212)
#ECE2DF
(236,226,223)
#F5ECEA
(245,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B887C; }

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

This text font color is #9B887C.

Background Color

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

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

This div background color is #9B887C.

Border color

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

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

This div border color is #9B887C.

Opacity

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

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

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

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

This text has shadow with #9B887C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B887C.

Preview

Color preview on black background

This text has color #9B887C on black background.


Color preview on white background

This text has color #9B887C on white background.


Black color preview on #9B887C background

This text has black color on #9B887C background.


White color preview on #9B887C background

This text has white color on #9B887C background.


Related colors

Complementary color

Complementary color for #hex is #647783.


I love getcolorcode.com

Triadic colors

1 #7C9B88 and #887C9B with #9B887C are triadic colors.

2 #7C889B and #889B7C with #9B887C are triadic colors.