COLOR #9B999E

HEX: #9B999E
RGB: (155,153,158)

Color info

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

RGB color model

#9B999E color RGB value is (155,153,158).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 158 of 255 = 62%

155
153
158

R + G + B ~ 61%. #9B999E is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 158 = 466 (100%)
R 155 of 466 ~ 33.26%
G 153 of 466 ~ 32.83%
B 158 of 466 ~ 33.91%

%33.26
%32.83
%33.91

CMYK color model

#9B999E color CMYK value is (2,3,0,38).

  • cyan value is 1.90%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(2,3,0,38)
C2M3Y0K38 
(2%,3%,0%,38%)
(0.02/0.03/0.00/0.38)	

CMYK percentages

%1.9
%3.16
%0
%38.04

Codes

Color #9B999E in popluar color models

9B999E
RGB155153158
HSL264°2.51%60.98%
HSB/HSV264°3.16%61.96%
CMYK1.90%3.16%0.00%
38.04%

Color #9B999E in popluar number systems.

HEX9B999E
Decimal155153158
Binary100110111001100110011110
Octal233231236

Shades and tints

Shades of #9B999E

#9B999E
(155,153,158)
#8D8C90
(141,140,144)
#7F7F82
(127,127,130)
#717274
(113,114,116)
#636566
(99,101,102)
#555858
(85,88,88)
#474B4A
(71,75,74)
#393E3C
(57,62,60)
#2B312E
(43,49,46)
#1D2420
(29,36,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9B999E

#9B999E
(155,153,158)
#A4A2A6
(164,162,166)
#ADABAE
(173,171,174)
#B6B4B6
(182,180,182)
#BFBDBE
(191,189,190)
#C8C6C6
(200,198,198)
#D1CFCE
(209,207,206)
#DAD8D6
(218,216,214)
#E3E1DE
(227,225,222)
#ECEAE6
(236,234,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B999E; }

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

This text font color is #9B999E.


Background Color

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

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

This div background color is #9B999E.


Border color

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

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

This div border color is #9B999E.


Opacity

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

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

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

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

This text has shadow with #9B999E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B999E on black background.


Color preview on white background

This text has color #9B999E on white background.



Black color preview on #9B999E background

This text has black color on #9B999E background.


White color preview on #9B999E background

This text has white color on #9B999E background.