COLOR #9CA3AA

HEX: #9CA3AA RGB: (156,163,170)

Color info

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

RGB color model

#9CA3AA color RGB value is (156,163,170).

RGB: (156,163,170) (61%, 64%, 67%)

RGB channels and saturation

R 156 of 255 = 61%
G 163 of 255 = 64%
B 170 of 255 = 67%

156
163
170

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

Portions of RGB colors in percentages

R + G + B = 156 + 163 + 170 = 489 (100%)
R 156 of 489 ~ 31.9%
G 163 of 489 ~ 33.33%
B 170 of 489 ~ 34.76'%

%31.9
%33.33
%34.76

CMYK color model

#9CA3AA color CMYK value is (8,4,0,33).

  • cyan value is 8.24%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (8,4,0,33)
C8M4Y0K33 (8%, 4%, 0%, 33%)
(0.08 / 0.04 / 0.00 / 0.33)

CMYK percentages

%8.24
%4.12
%0
%33.33

Codes

Color #9CA3AA in popluar color models

9C A3 AA
RGB 156 163 170
HSL 210° 7.61% 63.92%
HSB/HSV 210° 8.24% 66.67%
CMYK 8.24% 4.12% 0.00%
33.33%

Color #9CA3AA in popluar number systems.

HEX 9C A3 AA
Decimal 156 163 170
Binary 10011100 10100011 10101010
Octal 234 243 252

Shades and tints

Shades of #9CA3AA

#9CA3AA
(156,163,170)
#8E959B
(142,149,155)
#80878C
(128,135,140)
#72797D
(114,121,125)
#646B6E
(100,107,110)
#565D5F
(86,93,95)
#484F50
(72,79,80)
#3A4141
(58,65,65)
#2C3332
(44,51,50)
#1E2523
(30,37,35)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #9CA3AA

#9CA3AA
(156,163,170)
#A5ABB1
(165,171,177)
#AEB3B8
(174,179,184)
#B7BBBF
(183,187,191)
#C0C3C6
(192,195,198)
#C9CBCD
(201,203,205)
#D2D3D4
(210,211,212)
#DBDBDB
(219,219,219)
#E4E3E2
(228,227,226)
#EDEBE9
(237,235,233)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CA3AA; }

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

This text font color is #9CA3AA.

Background Color

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

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

This div background color is #9CA3AA.

Border color

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

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

This div border color is #9CA3AA.

Opacity

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

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

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

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

This text has shadow with #9CA3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CA3AA.

Preview

Color preview on black background

This text has color #9CA3AA on black background.


Color preview on white background

This text has color #9CA3AA on white background.


Black color preview on #9CA3AA background

This text has black color on #9CA3AA background.


White color preview on #9CA3AA background

This text has white color on #9CA3AA background.


Related colors

Complementary color

Complementary color for #hex is #635C55.


I love getcolorcode.com

Triadic colors

1 #AA9CA3 and #A3AA9C with #9CA3AA are triadic colors.

2 #AAA39C and #A39CAA with #9CA3AA are triadic colors.