COLOR #9CB9F6

HEX: #9CB9F6
RGB: (156,185,246)

Color info

#9CB9F6 contains mainly blue color. Web safe color of #9CB9F6 is #99CCFF (or #9CF).

RGB color model

#9CB9F6 color RGB value is (156,185,246).

  • red value is 156;
  • green value is 185;
  • blue value is 246.
RGB:
(156,185,246)
(61%,73%,96%)

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 246 of 255 = 96%

156
185
246

R + G + B ~ 77%. #9CB9F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 185 + 246 = 587 (100%)
R 156 of 587 ~ 26.58%
G 185 of 587 ~ 31.52%
B 246 of 587 ~ 41.91%

%26.58
%31.52
%41.91

CMYK color model

#9CB9F6 color CMYK value is (37,25,0,4).

  • cyan value is 36.59%
  • magenta value is 24.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(37,25,0,4)
C37M25Y0K4 
(37%,25%,0%,4%)
(0.37/0.25/0.00/0.04)	

CMYK percentages

%36.59
%24.8
%0
%3.53

Codes

Color #9CB9F6 in popluar color models

9CB9F6
RGB156185246
HSL221°83.33%78.82%
HSB/HSV221°36.59%96.47%
CMYK36.59%24.80%0.00%
3.53%

Color #9CB9F6 in popluar number systems.

HEX9CB9F6
Decimal156185246
Binary100111001011100111110110
Octal234271366

Shades and tints

Shades of #9CB9F6

#9CB9F6
(156,185,246)
#8EA9E0
(142,169,224)
#8099CA
(128,153,202)
#7289B4
(114,137,180)
#64799E
(100,121,158)
#566988
(86,105,136)
#485972
(72,89,114)
#3A495C
(58,73,92)
#2C3946
(44,57,70)
#1E2930
(30,41,48)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #9CB9F6

#9CB9F6
(156,185,246)
#A5BFF6
(165,191,246)
#AEC5F6
(174,197,246)
#B7CBF6
(183,203,246)
#C0D1F6
(192,209,246)
#C9D7F6
(201,215,246)
#D2DDF6
(210,221,246)
#DBE3F6
(219,227,246)
#E4E9F6
(228,233,246)
#EDEFF6
(237,239,246)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CB9F6 color. Also use rgb(156,185,246) instead hex code.

Text Font Color

.myTextColor { color: #9CB9F6; }

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

This text font color is #9CB9F6.


Background Color

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

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

This div background color is #9CB9F6.


Border color

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

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

This div border color is #9CB9F6.


Opacity

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

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

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

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

This text has shadow with #9CB9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB9F6 on black background.


Color preview on white background

This text has color #9CB9F6 on white background.



Black color preview on #9CB9F6 background

This text has black color on #9CB9F6 background.


White color preview on #9CB9F6 background

This text has white color on #9CB9F6 background.