COLOR #9CA5AA

HEX: #9CA5AA
RGB: (156,165,170)

Color info

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

RGB color model

#9CA5AA color RGB value is (156,165,170).

  • red value is 156;
  • green value is 165;
  • blue value is 170.
RGB:
(156,165,170)
(61%,65%,67%)

RGB channels and saturation

R 156 of 255 = 61%
G 165 of 255 = 65%
B 170 of 255 = 67%

156
165
170

R + G + B ~ 64%. #9CA5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 165 + 170 = 491 (100%)
R 156 of 491 ~ 31.77%
G 165 of 491 ~ 33.6%
B 170 of 491 ~ 34.62%

%31.77
%33.6
%34.62

CMYK color model

#9CA5AA color CMYK value is (8,3,0,33).

  • cyan value is 8.24%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,3,0,33)
C8M3Y0K33 
(8%,3%,0%,33%)
(0.08/0.03/0.00/0.33)	

CMYK percentages

%8.24
%2.94
%0
%33.33

Codes

Color #9CA5AA in popluar color models

9CA5AA
RGB156165170
HSL201°7.61%63.92%
HSB/HSV201°8.24%66.67%
CMYK8.24%2.94%0.00%
33.33%

Color #9CA5AA in popluar number systems.

HEX9CA5AA
Decimal156165170
Binary100111001010010110101010
Octal234245252

Shades and tints

Shades of #9CA5AA

#9CA5AA
(156,165,170)
#8E969B
(142,150,155)
#80878C
(128,135,140)
#72787D
(114,120,125)
#64696E
(100,105,110)
#565A5F
(86,90,95)
#484B50
(72,75,80)
#3A3C41
(58,60,65)
#2C2D32
(44,45,50)
#1E1E23
(30,30,35)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #9CA5AA

#9CA5AA
(156,165,170)
#A5ADB1
(165,173,177)
#AEB5B8
(174,181,184)
#B7BDBF
(183,189,191)
#C0C5C6
(192,197,198)
#C9CDCD
(201,205,205)
#D2D5D4
(210,213,212)
#DBDDDB
(219,221,219)
#E4E5E2
(228,229,226)
#EDEDE9
(237,237,233)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CA5AA color. Also use rgb(156,165,170) instead hex code.

Text Font Color

.myTextColor { color: #9CA5AA; }

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

This text font color is #9CA5AA.


Background Color

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

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

This div background color is #9CA5AA.


Border color

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

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

This div border color is #9CA5AA.


Opacity

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

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

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

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

This text has shadow with #9CA5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CA5AA on black background.


Color preview on white background

This text has color #9CA5AA on white background.



Black color preview on #9CA5AA background

This text has black color on #9CA5AA background.


White color preview on #9CA5AA background

This text has white color on #9CA5AA background.