COLOR #9CABA6

HEX: #9CABA6
RGB: (156,171,166)

Color info

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

RGB color model

#9CABA6 color RGB value is (156,171,166).

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

RGB channels and saturation

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

156
171
166

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

Portions of RGB colors in percentages

R + G + B =
156 + 171 + 166 = 493 (100%)
R 156 of 493 ~ 31.64%
G 171 of 493 ~ 34.69%
B 166 of 493 ~ 33.67%

%31.64
%34.69
%33.67

CMYK color model

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

  • cyan value is 8.77%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(9,0,3,33)
C9M0Y3K33 
(9%,0%,3%,33%)
(0.09/0.00/0.03/0.33)	

CMYK percentages

%8.77
%0
%2.92
%32.94

Codes

Color #9CABA6 in popluar color models

9CABA6
RGB156171166
HSL160°8.20%64.12%
HSB/HSV160°8.77%67.06%
CMYK8.77%0.00%2.92%
32.94%

Color #9CABA6 in popluar number systems.

HEX9CABA6
Decimal156171166
Binary100111001010101110100110
Octal234253246

Shades and tints

Shades of #9CABA6

#9CABA6
(156,171,166)
#8E9C97
(142,156,151)
#808D88
(128,141,136)
#727E79
(114,126,121)
#646F6A
(100,111,106)
#56605B
(86,96,91)
#48514C
(72,81,76)
#3A423D
(58,66,61)
#2C332E
(44,51,46)
#1E241F
(30,36,31)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #9CABA6

#9CABA6
(156,171,166)
#A5B2AE
(165,178,174)
#AEB9B6
(174,185,182)
#B7C0BE
(183,192,190)
#C0C7C6
(192,199,198)
#C9CECE
(201,206,206)
#D2D5D6
(210,213,214)
#DBDCDE
(219,220,222)
#E4E3E6
(228,227,230)
#EDEAEE
(237,234,238)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CABA6; }

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

This text font color is #9CABA6.


Background Color

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

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

This div background color is #9CABA6.


Border color

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

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

This div border color is #9CABA6.


Opacity

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

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

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

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

This text has shadow with #9CABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CABA6 on black background.


Color preview on white background

This text has color #9CABA6 on white background.



Black color preview on #9CABA6 background

This text has black color on #9CABA6 background.


White color preview on #9CABA6 background

This text has white color on #9CABA6 background.