COLOR #9CB1BA

HEX: #9CB1BA
RGB: (156,177,186)

Color info

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

RGB color model

#9CB1BA color RGB value is (156,177,186).

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

RGB channels and saturation

R 156 of 255 = 61%
G 177 of 255 = 69%
B 186 of 255 = 73%

156
177
186

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

Portions of RGB colors in percentages

R + G + B =
156 + 177 + 186 = 519 (100%)
R 156 of 519 ~ 30.06%
G 177 of 519 ~ 34.1%
B 186 of 519 ~ 35.84%

%30.06
%34.1
%35.84

CMYK color model

#9CB1BA color CMYK value is (16,5,0,27).

  • cyan value is 16.13%
  • magenta value is 4.84%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(16,5,0,27)
C16M5Y0K27 
(16%,5%,0%,27%)
(0.16/0.05/0.00/0.27)	

CMYK percentages

%16.13
%4.84
%0
%27.06

Codes

Color #9CB1BA in popluar color models

9CB1BA
RGB156177186
HSL198°17.86%67.06%
HSB/HSV198°16.13%72.94%
CMYK16.13%4.84%0.00%
27.06%

Color #9CB1BA in popluar number systems.

HEX9CB1BA
Decimal156177186
Binary100111001011000110111010
Octal234261272

Shades and tints

Shades of #9CB1BA

#9CB1BA
(156,177,186)
#8EA1AA
(142,161,170)
#80919A
(128,145,154)
#72818A
(114,129,138)
#64717A
(100,113,122)
#56616A
(86,97,106)
#48515A
(72,81,90)
#3A414A
(58,65,74)
#2C313A
(44,49,58)
#1E212A
(30,33,42)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #9CB1BA

#9CB1BA
(156,177,186)
#A5B8C0
(165,184,192)
#AEBFC6
(174,191,198)
#B7C6CC
(183,198,204)
#C0CDD2
(192,205,210)
#C9D4D8
(201,212,216)
#D2DBDE
(210,219,222)
#DBE2E4
(219,226,228)
#E4E9EA
(228,233,234)
#EDF0F0
(237,240,240)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB1BA; }

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

This text font color is #9CB1BA.


Background Color

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

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

This div background color is #9CB1BA.


Border color

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

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

This div border color is #9CB1BA.


Opacity

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

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

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

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

This text has shadow with #9CB1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB1BA on black background.


Color preview on white background

This text has color #9CB1BA on white background.



Black color preview on #9CB1BA background

This text has black color on #9CB1BA background.


White color preview on #9CB1BA background

This text has white color on #9CB1BA background.