COLOR #B1C1FF

HEX: #B1C1FF
RGB: (177,193,255)

Color info

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

RGB color model

#B1C1FF color RGB value is (177,193,255).

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

RGB channels and saturation

R 177 of 255 = 69%
G 193 of 255 = 76%
B 255 of 255 = 100%

177
193
255

R + G + B ~ 82%. #B1C1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 193 + 255 = 625 (100%)
R 177 of 625 ~ 28.32%
G 193 of 625 ~ 30.88%
B 255 of 625 ~ 40.8%

%28.32
%30.88
%40.8

CMYK color model

#B1C1FF color CMYK value is (31,24,0,0).

  • cyan value is 30.59%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,24,0,0)
C31M24Y0K0 
(31%,24%,0%,0%)
(0.31/0.24/0.00/0.00)	

CMYK percentages

%30.59
%24.31
%0
%0

Codes

Color #B1C1FF in popluar color models

B1C1FF
RGB177193255
HSL228°100.00%84.71%
HSB/HSV228°30.59%100.00%
CMYK30.59%24.31%0.00%
0.00%

Color #B1C1FF in popluar number systems.

HEXB1C1FF
Decimal177193255
Binary101100011100000111111111
Octal261301377

Shades and tints

Shades of #B1C1FF

#B1C1FF
(177,193,255)
#A1B0E8
(161,176,232)
#919FD1
(145,159,209)
#818EBA
(129,142,186)
#717DA3
(113,125,163)
#616C8C
(97,108,140)
#515B75
(81,91,117)
#414A5E
(65,74,94)
#313947
(49,57,71)
#212830
(33,40,48)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #B1C1FF

#B1C1FF
(177,193,255)
#B8C6FF
(184,198,255)
#BFCBFF
(191,203,255)
#C6D0FF
(198,208,255)
#CDD5FF
(205,213,255)
#D4DAFF
(212,218,255)
#DBDFFF
(219,223,255)
#E2E4FF
(226,228,255)
#E9E9FF
(233,233,255)
#F0EEFF
(240,238,255)
#F7F3FF
(247,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1C1FF; }

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

This text font color is #B1C1FF.


Background Color

.myBgColor { background-color: #B1C1FF; }

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

This div background color is #B1C1FF.


Border color

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

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

This div border color is #B1C1FF.


Opacity

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

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

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

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

This text has shadow with #B1C1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1C1FF on black background.


Color preview on white background

This text has color #B1C1FF on white background.



Black color preview on #B1C1FF background

This text has black color on #B1C1FF background.


White color preview on #B1C1FF background

This text has white color on #B1C1FF background.