COLOR #9B8F89

HEX: #9B8F89 RGB: (155,143,137)

Color info

#9B8F89 contains red, green and blue colors in about the same proportion. Web safe color of #9B8F89 is #999999 (or #999).

RGB color model

#9B8F89 color RGB value is (155,143,137).

RGB: (155,143,137) (61%, 56%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 143 of 255 = 56%
B 137 of 255 = 54%

155
143
137

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

Portions of RGB colors in percentages

R + G + B = 155 + 143 + 137 = 435 (100%)
R 155 of 435 ~ 35.63%
G 143 of 435 ~ 32.87%
B 137 of 435 ~ 31.49'%

%35.63
%32.87
%31.49

CMYK color model

#9B8F89 color CMYK value is (0,8,12,39).

  • cyan value is 0.00%
  • magenta value is 7.74%
  • yellow value is 11.61%
  • key color value is 39.22%

CMYK: (0,8,12,39)
C0M8Y12K39 (0%, 8%, 12%, 39%)
(0.00 / 0.08 / 0.12 / 0.39)

CMYK percentages

%0
%7.74
%11.61
%39.22

Codes

Color #9B8F89 in popluar color models

9B 8F 89
RGB 155 143 137
HSL 20° 8.26% 57.25%
HSB/HSV 20° 11.61% 60.78%
CMYK 0.00% 7.74% 11.61%
39.22%

Color #9B8F89 in popluar number systems.

HEX 9B 8F 89
Decimal 155 143 137
Binary 10011011 10001111 10001001
Octal 233 217 211

Shades and tints

Shades of #9B8F89

#9B8F89
(155,143,137)
#8D827D
(141,130,125)
#7F7571
(127,117,113)
#716865
(113,104,101)
#635B59
(99,91,89)
#554E4D
(85,78,77)
#474141
(71,65,65)
#393435
(57,52,53)
#2B2729
(43,39,41)
#1D1A1D
(29,26,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #9B8F89

#9B8F89
(155,143,137)
#A49993
(164,153,147)
#ADA39D
(173,163,157)
#B6ADA7
(182,173,167)
#BFB7B1
(191,183,177)
#C8C1BB
(200,193,187)
#D1CBC5
(209,203,197)
#DAD5CF
(218,213,207)
#E3DFD9
(227,223,217)
#ECE9E3
(236,233,227)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B8F89 color. Also use rgb(155,143,137) instead hex code.

Text Font Color

.myTextColor { color: #9B8F89; }

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

This text font color is #9B8F89.

Background Color

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

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

This div background color is #9B8F89.

Border color

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

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

This div border color is #9B8F89.

Opacity

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

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

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

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

This text has shadow with #9B8F89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8F89.

Preview

Color preview on black background

This text has color #9B8F89 on black background.


Color preview on white background

This text has color #9B8F89 on white background.


Black color preview on #9B8F89 background

This text has black color on #9B8F89 background.


White color preview on #9B8F89 background

This text has white color on #9B8F89 background.


Related colors

Complementary color

Complementary color for #hex is #647076.


I love getcolorcode.com

Triadic colors

1 #899B8F and #8F899B with #9B8F89 are triadic colors.

2 #898F9B and #8F9B89 with #9B8F89 are triadic colors.