COLOR #9CB4DA

HEX: #9CB4DA
RGB: (156,180,218)

Color info

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

RGB color model

#9CB4DA color RGB value is (156,180,218).

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

RGB channels and saturation

R 156 of 255 = 61%
G 180 of 255 = 71%
B 218 of 255 = 85%

156
180
218

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

Portions of RGB colors in percentages

R + G + B =
156 + 180 + 218 = 554 (100%)
R 156 of 554 ~ 28.16%
G 180 of 554 ~ 32.49%
B 218 of 554 ~ 39.35%

%28.16
%32.49
%39.35

CMYK color model

#9CB4DA color CMYK value is (28,17,0,15).

  • cyan value is 28.44%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(28,17,0,15)
C28M17Y0K15 
(28%,17%,0%,15%)
(0.28/0.17/0.00/0.15)	

CMYK percentages

%28.44
%17.43
%0
%14.51

Codes

Color #9CB4DA in popluar color models

9CB4DA
RGB156180218
HSL217°45.59%73.33%
HSB/HSV217°28.44%85.49%
CMYK28.44%17.43%0.00%
14.51%

Color #9CB4DA in popluar number systems.

HEX9CB4DA
Decimal156180218
Binary100111001011010011011010
Octal234264332

Shades and tints

Shades of #9CB4DA

#9CB4DA
(156,180,218)
#8EA4C7
(142,164,199)
#8094B4
(128,148,180)
#7284A1
(114,132,161)
#64748E
(100,116,142)
#56647B
(86,100,123)
#485468
(72,84,104)
#3A4455
(58,68,85)
#2C3442
(44,52,66)
#1E242F
(30,36,47)
#10141C
(16,20,28)
#000000
(0,0,0)

Tints of #9CB4DA

#9CB4DA
(156,180,218)
#A5BADD
(165,186,221)
#AEC0E0
(174,192,224)
#B7C6E3
(183,198,227)
#C0CCE6
(192,204,230)
#C9D2E9
(201,210,233)
#D2D8EC
(210,216,236)
#DBDEEF
(219,222,239)
#E4E4F2
(228,228,242)
#EDEAF5
(237,234,245)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB4DA color. Also use rgb(156,180,218) instead hex code.

Text Font Color

.myTextColor { color: #9CB4DA; }

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

This text font color is #9CB4DA.


Background Color

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

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

This div background color is #9CB4DA.


Border color

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

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

This div border color is #9CB4DA.


Opacity

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

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

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

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

This text has shadow with #9CB4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB4DA on black background.


Color preview on white background

This text has color #9CB4DA on white background.



Black color preview on #9CB4DA background

This text has black color on #9CB4DA background.


White color preview on #9CB4DA background

This text has white color on #9CB4DA background.