COLOR #9B9988

HEX: #9B9988 RGB: (155,153,136)

Color info

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

RGB color model

#9B9988 color RGB value is (155,153,136).

RGB: (155,153,136) (61%, 60%, 53%)

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 136 of 255 = 53%

155
153
136

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

Portions of RGB colors in percentages

R + G + B = 155 + 153 + 136 = 444 (100%)
R 155 of 444 ~ 34.91%
G 153 of 444 ~ 34.46%
B 136 of 444 ~ 30.63'%

%34.91
%34.46
%30.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.29%
  • yellow value is 12.26%
  • key color value is 39.22%
CMYK: (0,1,12,39) C0M1Y12K39 (0%,1%,12%,39%) (0.00/0.01/0.12/0.39) 

CMYK percentages

%0
%1.29
%12.26
%39.22

Codes

Color #9B9988 in popluar color models

9B 99 88
RGB 155 153 136
HSL 54° 8.68% 57.06%
HSB/HSV 54° 12.26% 60.78%
CMYK 0.00% 1.29% 12.26%
39.22%

Color #9B9988 in popluar number systems.

HEX 9B 99 88
Decimal 155 153 136
Binary 10011011 10011001 10001000
Octal 233 231 210

Shades and tints

Shades of #9B9988

#9B9988
(155,153,136)
#8D8C7C
(141,140,124)
#7F7F70
(127,127,112)
#717264
(113,114,100)
#636558
(99,101,88)
#55584C
(85,88,76)
#474B40
(71,75,64)
#393E34
(57,62,52)
#2B3128
(43,49,40)
#1D241C
(29,36,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9B9988

#9B9988
(155,153,136)
#A4A292
(164,162,146)
#ADAB9C
(173,171,156)
#B6B4A6
(182,180,166)
#BFBDB0
(191,189,176)
#C8C6BA
(200,198,186)
#D1CFC4
(209,207,196)
#DAD8CE
(218,216,206)
#E3E1D8
(227,225,216)
#ECEAE2
(236,234,226)
#F5F3EC
(245,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9988; }

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

This text font color is #9B9988.

Background Color

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

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

This div background color is #9B9988.

Border color

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

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

This div border color is #9B9988.

Opacity

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

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

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

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

This text has shadow with #9B9988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9988.

Preview

Color preview on black background

This text has color #9B9988 on black background.


Color preview on white background

This text has color #9B9988 on white background.


Black color preview on #9B9988 background

This text has black color on #9B9988 background.


White color preview on #9B9988 background

This text has white color on #9B9988 background.


Related colors

Complementary color

Complementary color for #hex is #646677.


I love getcolorcode.com

Triadic colors

1 #889B99 and #99889B with #9B9988 are triadic colors.

2 #88999B and #999B88 with #9B9988 are triadic colors.