COLOR #9CAAA6

HEX: #9CAAA6
RGB: (156,170,166)

Color info

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

RGB color model

#9CAAA6 color RGB value is (156,170,166).

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

RGB channels and saturation

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

156
170
166

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

Portions of RGB colors in percentages

R + G + B =
156 + 170 + 166 = 492 (100%)
R 156 of 492 ~ 31.71%
G 170 of 492 ~ 34.55%
B 166 of 492 ~ 33.74%

%31.71
%34.55
%33.74

CMYK color model

#9CAAA6 color CMYK value is (8,0,2,33).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 33.33%
CMYK:
(8,0,2,33)
C8M0Y2K33 
(8%,0%,2%,33%)
(0.08/0.00/0.02/0.33)	

CMYK percentages

%8.24
%0
%2.35
%33.33

Codes

Color #9CAAA6 in popluar color models

9CAAA6
RGB156170166
HSL163°7.61%63.92%
HSB/HSV163°8.24%66.67%
CMYK8.24%0.00%2.35%
33.33%

Color #9CAAA6 in popluar number systems.

HEX9CAAA6
Decimal156170166
Binary100111001010101010100110
Octal234252246

Shades and tints

Shades of #9CAAA6

#9CAAA6
(156,170,166)
#8E9B97
(142,155,151)
#808C88
(128,140,136)
#727D79
(114,125,121)
#646E6A
(100,110,106)
#565F5B
(86,95,91)
#48504C
(72,80,76)
#3A413D
(58,65,61)
#2C322E
(44,50,46)
#1E231F
(30,35,31)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #9CAAA6

#9CAAA6
(156,170,166)
#A5B1AE
(165,177,174)
#AEB8B6
(174,184,182)
#B7BFBE
(183,191,190)
#C0C6C6
(192,198,198)
#C9CDCE
(201,205,206)
#D2D4D6
(210,212,214)
#DBDBDE
(219,219,222)
#E4E2E6
(228,226,230)
#EDE9EE
(237,233,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CAAA6; }

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

This text font color is #9CAAA6.


Background Color

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

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

This div background color is #9CAAA6.


Border color

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

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

This div border color is #9CAAA6.


Opacity

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

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

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

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

This text has shadow with #9CAAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CAAA6 on black background.


Color preview on white background

This text has color #9CAAA6 on white background.



Black color preview on #9CAAA6 background

This text has black color on #9CAAA6 background.


White color preview on #9CAAA6 background

This text has white color on #9CAAA6 background.