COLOR #9C987B

HEX: #9C987B RGB: (156,152,123)

Color info

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

RGB color model

#9C987B color RGB value is (156,152,123).

RGB: (156,152,123) (61%, 60%, 48%)

RGB channels and saturation

R 156 of 255 = 61%
G 152 of 255 = 60%
B 123 of 255 = 48%

156
152
123

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

Portions of RGB colors in percentages

R + G + B = 156 + 152 + 123 = 431 (100%)
R 156 of 431 ~ 36.19%
G 152 of 431 ~ 35.27%
B 123 of 431 ~ 28.54'%

%36.19
%35.27
%28.54

CMYK color model

#9C987B color CMYK value is (0,3,21,39).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 21.15%
  • key color value is 38.82%

CMYK: (0,3,21,39)
C0M3Y21K39 (0%, 3%, 21%, 39%)
(0.00 / 0.03 / 0.21 / 0.39)

CMYK percentages

%0
%2.56
%21.15
%38.82

Codes

Color #9C987B in popluar color models

9C 98 7B
RGB 156 152 123
HSL 53° 14.29% 54.71%
HSB/HSV 53° 21.15% 61.18%
CMYK 0.00% 2.56% 21.15%
38.82%

Color #9C987B in popluar number systems.

HEX 9C 98 7B
Decimal 156 152 123
Binary 10011100 10011000 1111011
Octal 234 230 173

Shades and tints

Shades of #9C987B

#9C987B
(156,152,123)
#8E8B70
(142,139,112)
#807E65
(128,126,101)
#72715A
(114,113,90)
#64644F
(100,100,79)
#565744
(86,87,68)
#484A39
(72,74,57)
#3A3D2E
(58,61,46)
#2C3023
(44,48,35)
#1E2318
(30,35,24)
#10160D
(16,22,13)
#000000
(0,0,0)

Tints of #9C987B

#9C987B
(156,152,123)
#A5A187
(165,161,135)
#AEAA93
(174,170,147)
#B7B39F
(183,179,159)
#C0BCAB
(192,188,171)
#C9C5B7
(201,197,183)
#D2CEC3
(210,206,195)
#DBD7CF
(219,215,207)
#E4E0DB
(228,224,219)
#EDE9E7
(237,233,231)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C987B color. Also use rgb(156,152,123) instead hex code.

Text Font Color

.myTextColor { color: #9C987B; }

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

This text font color is #9C987B.

Background Color

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

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

This div background color is #9C987B.

Border color

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

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

This div border color is #9C987B.

Opacity

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

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

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

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

This text has shadow with #9C987B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C987B.

Preview

Color preview on black background

This text has color #9C987B on black background.


Color preview on white background

This text has color #9C987B on white background.


Black color preview on #9C987B background

This text has black color on #9C987B background.


White color preview on #9C987B background

This text has white color on #9C987B background.


Related colors

Complementary color

Complementary color for #hex is #636784.


I love getcolorcode.com

Triadic colors

1 #7B9C98 and #987B9C with #9C987B are triadic colors.

2 #7B989C and #989C7B with #9C987B are triadic colors.