COLOR #9CACB8

HEX: #9CACB8
RGB: (156,172,184)

Color info

#9CACB8 contains red, green and blue colors in about the same proportion. Web safe color of #9CACB8 is #9999CC (or #99C).

RGB color model

#9CACB8 color RGB value is (156,172,184).

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

RGB channels and saturation

R 156 of 255 = 61%
G 172 of 255 = 67%
B 184 of 255 = 72%

156
172
184

R + G + B ~ 67%. #9CACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 172 + 184 = 512 (100%)
R 156 of 512 ~ 30.47%
G 172 of 512 ~ 33.59%
B 184 of 512 ~ 35.94%

%30.47
%33.59
%35.94

CMYK color model

#9CACB8 color CMYK value is (15,7,0,28).

  • cyan value is 15.22%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(15,7,0,28)
C15M7Y0K28 
(15%,7%,0%,28%)
(0.15/0.07/0.00/0.28)	

CMYK percentages

%15.22
%6.52
%0
%27.84

Codes

Color #9CACB8 in popluar color models

9CACB8
RGB156172184
HSL206°16.47%66.67%
HSB/HSV206°15.22%72.16%
CMYK15.22%6.52%0.00%
27.84%

Color #9CACB8 in popluar number systems.

HEX9CACB8
Decimal156172184
Binary100111001010110010111000
Octal234254270

Shades and tints

Shades of #9CACB8

#9CACB8
(156,172,184)
#8E9DA8
(142,157,168)
#808E98
(128,142,152)
#727F88
(114,127,136)
#647078
(100,112,120)
#566168
(86,97,104)
#485258
(72,82,88)
#3A4348
(58,67,72)
#2C3438
(44,52,56)
#1E2528
(30,37,40)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #9CACB8

#9CACB8
(156,172,184)
#A5B3BE
(165,179,190)
#AEBAC4
(174,186,196)
#B7C1CA
(183,193,202)
#C0C8D0
(192,200,208)
#C9CFD6
(201,207,214)
#D2D6DC
(210,214,220)
#DBDDE2
(219,221,226)
#E4E4E8
(228,228,232)
#EDEBEE
(237,235,238)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CACB8; }

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

This text font color is #9CACB8.


Background Color

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

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

This div background color is #9CACB8.


Border color

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

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

This div border color is #9CACB8.


Opacity

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

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

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

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

This text has shadow with #9CACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CACB8 on black background.


Color preview on white background

This text has color #9CACB8 on white background.



Black color preview on #9CACB8 background

This text has black color on #9CACB8 background.


White color preview on #9CACB8 background

This text has white color on #9CACB8 background.