COLOR #9CB3BA

HEX: #9CB3BA
RGB: (156,179,186)

Color info

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

RGB color model

#9CB3BA color RGB value is (156,179,186).

  • red value is 156;
  • green value is 179;
  • blue value is 186.
RGB:
(156,179,186)
(61%,70%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 179 of 255 = 70%
B 186 of 255 = 73%

156
179
186

R + G + B ~ 68%. #9CB3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 179 + 186 = 521 (100%)
R 156 of 521 ~ 29.94%
G 179 of 521 ~ 34.36%
B 186 of 521 ~ 35.7%

%29.94
%34.36
%35.7

CMYK color model

#9CB3BA color CMYK value is (16,4,0,27).

  • cyan value is 16.13%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(16,4,0,27)
C16M4Y0K27 
(16%,4%,0%,27%)
(0.16/0.04/0.00/0.27)	

CMYK percentages

%16.13
%3.76
%0
%27.06

Codes

Color #9CB3BA in popluar color models

9CB3BA
RGB156179186
HSL194°17.86%67.06%
HSB/HSV194°16.13%72.94%
CMYK16.13%3.76%0.00%
27.06%

Color #9CB3BA in popluar number systems.

HEX9CB3BA
Decimal156179186
Binary100111001011001110111010
Octal234263272

Shades and tints

Shades of #9CB3BA

#9CB3BA
(156,179,186)
#8EA3AA
(142,163,170)
#80939A
(128,147,154)
#72838A
(114,131,138)
#64737A
(100,115,122)
#56636A
(86,99,106)
#48535A
(72,83,90)
#3A434A
(58,67,74)
#2C333A
(44,51,58)
#1E232A
(30,35,42)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #9CB3BA

#9CB3BA
(156,179,186)
#A5B9C0
(165,185,192)
#AEBFC6
(174,191,198)
#B7C5CC
(183,197,204)
#C0CBD2
(192,203,210)
#C9D1D8
(201,209,216)
#D2D7DE
(210,215,222)
#DBDDE4
(219,221,228)
#E4E3EA
(228,227,234)
#EDE9F0
(237,233,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB3BA color. Also use rgb(156,179,186) instead hex code.

Text Font Color

.myTextColor { color: #9CB3BA; }

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

This text font color is #9CB3BA.


Background Color

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

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

This div background color is #9CB3BA.


Border color

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

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

This div border color is #9CB3BA.


Opacity

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

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

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

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

This text has shadow with #9CB3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB3BA on black background.


Color preview on white background

This text has color #9CB3BA on white background.



Black color preview on #9CB3BA background

This text has black color on #9CB3BA background.


White color preview on #9CB3BA background

This text has white color on #9CB3BA background.