COLOR #9CA3A7

HEX: #9CA3A7
RGB: (156,163,167)

Color info

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

RGB color model

#9CA3A7 color RGB value is (156,163,167).

  • red value is 156;
  • green value is 163;
  • blue value is 167.
RGB:
(156,163,167)
(61%,64%,65%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 167 of 255 = 65%

156
163
167

R + G + B ~ 63%. #9CA3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 163 + 167 = 486 (100%)
R 156 of 486 ~ 32.1%
G 163 of 486 ~ 33.54%
B 167 of 486 ~ 34.36%

%32.1
%33.54
%34.36

CMYK color model

#9CA3A7 color CMYK value is (7,2,0,35).

  • cyan value is 6.59%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(7,2,0,35)
C7M2Y0K35 
(7%,2%,0%,35%)
(0.07/0.02/0.00/0.35)	

CMYK percentages

%6.59
%2.4
%0
%34.51

Codes

Color #9CA3A7 in popluar color models

9CA3A7
RGB156163167
HSL202°5.88%63.33%
HSB/HSV202°6.59%65.49%
CMYK6.59%2.40%0.00%
34.51%

Color #9CA3A7 in popluar number systems.

HEX9CA3A7
Decimal156163167
Binary100111001010001110100111
Octal234243247

Shades and tints

Shades of #9CA3A7

#9CA3A7
(156,163,167)
#8E9598
(142,149,152)
#808789
(128,135,137)
#72797A
(114,121,122)
#646B6B
(100,107,107)
#565D5C
(86,93,92)
#484F4D
(72,79,77)
#3A413E
(58,65,62)
#2C332F
(44,51,47)
#1E2520
(30,37,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CA3A7

#9CA3A7
(156,163,167)
#A5ABAF
(165,171,175)
#AEB3B7
(174,179,183)
#B7BBBF
(183,187,191)
#C0C3C7
(192,195,199)
#C9CBCF
(201,203,207)
#D2D3D7
(210,211,215)
#DBDBDF
(219,219,223)
#E4E3E7
(228,227,231)
#EDEBEF
(237,235,239)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA3A7 color. Also use rgb(156,163,167) instead hex code.

Text Font Color

.myTextColor { color: #9CA3A7; }

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

This text font color is #9CA3A7.


Background Color

.myBgColor { background-color: #9CA3A7; }

<div style="background-color:#9CA3A7">Inner text</div>

This div background color is #9CA3A7.


Border color

.myBorderColor { border: 1px solid #9CA3A7; }

<div style="border:3px solid #9CA3A7">Div</div>

This div border color is #9CA3A7.


Opacity

.myOpacity80 { color: #9CA3A7; opacity: 0.8; }

<p style="color:#9CA3A7;opacity:0.8;">80%</p>

Text with #9CA3A7 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 #9CA3A7;}

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

This text has shadow with #9CA3A7 color.

.textShadow {text-shadow: 3px 3px 1px #9CA3A7, 3px 3px 1px red;}

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

This text has shadow with #9CA3A7 primary color and red secondary color.


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

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

This text has shadow with #9CA3A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA3A7 on black background.


Color preview on white background

This text has color #9CA3A7 on white background.



Black color preview on #9CA3A7 background

This text has black color on #9CA3A7 background.


White color preview on #9CA3A7 background

This text has white color on #9CA3A7 background.