COLOR #B1C2F0

HEX: #B1C2F0
RGB: (177,194,240)

Color info

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

RGB color model

#B1C2F0 color RGB value is (177,194,240).

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

RGB channels and saturation

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

177
194
240

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

Portions of RGB colors in percentages

R + G + B =
177 + 194 + 240 = 611 (100%)
R 177 of 611 ~ 28.97%
G 194 of 611 ~ 31.75%
B 240 of 611 ~ 39.28%

%28.97
%31.75
%39.28

CMYK color model

#B1C2F0 color CMYK value is (26,19,0,6).

  • cyan value is 26.25%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (26,19,0,6) C26M19Y0K6 (26%,19%,0%,6%) (0.26/0.19/0.00/0.06)

CMYK percentages

%26.25
%19.17
%0
%5.88

Codes

Color #B1C2F0 in popluar color models

B1C2F0
RGB177194240
HSL224°67.74%81.76%
HSB/HSV224°26.25%94.12%
CMYK26.25%19.17%0.00%
5.88%

Color #B1C2F0 in popluar number systems.

HEXB1C2F0
Decimal177194240
Binary101100011100001011110000
Octal261302360

Shades and tints

Shades of #B1C2F0

#B1C2F0
(177,194,240)
#A1B1DB
(161,177,219)
#91A0C6
(145,160,198)
#818FB1
(129,143,177)
#717E9C
(113,126,156)
#616D87
(97,109,135)
#515C72
(81,92,114)
#414B5D
(65,75,93)
#313A48
(49,58,72)
#212933
(33,41,51)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #B1C2F0

#B1C2F0
(177,194,240)
#B8C7F1
(184,199,241)
#BFCCF2
(191,204,242)
#C6D1F3
(198,209,243)
#CDD6F4
(205,214,244)
#D4DBF5
(212,219,245)
#DBE0F6
(219,224,246)
#E2E5F7
(226,229,247)
#E9EAF8
(233,234,248)
#F0EFF9
(240,239,249)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C2F0; }

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

This text font color is #B1C2F0.


Background Color

.myBgColor { background-color: #B1C2F0; }

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

This div background color is #B1C2F0.


Border color

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

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

This div border color is #B1C2F0.


Opacity

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

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

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

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

This text has shadow with #B1C2F0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B1C2F0 on black background.


Color preview on white background

This text has color #B1C2F0 on white background.



Black color preview on #B1C2F0 background

This text has black color on #B1C2F0 background.


White color preview on #B1C2F0 background

This text has white color on #B1C2F0 background.