COLOR #9B9099

HEX: #9B9099
RGB: (155,144,153)

Color info

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

RGB color model

#9B9099 color RGB value is (155,144,153).

  • red value is 155;
  • green value is 144;
  • blue value is 153.
RGB:
(155,144,153)
(61%,56%,60%)

RGB channels and saturation

R 155 of 255 = 61%
G 144 of 255 = 56%
B 153 of 255 = 60%

155
144
153

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

Portions of RGB colors in percentages

R + G + B =
155 + 144 + 153 = 452 (100%)
R 155 of 452 ~ 34.29%
G 144 of 452 ~ 31.86%
B 153 of 452 ~ 33.85%

%34.29
%31.86
%33.85

CMYK color model

#9B9099 color CMYK value is (0,7,1,39).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 1.29%
  • key color value is 39.22%
CMYK:
(0,7,1,39)
C0M7Y1K39 
(0%,7%,1%,39%)
(0.00/0.07/0.01/0.39)	

CMYK percentages

%0
%7.1
%1.29
%39.22

Codes

Color #9B9099 in popluar color models

9B9099
RGB155144153
HSL311°5.21%58.63%
HSB/HSV311°7.10%60.78%
CMYK0.00%7.10%1.29%
39.22%

Color #9B9099 in popluar number systems.

HEX9B9099
Decimal155144153
Binary100110111001000010011001
Octal233220231

Shades and tints

Shades of #9B9099

#9B9099
(155,144,153)
#8D838C
(141,131,140)
#7F767F
(127,118,127)
#716972
(113,105,114)
#635C65
(99,92,101)
#554F58
(85,79,88)
#47424B
(71,66,75)
#39353E
(57,53,62)
#2B2831
(43,40,49)
#1D1B24
(29,27,36)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #9B9099

#9B9099
(155,144,153)
#A49AA2
(164,154,162)
#ADA4AB
(173,164,171)
#B6AEB4
(182,174,180)
#BFB8BD
(191,184,189)
#C8C2C6
(200,194,198)
#D1CCCF
(209,204,207)
#DAD6D8
(218,214,216)
#E3E0E1
(227,224,225)
#ECEAEA
(236,234,234)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B9099; }

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

This text font color is #9B9099.


Background Color

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

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

This div background color is #9B9099.


Border color

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

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

This div border color is #9B9099.


Opacity

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

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

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

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

This text has shadow with #9B9099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B9099 on black background.


Color preview on white background

This text has color #9B9099 on white background.



Black color preview on #9B9099 background

This text has black color on #9B9099 background.


White color preview on #9B9099 background

This text has white color on #9B9099 background.