COLOR #999BA6

HEX: #999BA6
RGB: (153,155,166)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
155
166

R + G + B ~ 62%. #999BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 166 = 474 (100%)
R 153 of 474 ~ 32.28%
G 155 of 474 ~ 32.7%
B 166 of 474 ~ 35.02%

%32.28
%32.7
%35.02

CMYK color model

#999BA6 color CMYK value is (8,7,0,35).

  • cyan value is 7.83%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,7,0,35)
C8M7Y0K35 
(8%,7%,0%,35%)
(0.08/0.07/0.00/0.35)	

CMYK percentages

%7.83
%6.63
%0
%34.9

Codes

Color #999BA6 in popluar color models

999BA6
RGB153155166
HSL231°6.81%62.55%
HSB/HSV231°7.83%65.10%
CMYK7.83%6.63%0.00%
34.90%

Color #999BA6 in popluar number systems.

HEX999BA6
Decimal153155166
Binary100110011001101110100110
Octal231233246

Shades and tints

Shades of #999BA6

#999BA6
(153,155,166)
#8C8D97
(140,141,151)
#7F7F88
(127,127,136)
#727179
(114,113,121)
#65636A
(101,99,106)
#58555B
(88,85,91)
#4B474C
(75,71,76)
#3E393D
(62,57,61)
#312B2E
(49,43,46)
#241D1F
(36,29,31)
#170F10
(23,15,16)
#000000
(0,0,0)

Tints of #999BA6

#999BA6
(153,155,166)
#A2A4AE
(162,164,174)
#ABADB6
(171,173,182)
#B4B6BE
(180,182,190)
#BDBFC6
(189,191,198)
#C6C8CE
(198,200,206)
#CFD1D6
(207,209,214)
#D8DADE
(216,218,222)
#E1E3E6
(225,227,230)
#EAECEE
(234,236,238)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999BA6; }

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

This text font color is #999BA6.


Background Color

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

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

This div background color is #999BA6.


Border color

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

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

This div border color is #999BA6.


Opacity

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

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

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

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

This text has shadow with #999BA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999BA6 on black background.


Color preview on white background

This text has color #999BA6 on white background.



Black color preview on #999BA6 background

This text has black color on #999BA6 background.


White color preview on #999BA6 background

This text has white color on #999BA6 background.