COLOR #B1CBFF

HEX: #B1CBFF
RGB: (177,203,255)

Color info

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

RGB color model

#B1CBFF color RGB value is (177,203,255).

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

RGB channels and saturation

R 177 of 255 = 69%
G 203 of 255 = 80%
B 255 of 255 = 100%

177
203
255

R + G + B ~ 83%. #B1CBFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 203 + 255 = 635 (100%)
R 177 of 635 ~ 27.87%
G 203 of 635 ~ 31.97%
B 255 of 635 ~ 40.16%

%27.87
%31.97
%40.16

CMYK color model

#B1CBFF color CMYK value is (31,20,0,0).

  • cyan value is 30.59%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,20,0,0)
C31M20Y0K0 
(31%,20%,0%,0%)
(0.31/0.20/0.00/0.00)	

CMYK percentages

%30.59
%20.39
%0
%0

Codes

Color #B1CBFF in popluar color models

B1CBFF
RGB177203255
HSL220°100.00%84.71%
HSB/HSV220°30.59%100.00%
CMYK30.59%20.39%0.00%
0.00%

Color #B1CBFF in popluar number systems.

HEXB1CBFF
Decimal177203255
Binary101100011100101111111111
Octal261313377

Shades and tints

Shades of #B1CBFF

#B1CBFF
(177,203,255)
#A1B9E8
(161,185,232)
#91A7D1
(145,167,209)
#8195BA
(129,149,186)
#7183A3
(113,131,163)
#61718C
(97,113,140)
#515F75
(81,95,117)
#414D5E
(65,77,94)
#313B47
(49,59,71)
#212930
(33,41,48)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #B1CBFF

#B1CBFF
(177,203,255)
#B8CFFF
(184,207,255)
#BFD3FF
(191,211,255)
#C6D7FF
(198,215,255)
#CDDBFF
(205,219,255)
#D4DFFF
(212,223,255)
#DBE3FF
(219,227,255)
#E2E7FF
(226,231,255)
#E9EBFF
(233,235,255)
#F0EFFF
(240,239,255)
#F7F3FF
(247,243,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1CBFF; }

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

This text font color is #B1CBFF.


Background Color

.myBgColor { background-color: #B1CBFF; }

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

This div background color is #B1CBFF.


Border color

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

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

This div border color is #B1CBFF.


Opacity

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

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

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

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

This text has shadow with #B1CBFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1CBFF on black background.


Color preview on white background

This text has color #B1CBFF on white background.



Black color preview on #B1CBFF background

This text has black color on #B1CBFF background.


White color preview on #B1CBFF background

This text has white color on #B1CBFF background.