COLOR #9CACA0

HEX: #9CACA0
RGB: (156,172,160)

Color info

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

RGB color model

#9CACA0 color RGB value is (156,172,160).

  • red value is 156;
  • green value is 172;
  • blue value is 160.
RGB:
(156,172,160)
(61%,67%,63%)

RGB channels and saturation

R 156 of 255 = 61%
G 172 of 255 = 67%
B 160 of 255 = 63%

156
172
160

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

Portions of RGB colors in percentages

R + G + B =
156 + 172 + 160 = 488 (100%)
R 156 of 488 ~ 31.97%
G 172 of 488 ~ 35.25%
B 160 of 488 ~ 32.79%

%31.97
%35.25
%32.79

CMYK color model

#9CACA0 color CMYK value is (9,0,7,33).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 6.98%
  • key color value is 32.55%
CMYK:
(9,0,7,33)
C9M0Y7K33 
(9%,0%,7%,33%)
(0.09/0.00/0.07/0.33)	

CMYK percentages

%9.3
%0
%6.98
%32.55

Codes

Color #9CACA0 in popluar color models

9CACA0
RGB156172160
HSL135°8.79%64.31%
HSB/HSV135°9.30%67.45%
CMYK9.30%0.00%6.98%
32.55%

Color #9CACA0 in popluar number systems.

HEX9CACA0
Decimal156172160
Binary100111001010110010100000
Octal234254240

Shades and tints

Shades of #9CACA0

#9CACA0
(156,172,160)
#8E9D92
(142,157,146)
#808E84
(128,142,132)
#727F76
(114,127,118)
#647068
(100,112,104)
#56615A
(86,97,90)
#48524C
(72,82,76)
#3A433E
(58,67,62)
#2C3430
(44,52,48)
#1E2522
(30,37,34)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #9CACA0

#9CACA0
(156,172,160)
#A5B3A8
(165,179,168)
#AEBAB0
(174,186,176)
#B7C1B8
(183,193,184)
#C0C8C0
(192,200,192)
#C9CFC8
(201,207,200)
#D2D6D0
(210,214,208)
#DBDDD8
(219,221,216)
#E4E4E0
(228,228,224)
#EDEBE8
(237,235,232)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CACA0 color. Also use rgb(156,172,160) instead hex code.

Text Font Color

.myTextColor { color: #9CACA0; }

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

This text font color is #9CACA0.


Background Color

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

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

This div background color is #9CACA0.


Border color

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

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

This div border color is #9CACA0.


Opacity

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

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

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

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

This text has shadow with #9CACA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CACA0 on black background.


Color preview on white background

This text has color #9CACA0 on white background.



Black color preview on #9CACA0 background

This text has black color on #9CACA0 background.


White color preview on #9CACA0 background

This text has white color on #9CACA0 background.