COLOR #B1C1F0

HEX: #B1C1F0
RGB: (177,193,240)

Color info

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

RGB color model

#B1C1F0 color RGB value is (177,193,240).

  • red value is 177;
  • green value is 193;
  • blue value is 240.
RGB:
(177,193,240)
(69%,76%,94%)

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 240 of 255 = 94%

177
193
240

R + G + B ~ 80%. #B1C1F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 240 = 610 (100%)
R 177 of 610 ~ 29.02%
G 193 of 610 ~ 31.64%
B 240 of 610 ~ 39.34%

%29.02
%31.64
%39.34

CMYK color model

#B1C1F0 color CMYK value is (26,20,0,6).

  • cyan value is 26.25%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(26,20,0,6)
C26M20Y0K6 
(26%,20%,0%,6%)
(0.26/0.20/0.00/0.06)	

CMYK percentages

%26.25
%19.58
%0
%5.88

Codes

Color #B1C1F0 in popluar color models

B1C1F0
RGB177193240
HSL225°67.74%81.76%
HSB/HSV225°26.25%94.12%
CMYK26.25%19.58%0.00%
5.88%

Color #B1C1F0 in popluar number systems.

HEXB1C1F0
Decimal177193240
Binary101100011100000111110000
Octal261301360

Shades and tints

Shades of #B1C1F0

#B1C1F0
(177,193,240)
#A1B0DB
(161,176,219)
#919FC6
(145,159,198)
#818EB1
(129,142,177)
#717D9C
(113,125,156)
#616C87
(97,108,135)
#515B72
(81,91,114)
#414A5D
(65,74,93)
#313948
(49,57,72)
#212833
(33,40,51)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #B1C1F0

#B1C1F0
(177,193,240)
#B8C6F1
(184,198,241)
#BFCBF2
(191,203,242)
#C6D0F3
(198,208,243)
#CDD5F4
(205,213,244)
#D4DAF5
(212,218,245)
#DBDFF6
(219,223,246)
#E2E4F7
(226,228,247)
#E9E9F8
(233,233,248)
#F0EEF9
(240,238,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1C1F0 color. Also use rgb(177,193,240) instead hex code.

Text Font Color

.myTextColor { color: #B1C1F0; }

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

This text font color is #B1C1F0.


Background Color

.myBgColor { background-color: #B1C1F0; }

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

This div background color is #B1C1F0.


Border color

.myBorderColor { border: 1px solid #B1C1F0; }

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

This div border color is #B1C1F0.


Opacity

.myOpacity80 { color: #B1C1F0; opacity: 0.8; }

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

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

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

This text has shadow with #B1C1F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C1F0 on black background.


Color preview on white background

This text has color #B1C1F0 on white background.



Black color preview on #B1C1F0 background

This text has black color on #B1C1F0 background.


White color preview on #B1C1F0 background

This text has white color on #B1C1F0 background.