COLOR #9B9899

HEX: #9B9899 RGB: (155,152,153)

Color info

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

RGB color model

#9B9899 color RGB value is (155,152,153).

RGB: (155,152,153) (61%, 60%, 60%)

RGB channels and saturation

R 155 of 255 = 61%
G 152 of 255 = 60%
B 153 of 255 = 60%

155
152
153

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

Portions of RGB colors in percentages

R + G + B = 155 + 152 + 153 = 460 (100%)
R 155 of 460 ~ 33.7%
G 152 of 460 ~ 33.04%
B 153 of 460 ~ 33.26'%

%33.7
%33.04
%33.26

CMYK color model

#9B9899 color CMYK value is (0,2,1,39).

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

CMYK: (0,2,1,39)
C0M2Y1K39 (0%, 2%, 1%, 39%)
(0.00 / 0.02 / 0.01 / 0.39)

CMYK percentages

%0
%1.94
%1.29
%39.22

Codes

Color #9B9899 in popluar color models

9B 98 99
RGB 155 152 153
HSL 340° 1.48% 60.20%
HSB/HSV 340° 1.94% 60.78%
CMYK 0.00% 1.94% 1.29%
39.22%

Color #9B9899 in popluar number systems.

HEX 9B 98 99
Decimal 155 152 153
Binary 10011011 10011000 10011001
Octal 233 230 231

Shades and tints

Shades of #9B9899

#9B9899
(155,152,153)
#8D8B8C
(141,139,140)
#7F7E7F
(127,126,127)
#717172
(113,113,114)
#636465
(99,100,101)
#555758
(85,87,88)
#474A4B
(71,74,75)
#393D3E
(57,61,62)
#2B3031
(43,48,49)
#1D2324
(29,35,36)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #9B9899

#9B9899
(155,152,153)
#A4A1A2
(164,161,162)
#ADAAAB
(173,170,171)
#B6B3B4
(182,179,180)
#BFBCBD
(191,188,189)
#C8C5C6
(200,197,198)
#D1CECF
(209,206,207)
#DAD7D8
(218,215,216)
#E3E0E1
(227,224,225)
#ECE9EA
(236,233,234)
#F5F2F3
(245,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9899; }

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

This text font color is #9B9899.

Background Color

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

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

This div background color is #9B9899.

Border color

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

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

This div border color is #9B9899.

Opacity

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

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

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

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

This text has shadow with #9B9899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9899.

Preview

Color preview on black background

This text has color #9B9899 on black background.


Color preview on white background

This text has color #9B9899 on white background.


Black color preview on #9B9899 background

This text has black color on #9B9899 background.


White color preview on #9B9899 background

This text has white color on #9B9899 background.


Related colors

Complementary color

Complementary color for #hex is #646766.


I love getcolorcode.com

Triadic colors

1 #999B98 and #98999B with #9B9899 are triadic colors.

2 #99989B and #989B99 with #9B9899 are triadic colors.