COLOR #9B987C

HEX: #9B987C RGB: (155,152,124)

Color info

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

RGB color model

#9B987C color RGB value is (155,152,124).

RGB: (155,152,124) (61%, 60%, 49%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 124 of 255 = 49%

155
152
124

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

Portions of RGB colors in percentages

R + G + B = 155 + 152 + 124 = 431 (100%)
R 155 of 431 ~ 35.96%
G 152 of 431 ~ 35.27%
B 124 of 431 ~ 28.77'%

%35.96
%35.27
%28.77

CMYK color model

#9B987C color CMYK value is (0,2,20,39).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 20.00%
  • key color value is 39.22%
CMYK: (0,2,20,39) C0M2Y20K39 (0%,2%,20%,39%) (0.00/0.02/0.20/0.39) 

CMYK percentages

%0
%1.94
%20
%39.22

Codes

Color #9B987C in popluar color models

9B 98 7C
RGB 155 152 124
HSL 54° 13.42% 54.71%
HSB/HSV 54° 20.00% 60.78%
CMYK 0.00% 1.94% 20.00%
39.22%

Color #9B987C in popluar number systems.

HEX 9B 98 7C
Decimal 155 152 124
Binary 10011011 10011000 1111100
Octal 233 230 174

Shades and tints

Shades of #9B987C

#9B987C
(155,152,124)
#8D8B71
(141,139,113)
#7F7E66
(127,126,102)
#71715B
(113,113,91)
#636450
(99,100,80)
#555745
(85,87,69)
#474A3A
(71,74,58)
#393D2F
(57,61,47)
#2B3024
(43,48,36)
#1D2319
(29,35,25)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #9B987C

#9B987C
(155,152,124)
#A4A187
(164,161,135)
#ADAA92
(173,170,146)
#B6B39D
(182,179,157)
#BFBCA8
(191,188,168)
#C8C5B3
(200,197,179)
#D1CEBE
(209,206,190)
#DAD7C9
(218,215,201)
#E3E0D4
(227,224,212)
#ECE9DF
(236,233,223)
#F5F2EA
(245,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B987C; }

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

This text font color is #9B987C.

Background Color

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

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

This div background color is #9B987C.

Border color

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

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

This div border color is #9B987C.

Opacity

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

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

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

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

This text has shadow with #9B987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B987C.

Preview

Color preview on black background

This text has color #9B987C on black background.


Color preview on white background

This text has color #9B987C on white background.


Black color preview on #9B987C background

This text has black color on #9B987C background.


White color preview on #9B987C background

This text has white color on #9B987C background.


Related colors

Complementary color

Complementary color for #hex is #646783.


I love getcolorcode.com

Triadic colors

1 #7C9B98 and #987C9B with #9B987C are triadic colors.

2 #7C989B and #989B7C with #9B987C are triadic colors.