COLOR #9CBBF1

HEX: #9CBBF1
RGB: (156,187,241)

Color info

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

RGB color model

#9CBBF1 color RGB value is (156,187,241).

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

RGB channels and saturation

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

156
187
241

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

Portions of RGB colors in percentages

R + G + B =
156 + 187 + 241 = 584 (100%)
R 156 of 584 ~ 26.71%
G 187 of 584 ~ 32.02%
B 241 of 584 ~ 41.27%

%26.71
%32.02
%41.27

CMYK color model

#9CBBF1 color CMYK value is (35,22,0,5).

  • cyan value is 35.27%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(35,22,0,5)
C35M22Y0K5 
(35%,22%,0%,5%)
(0.35/0.22/0.00/0.05)	

CMYK percentages

%35.27
%22.41
%0
%5.49

Codes

Color #9CBBF1 in popluar color models

9CBBF1
RGB156187241
HSL218°75.22%77.84%
HSB/HSV218°35.27%94.51%
CMYK35.27%22.41%0.00%
5.49%

Color #9CBBF1 in popluar number systems.

HEX9CBBF1
Decimal156187241
Binary100111001011101111110001
Octal234273361

Shades and tints

Shades of #9CBBF1

#9CBBF1
(156,187,241)
#8EAADC
(142,170,220)
#8099C7
(128,153,199)
#7288B2
(114,136,178)
#64779D
(100,119,157)
#566688
(86,102,136)
#485573
(72,85,115)
#3A445E
(58,68,94)
#2C3349
(44,51,73)
#1E2234
(30,34,52)
#10111F
(16,17,31)
#000000
(0,0,0)

Tints of #9CBBF1

#9CBBF1
(156,187,241)
#A5C1F2
(165,193,242)
#AEC7F3
(174,199,243)
#B7CDF4
(183,205,244)
#C0D3F5
(192,211,245)
#C9D9F6
(201,217,246)
#D2DFF7
(210,223,247)
#DBE5F8
(219,229,248)
#E4EBF9
(228,235,249)
#EDF1FA
(237,241,250)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBBF1; }

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

This text font color is #9CBBF1.


Background Color

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

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

This div background color is #9CBBF1.


Border color

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

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

This div border color is #9CBBF1.


Opacity

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

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

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

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

This text has shadow with #9CBBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBBF1 on black background.


Color preview on white background

This text has color #9CBBF1 on white background.



Black color preview on #9CBBF1 background

This text has black color on #9CBBF1 background.


White color preview on #9CBBF1 background

This text has white color on #9CBBF1 background.