COLOR #999FA7

HEX: #999FA7
RGB: (153,159,167)

Color info

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

RGB color model

#999FA7 color RGB value is (153,159,167).

  • red value is 153;
  • green value is 159;
  • blue value is 167.
RGB:
(153,159,167)
(60%,62%,65%)

RGB channels and saturation

R 153 of 255 = 60%
G 159 of 255 = 62%
B 167 of 255 = 65%

153
159
167

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

Portions of RGB colors in percentages

R + G + B =
153 + 159 + 167 = 479 (100%)
R 153 of 479 ~ 31.94%
G 159 of 479 ~ 33.19%
B 167 of 479 ~ 34.86%

%31.94
%33.19
%34.86

CMYK color model

#999FA7 color CMYK value is (8,5,0,35).

  • cyan value is 8.38%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(8,5,0,35)
C8M5Y0K35 
(8%,5%,0%,35%)
(0.08/0.05/0.00/0.35)	

CMYK percentages

%8.38
%4.79
%0
%34.51

Codes

Color #999FA7 in popluar color models

999FA7
RGB153159167
HSL214°7.37%62.75%
HSB/HSV214°8.38%65.49%
CMYK8.38%4.79%0.00%
34.51%

Color #999FA7 in popluar number systems.

HEX999FA7
Decimal153159167
Binary100110011001111110100111
Octal231237247

Shades and tints

Shades of #999FA7

#999FA7
(153,159,167)
#8C9198
(140,145,152)
#7F8389
(127,131,137)
#72757A
(114,117,122)
#65676B
(101,103,107)
#58595C
(88,89,92)
#4B4B4D
(75,75,77)
#3E3D3E
(62,61,62)
#312F2F
(49,47,47)
#242120
(36,33,32)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #999FA7

#999FA7
(153,159,167)
#A2A7AF
(162,167,175)
#ABAFB7
(171,175,183)
#B4B7BF
(180,183,191)
#BDBFC7
(189,191,199)
#C6C7CF
(198,199,207)
#CFCFD7
(207,207,215)
#D8D7DF
(216,215,223)
#E1DFE7
(225,223,231)
#EAE7EF
(234,231,239)
#F3EFF7
(243,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999FA7; }

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

This text font color is #999FA7.


Background Color

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

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

This div background color is #999FA7.


Border color

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

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

This div border color is #999FA7.


Opacity

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

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

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

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

This text has shadow with #999FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999FA7 on black background.


Color preview on white background

This text has color #999FA7 on white background.



Black color preview on #999FA7 background

This text has black color on #999FA7 background.


White color preview on #999FA7 background

This text has white color on #999FA7 background.