COLOR #999BA7

HEX: #999BA7
RGB: (153,155,167)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

153
155
167

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

Portions of RGB colors in percentages

R + G + B =
153 + 155 + 167 = 475 (100%)
R 153 of 475 ~ 32.21%
G 155 of 475 ~ 32.63%
B 167 of 475 ~ 35.16%

%32.21
%32.63
%35.16

CMYK color model

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

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

CMYK percentages

%8.38
%7.19
%0
%34.51

Codes

Color #999BA7 in popluar color models

999BA7
RGB153155167
HSL231°7.37%62.75%
HSB/HSV231°8.38%65.49%
CMYK8.38%7.19%0.00%
34.51%

Color #999BA7 in popluar number systems.

HEX999BA7
Decimal153155167
Binary100110011001101110100111
Octal231233247

Shades and tints

Shades of #999BA7

#999BA7
(153,155,167)
#8C8D98
(140,141,152)
#7F7F89
(127,127,137)
#72717A
(114,113,122)
#65636B
(101,99,107)
#58555C
(88,85,92)
#4B474D
(75,71,77)
#3E393E
(62,57,62)
#312B2F
(49,43,47)
#241D20
(36,29,32)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #999BA7

#999BA7
(153,155,167)
#A2A4AF
(162,164,175)
#ABADB7
(171,173,183)
#B4B6BF
(180,182,191)
#BDBFC7
(189,191,199)
#C6C8CF
(198,200,207)
#CFD1D7
(207,209,215)
#D8DADF
(216,218,223)
#E1E3E7
(225,227,231)
#EAECEF
(234,236,239)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999BA7; }

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

This text font color is #999BA7.


Background Color

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

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

This div background color is #999BA7.


Border color

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

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

This div border color is #999BA7.


Opacity

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

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

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

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

This text has shadow with #999BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999BA7 on black background.


Color preview on white background

This text has color #999BA7 on white background.



Black color preview on #999BA7 background

This text has black color on #999BA7 background.


White color preview on #999BA7 background

This text has white color on #999BA7 background.