COLOR #9CB6D9

HEX: #9CB6D9
RGB: (156,182,217)

Color info

#9CB6D9 contains mainly green and blue colors. Web safe color of #9CB6D9 is #99CCCC (or #9CC).

RGB color model

#9CB6D9 color RGB value is (156,182,217).

  • red value is 156;
  • green value is 182;
  • blue value is 217.
RGB:
(156,182,217)
(61%,71%,85%)

RGB channels and saturation

R 156 of 255 = 61%
G 182 of 255 = 71%
B 217 of 255 = 85%

156
182
217

R + G + B ~ 72%. #9CB6D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 182 + 217 = 555 (100%)
R 156 of 555 ~ 28.11%
G 182 of 555 ~ 32.79%
B 217 of 555 ~ 39.1%

%28.11
%32.79
%39.1

CMYK color model

#9CB6D9 color CMYK value is (28,16,0,15).

  • cyan value is 28.11%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(28,16,0,15)
C28M16Y0K15 
(28%,16%,0%,15%)
(0.28/0.16/0.00/0.15)	

CMYK percentages

%28.11
%16.13
%0
%14.9

Codes

Color #9CB6D9 in popluar color models

9CB6D9
RGB156182217
HSL214°44.53%73.14%
HSB/HSV214°28.11%85.10%
CMYK28.11%16.13%0.00%
14.90%

Color #9CB6D9 in popluar number systems.

HEX9CB6D9
Decimal156182217
Binary100111001011011011011001
Octal234266331

Shades and tints

Shades of #9CB6D9

#9CB6D9
(156,182,217)
#8EA6C6
(142,166,198)
#8096B3
(128,150,179)
#7286A0
(114,134,160)
#64768D
(100,118,141)
#56667A
(86,102,122)
#485667
(72,86,103)
#3A4654
(58,70,84)
#2C3641
(44,54,65)
#1E262E
(30,38,46)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #9CB6D9

#9CB6D9
(156,182,217)
#A5BCDC
(165,188,220)
#AEC2DF
(174,194,223)
#B7C8E2
(183,200,226)
#C0CEE5
(192,206,229)
#C9D4E8
(201,212,232)
#D2DAEB
(210,218,235)
#DBE0EE
(219,224,238)
#E4E6F1
(228,230,241)
#EDECF4
(237,236,244)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB6D9 color. Also use rgb(156,182,217) instead hex code.

Text Font Color

.myTextColor { color: #9CB6D9; }

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

This text font color is #9CB6D9.


Background Color

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

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

This div background color is #9CB6D9.


Border color

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

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

This div border color is #9CB6D9.


Opacity

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

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

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

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

This text has shadow with #9CB6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB6D9 on black background.


Color preview on white background

This text has color #9CB6D9 on white background.



Black color preview on #9CB6D9 background

This text has black color on #9CB6D9 background.


White color preview on #9CB6D9 background

This text has white color on #9CB6D9 background.