COLOR #9CB5CF

HEX: #9CB5CF
RGB: (156,181,207)

Color info

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

RGB color model

#9CB5CF color RGB value is (156,181,207).

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

RGB channels and saturation

R 156 of 255 = 61%
G 181 of 255 = 71%
B 207 of 255 = 81%

156
181
207

R + G + B ~ 71%. #9CB5CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 181 + 207 = 544 (100%)
R 156 of 544 ~ 28.68%
G 181 of 544 ~ 33.27%
B 207 of 544 ~ 38.05%

%28.68
%33.27
%38.05

CMYK color model

#9CB5CF color CMYK value is (25,13,0,19).

  • cyan value is 24.64%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(25,13,0,19)
C25M13Y0K19 
(25%,13%,0%,19%)
(0.25/0.13/0.00/0.19)	

CMYK percentages

%24.64
%12.56
%0
%18.82

Codes

Color #9CB5CF in popluar color models

9CB5CF
RGB156181207
HSL211°34.69%71.18%
HSB/HSV211°24.64%81.18%
CMYK24.64%12.56%0.00%
18.82%

Color #9CB5CF in popluar number systems.

HEX9CB5CF
Decimal156181207
Binary100111001011010111001111
Octal234265317

Shades and tints

Shades of #9CB5CF

#9CB5CF
(156,181,207)
#8EA5BD
(142,165,189)
#8095AB
(128,149,171)
#728599
(114,133,153)
#647587
(100,117,135)
#566575
(86,101,117)
#485563
(72,85,99)
#3A4551
(58,69,81)
#2C353F
(44,53,63)
#1E252D
(30,37,45)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #9CB5CF

#9CB5CF
(156,181,207)
#A5BBD3
(165,187,211)
#AEC1D7
(174,193,215)
#B7C7DB
(183,199,219)
#C0CDDF
(192,205,223)
#C9D3E3
(201,211,227)
#D2D9E7
(210,217,231)
#DBDFEB
(219,223,235)
#E4E5EF
(228,229,239)
#EDEBF3
(237,235,243)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB5CF; }

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

This text font color is #9CB5CF.


Background Color

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

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

This div background color is #9CB5CF.


Border color

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

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

This div border color is #9CB5CF.


Opacity

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

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

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

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

This text has shadow with #9CB5CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB5CF on black background.


Color preview on white background

This text has color #9CB5CF on white background.



Black color preview on #9CB5CF background

This text has black color on #9CB5CF background.


White color preview on #9CB5CF background

This text has white color on #9CB5CF background.