COLOR #9CB5BE

HEX: #9CB5BE
RGB: (156,181,190)

Color info

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

RGB color model

#9CB5BE color RGB value is (156,181,190).

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

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 190 of 255 = 75%

156
181
190

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

Portions of RGB colors in percentages

R + G + B =
156 + 181 + 190 = 527 (100%)
R 156 of 527 ~ 29.6%
G 181 of 527 ~ 34.35%
B 190 of 527 ~ 36.05%

%29.6
%34.35
%36.05

CMYK color model

#9CB5BE color CMYK value is (18,5,0,25).

  • cyan value is 17.89%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (18,5,0,25) C18M5Y0K25 (18%,5%,0%,25%) (0.18/0.05/0.00/0.25)

CMYK percentages

%17.89
%4.74
%0
%25.49

Codes

Color #9CB5BE in popluar color models

9CB5BE
RGB156181190
HSL196°20.73%67.84%
HSB/HSV196°17.89%74.51%
CMYK17.89%4.74%0.00%
25.49%

Color #9CB5BE in popluar number systems.

HEX9CB5BE
Decimal156181190
Binary100111001011010110111110
Octal234265276

Shades and tints

Shades of #9CB5BE

#9CB5BE
(156,181,190)
#8EA5AD
(142,165,173)
#80959C
(128,149,156)
#72858B
(114,133,139)
#64757A
(100,117,122)
#566569
(86,101,105)
#485558
(72,85,88)
#3A4547
(58,69,71)
#2C3536
(44,53,54)
#1E2525
(30,37,37)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #9CB5BE

#9CB5BE
(156,181,190)
#A5BBC3
(165,187,195)
#AEC1C8
(174,193,200)
#B7C7CD
(183,199,205)
#C0CDD2
(192,205,210)
#C9D3D7
(201,211,215)
#D2D9DC
(210,217,220)
#DBDFE1
(219,223,225)
#E4E5E6
(228,229,230)
#EDEBEB
(237,235,235)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB5BE; }

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

This text font color is #9CB5BE.


Background Color

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

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

This div background color is #9CB5BE.


Border color

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

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

This div border color is #9CB5BE.


Opacity

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

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

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

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

This text has shadow with #9CB5BE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9CB5BE on black background.


Color preview on white background

This text has color #9CB5BE on white background.



Black color preview on #9CB5BE background

This text has black color on #9CB5BE background.


White color preview on #9CB5BE background

This text has white color on #9CB5BE background.