COLOR #9CB7BB

HEX: #9CB7BB
RGB: (156,183,187)

Color info

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

RGB color model

#9CB7BB color RGB value is (156,183,187).

  • red value is 156;
  • green value is 183;
  • blue value is 187.
RGB:
(156,183,187)
(61%,72%,73%)

RGB channels and saturation

R 156 of 255 = 61%
G 183 of 255 = 72%
B 187 of 255 = 73%

156
183
187

R + G + B ~ 69%. #9CB7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 183 + 187 = 526 (100%)
R 156 of 526 ~ 29.66%
G 183 of 526 ~ 34.79%
B 187 of 526 ~ 35.55%

%29.66
%34.79
%35.55

CMYK color model

#9CB7BB color CMYK value is (17,2,0,27).

  • cyan value is 16.58%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(17,2,0,27)
C17M2Y0K27 
(17%,2%,0%,27%)
(0.17/0.02/0.00/0.27)	

CMYK percentages

%16.58
%2.14
%0
%26.67

Codes

Color #9CB7BB in popluar color models

9CB7BB
RGB156183187
HSL188°18.56%67.25%
HSB/HSV188°16.58%73.33%
CMYK16.58%2.14%0.00%
26.67%

Color #9CB7BB in popluar number systems.

HEX9CB7BB
Decimal156183187
Binary100111001011011110111011
Octal234267273

Shades and tints

Shades of #9CB7BB

#9CB7BB
(156,183,187)
#8EA7AA
(142,167,170)
#809799
(128,151,153)
#728788
(114,135,136)
#647777
(100,119,119)
#566766
(86,103,102)
#485755
(72,87,85)
#3A4744
(58,71,68)
#2C3733
(44,55,51)
#1E2722
(30,39,34)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CB7BB

#9CB7BB
(156,183,187)
#A5BDC1
(165,189,193)
#AEC3C7
(174,195,199)
#B7C9CD
(183,201,205)
#C0CFD3
(192,207,211)
#C9D5D9
(201,213,217)
#D2DBDF
(210,219,223)
#DBE1E5
(219,225,229)
#E4E7EB
(228,231,235)
#EDEDF1
(237,237,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB7BB color. Also use rgb(156,183,187) instead hex code.

Text Font Color

.myTextColor { color: #9CB7BB; }

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

This text font color is #9CB7BB.


Background Color

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

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

This div background color is #9CB7BB.


Border color

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

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

This div border color is #9CB7BB.


Opacity

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

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

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

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

This text has shadow with #9CB7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB7BB on black background.


Color preview on white background

This text has color #9CB7BB on white background.



Black color preview on #9CB7BB background

This text has black color on #9CB7BB background.


White color preview on #9CB7BB background

This text has white color on #9CB7BB background.