COLOR #9CB9F1

HEX: #9CB9F1
RGB: (156,185,241)

Color info

#9CB9F1 contains mainly green and blue colors. Web safe color of #9CB9F1 is #99CCFF (or #9CF).

RGB color model

#9CB9F1 color RGB value is (156,185,241).

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

RGB channels and saturation

R 156 of 255 = 61%
G 185 of 255 = 73%
B 241 of 255 = 95%

156
185
241

R + G + B ~ 76%. #9CB9F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 185 + 241 = 582 (100%)
R 156 of 582 ~ 26.8%
G 185 of 582 ~ 31.79%
B 241 of 582 ~ 41.41%

%26.8
%31.79
%41.41

CMYK color model

#9CB9F1 color CMYK value is (35,23,0,5).

  • cyan value is 35.27%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,23,0,5)
C35M23Y0K5 
(35%,23%,0%,5%)
(0.35/0.23/0.00/0.05)	

CMYK percentages

%35.27
%23.24
%0
%5.49

Codes

Color #9CB9F1 in popluar color models

9CB9F1
RGB156185241
HSL220°75.22%77.84%
HSB/HSV220°35.27%94.51%
CMYK35.27%23.24%0.00%
5.49%

Color #9CB9F1 in popluar number systems.

HEX9CB9F1
Decimal156185241
Binary100111001011100111110001
Octal234271361

Shades and tints

Shades of #9CB9F1

#9CB9F1
(156,185,241)
#8EA9DC
(142,169,220)
#8099C7
(128,153,199)
#7289B2
(114,137,178)
#64799D
(100,121,157)
#566988
(86,105,136)
#485973
(72,89,115)
#3A495E
(58,73,94)
#2C3949
(44,57,73)
#1E2934
(30,41,52)
#10191F
(16,25,31)
#000000
(0,0,0)

Tints of #9CB9F1

#9CB9F1
(156,185,241)
#A5BFF2
(165,191,242)
#AEC5F3
(174,197,243)
#B7CBF4
(183,203,244)
#C0D1F5
(192,209,245)
#C9D7F6
(201,215,246)
#D2DDF7
(210,221,247)
#DBE3F8
(219,227,248)
#E4E9F9
(228,233,249)
#EDEFFA
(237,239,250)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CB9F1; }

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

This text font color is #9CB9F1.


Background Color

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

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

This div background color is #9CB9F1.


Border color

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

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

This div border color is #9CB9F1.


Opacity

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

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

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

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

This text has shadow with #9CB9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CB9F1 on black background.


Color preview on white background

This text has color #9CB9F1 on white background.



Black color preview on #9CB9F1 background

This text has black color on #9CB9F1 background.


White color preview on #9CB9F1 background

This text has white color on #9CB9F1 background.