COLOR #999B9E

HEX: #999B9E
RGB: (153,155,158)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
155
158

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

Portions of RGB colors in percentages

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

%32.83
%33.26
%33.91

CMYK color model

#999B9E color CMYK value is (3,2,0,38).

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

CMYK percentages

%3.16
%1.9
%0
%38.04

Codes

Color #999B9E in popluar color models

999B9E
RGB153155158
HSL216°2.51%60.98%
HSB/HSV216°3.16%61.96%
CMYK3.16%1.90%0.00%
38.04%

Color #999B9E in popluar number systems.

HEX999B9E
Decimal153155158
Binary100110011001101110011110
Octal231233236

Shades and tints

Shades of #999B9E

#999B9E
(153,155,158)
#8C8D90
(140,141,144)
#7F7F82
(127,127,130)
#727174
(114,113,116)
#656366
(101,99,102)
#585558
(88,85,88)
#4B474A
(75,71,74)
#3E393C
(62,57,60)
#312B2E
(49,43,46)
#241D20
(36,29,32)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #999B9E

#999B9E
(153,155,158)
#A2A4A6
(162,164,166)
#ABADAE
(171,173,174)
#B4B6B6
(180,182,182)
#BDBFBE
(189,191,190)
#C6C8C6
(198,200,198)
#CFD1CE
(207,209,206)
#D8DAD6
(216,218,214)
#E1E3DE
(225,227,222)
#EAECE6
(234,236,230)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999B9E; }

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

This text font color is #999B9E.


Background Color

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

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

This div background color is #999B9E.


Border color

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

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

This div border color is #999B9E.


Opacity

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

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

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

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

This text has shadow with #999B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999B9E on black background.


Color preview on white background

This text has color #999B9E on white background.



Black color preview on #999B9E background

This text has black color on #999B9E background.


White color preview on #999B9E background

This text has white color on #999B9E background.