COLOR #999B9B

HEX: #999B9B RGB: (153,155,155)

Color info

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

RGB color model

#999B9B color RGB value is (153,155,155).

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

RGB channels and saturation

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

153
155
155

R + G + B ~ 61%. #999B9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 155 + 155 = 463 (100%)
R 153 of 463 ~ 33.05%
G 155 of 463 ~ 33.48%
B 155 of 463 ~ 33.48'%

%33.05
%33.48
%33.48

CMYK color model

#999B9B color CMYK value is (1,0,0,39).

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

CMYK: (1,0,0,39)
C1M0Y0K39 (1%, 0%, 0%, 39%)
(0.01 / 0.00 / 0.00 / 0.39)

CMYK percentages

%1.29
%0
%0
%39.22

Codes

Color #999B9B in popluar color models

99 9B 9B
RGB 153 155 155
HSL 180° 0.99% 60.39%
HSB/HSV 180° 1.29% 60.78%
CMYK 1.29% 0.00% 0.00%
39.22%

Color #999B9B in popluar number systems.

HEX 99 9B 9B
Decimal 153 155 155
Binary 10011001 10011011 10011011
Octal 231 233 233

Shades and tints

Shades of #999B9B

#999B9B
(153,155,155)
#8C8D8D
(140,141,141)
#7F7F7F
(127,127,127)
#727171
(114,113,113)
#656363
(101,99,99)
#585555
(88,85,85)
#4B4747
(75,71,71)
#3E3939
(62,57,57)
#312B2B
(49,43,43)
#241D1D
(36,29,29)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #999B9B

#999B9B
(153,155,155)
#A2A4A4
(162,164,164)
#ABADAD
(171,173,173)
#B4B6B6
(180,182,182)
#BDBFBF
(189,191,191)
#C6C8C8
(198,200,200)
#CFD1D1
(207,209,209)
#D8DADA
(216,218,218)
#E1E3E3
(225,227,227)
#EAECEC
(234,236,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B9B; }

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

This text font color is #999B9B.

Background Color

.myBgColor { background-color: #999B9B; }

<div style="background-color:#999B9B">Inner text</div>

This div background color is #999B9B.

Border color

.myBorderColor { border: 1px solid #999B9B; }

<div style="border:3px solid #999B9B">Div</div>

This div border color is #999B9B.

Opacity

.myOpacity80 { color: #999B9B; opacity: 0.8; }

<p style="color:#999B9B;opacity:0.8;">80%</p>

Text with #999B9B 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 #999B9B;}

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

This text has shadow with #999B9B color.


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

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

This text has shadow with #999B9B primary color and red secondary color.


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

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

This text has shadow with #999B9B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #999B9B.

Preview

Color preview on black background

This text has color #999B9B on black background.


Color preview on white background

This text has color #999B9B on white background.


Black color preview on #999B9B background

This text has black color on #999B9B background.


White color preview on #999B9B background

This text has white color on #999B9B background.


Related colors

Complementary color

Complementary color for #hex is #666464.


I love getcolorcode.com