COLOR #9B8999

HEX: #9B8999 RGB: (155,137,153)

Color info

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

RGB color model

#9B8999 color RGB value is (155,137,153).

RGB: (155,137,153) (61%, 54%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 137 of 255 = 54%
B 153 of 255 = 60%

155
137
153

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

Portions of RGB colors in percentages

R + G + B = 155 + 137 + 153 = 445 (100%)
R 155 of 445 ~ 34.83%
G 137 of 445 ~ 30.79%
B 153 of 445 ~ 34.38'%

%34.83
%30.79
%34.38

CMYK color model

#9B8999 color CMYK value is (0,12,1,39).

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

CMYK: (0,12,1,39)
C0M12Y1K39 (0%, 12%, 1%, 39%)
(0.00 / 0.12 / 0.01 / 0.39)

CMYK percentages

%0
%11.61
%1.29
%39.22

Codes

Color #9B8999 in popluar color models

9B 89 99
RGB 155 137 153
HSL 307° 8.26% 57.25%
HSB/HSV 307° 11.61% 60.78%
CMYK 0.00% 11.61% 1.29%
39.22%

Color #9B8999 in popluar number systems.

HEX 9B 89 99
Decimal 155 137 153
Binary 10011011 10001001 10011001
Octal 233 211 231

Shades and tints

Shades of #9B8999

#9B8999
(155,137,153)
#8D7D8C
(141,125,140)
#7F717F
(127,113,127)
#716572
(113,101,114)
#635965
(99,89,101)
#554D58
(85,77,88)
#47414B
(71,65,75)
#39353E
(57,53,62)
#2B2931
(43,41,49)
#1D1D24
(29,29,36)
#0F1117
(15,17,23)
#000000
(0,0,0)

Tints of #9B8999

#9B8999
(155,137,153)
#A493A2
(164,147,162)
#AD9DAB
(173,157,171)
#B6A7B4
(182,167,180)
#BFB1BD
(191,177,189)
#C8BBC6
(200,187,198)
#D1C5CF
(209,197,207)
#DACFD8
(218,207,216)
#E3D9E1
(227,217,225)
#ECE3EA
(236,227,234)
#F5EDF3
(245,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B8999; }

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

This text font color is #9B8999.

Background Color

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

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

This div background color is #9B8999.

Border color

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

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

This div border color is #9B8999.

Opacity

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

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

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

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

This text has shadow with #9B8999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B8999.

Preview

Color preview on black background

This text has color #9B8999 on black background.


Color preview on white background

This text has color #9B8999 on white background.


Black color preview on #9B8999 background

This text has black color on #9B8999 background.


White color preview on #9B8999 background

This text has white color on #9B8999 background.


Related colors

Complementary color

Complementary color for #hex is #647666.


I love getcolorcode.com

Triadic colors

1 #999B89 and #89999B with #9B8999 are triadic colors.

2 #99899B and #899B99 with #9B8999 are triadic colors.