COLOR #9CB2BE

HEX: #9CB2BE
RGB: (156,178,190)

Color info

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

RGB color model

#9CB2BE color RGB value is (156,178,190).

  • red value is 156;
  • green value is 178;
  • blue value is 190.
RGB:
(156,178,190)
(61%,70%,75%)

RGB channels and saturation

R 156 of 255 = 61%
G 178 of 255 = 70%
B 190 of 255 = 75%

156
178
190

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

Portions of RGB colors in percentages

R + G + B =
156 + 178 + 190 = 524 (100%)
R 156 of 524 ~ 29.77%
G 178 of 524 ~ 33.97%
B 190 of 524 ~ 36.26%

%29.77
%33.97
%36.26

CMYK color model

#9CB2BE color CMYK value is (18,6,0,25).

  • cyan value is 17.89%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(18,6,0,25)
C18M6Y0K25 
(18%,6%,0%,25%)
(0.18/0.06/0.00/0.25)	

CMYK percentages

%17.89
%6.32
%0
%25.49

Codes

Color #9CB2BE in popluar color models

9CB2BE
RGB156178190
HSL201°20.73%67.84%
HSB/HSV201°17.89%74.51%
CMYK17.89%6.32%0.00%
25.49%

Color #9CB2BE in popluar number systems.

HEX9CB2BE
Decimal156178190
Binary100111001011001010111110
Octal234262276

Shades and tints

Shades of #9CB2BE

#9CB2BE
(156,178,190)
#8EA2AD
(142,162,173)
#80929C
(128,146,156)
#72828B
(114,130,139)
#64727A
(100,114,122)
#566269
(86,98,105)
#485258
(72,82,88)
#3A4247
(58,66,71)
#2C3236
(44,50,54)
#1E2225
(30,34,37)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #9CB2BE

#9CB2BE
(156,178,190)
#A5B9C3
(165,185,195)
#AEC0C8
(174,192,200)
#B7C7CD
(183,199,205)
#C0CED2
(192,206,210)
#C9D5D7
(201,213,215)
#D2DCDC
(210,220,220)
#DBE3E1
(219,227,225)
#E4EAE6
(228,234,230)
#EDF1EB
(237,241,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB2BE color. Also use rgb(156,178,190) instead hex code.

Text Font Color

.myTextColor { color: #9CB2BE; }

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

This text font color is #9CB2BE.


Background Color

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

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

This div background color is #9CB2BE.


Border color

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

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

This div border color is #9CB2BE.


Opacity

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

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

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

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

This text has shadow with #9CB2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB2BE on black background.


Color preview on white background

This text has color #9CB2BE on white background.



Black color preview on #9CB2BE background

This text has black color on #9CB2BE background.


White color preview on #9CB2BE background

This text has white color on #9CB2BE background.