COLOR #999B9A

HEX: #999B9A
RGB: (153,155,154)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
155
154

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

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 154 = 462 (100%)
R 153 of 462 ~ 33.12%
G 155 of 462 ~ 33.55%
B 154 of 462 ~ 33.33%

%33.12
%33.55
%33.33

CMYK color model

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

  • cyan value is 1.29%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.22%
CMYK:
(1,0,1,39)
C1M0Y1K39 
(1%,0%,1%,39%)
(0.01/0.00/0.01/0.39)	

CMYK percentages

%1.29
%0
%0.65
%39.22

Codes

Color #999B9A in popluar color models

999B9A
RGB153155154
HSL150°0.99%60.39%
HSB/HSV150°1.29%60.78%
CMYK1.29%0.00%0.65%
39.22%

Color #999B9A in popluar number systems.

HEX999B9A
Decimal153155154
Binary100110011001101110011010
Octal231233232

Shades and tints

Shades of #999B9A

#999B9A
(153,155,154)
#8C8D8C
(140,141,140)
#7F7F7E
(127,127,126)
#727170
(114,113,112)
#656362
(101,99,98)
#585554
(88,85,84)
#4B4746
(75,71,70)
#3E3938
(62,57,56)
#312B2A
(49,43,42)
#241D1C
(36,29,28)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #999B9A

#999B9A
(153,155,154)
#A2A4A3
(162,164,163)
#ABADAC
(171,173,172)
#B4B6B5
(180,182,181)
#BDBFBE
(189,191,190)
#C6C8C7
(198,200,199)
#CFD1D0
(207,209,208)
#D8DAD9
(216,218,217)
#E1E3E2
(225,227,226)
#EAECEB
(234,236,235)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B9A; }

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

This text font color is #999B9A.


Background Color

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

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

This div background color is #999B9A.


Border color

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

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

This div border color is #999B9A.


Opacity

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

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

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

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

This text has shadow with #999B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999B9A on black background.


Color preview on white background

This text has color #999B9A on white background.



Black color preview on #999B9A background

This text has black color on #999B9A background.


White color preview on #999B9A background

This text has white color on #999B9A background.