COLOR #B1D1FC

HEX: #B1D1FC
RGB: (177,209,252)

Color info

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

RGB color model

#B1D1FC color RGB value is (177,209,252).

  • red value is 177;
  • green value is 209;
  • blue value is 252.
RGB:
(177,209,252)
(69%,82%,99%)

RGB channels and saturation

R 177 of 255 = 69%
G 209 of 255 = 82%
B 252 of 255 = 99%

177
209
252

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

Portions of RGB colors in percentages

R + G + B =
177 + 209 + 252 = 638 (100%)
R 177 of 638 ~ 27.74%
G 209 of 638 ~ 32.76%
B 252 of 638 ~ 39.5%

%27.74
%32.76
%39.5

CMYK color model

#B1D1FC color CMYK value is (30,17,0,1).

  • cyan value is 29.76%
  • magenta value is 17.06%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(30,17,0,1)
C30M17Y0K1 
(30%,17%,0%,1%)
(0.30/0.17/0.00/0.01)	

CMYK percentages

%29.76
%17.06
%0
%1.18

Codes

Color #B1D1FC in popluar color models

B1D1FC
RGB177209252
HSL214°92.59%84.12%
HSB/HSV214°29.76%98.82%
CMYK29.76%17.06%0.00%
1.18%

Color #B1D1FC in popluar number systems.

HEXB1D1FC
Decimal177209252
Binary101100011101000111111100
Octal261321374

Shades and tints

Shades of #B1D1FC

#B1D1FC
(177,209,252)
#A1BEE6
(161,190,230)
#91ABD0
(145,171,208)
#8198BA
(129,152,186)
#7185A4
(113,133,164)
#61728E
(97,114,142)
#515F78
(81,95,120)
#414C62
(65,76,98)
#31394C
(49,57,76)
#212636
(33,38,54)
#111320
(17,19,32)
#000000
(0,0,0)

Tints of #B1D1FC

#B1D1FC
(177,209,252)
#B8D5FC
(184,213,252)
#BFD9FC
(191,217,252)
#C6DDFC
(198,221,252)
#CDE1FC
(205,225,252)
#D4E5FC
(212,229,252)
#DBE9FC
(219,233,252)
#E2EDFC
(226,237,252)
#E9F1FC
(233,241,252)
#F0F5FC
(240,245,252)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D1FC color. Also use rgb(177,209,252) instead hex code.

Text Font Color

.myTextColor { color: #B1D1FC; }

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

This text font color is #B1D1FC.


Background Color

.myBgColor { background-color: #B1D1FC; }

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

This div background color is #B1D1FC.


Border color

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

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

This div border color is #B1D1FC.


Opacity

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

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

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

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

This text has shadow with #B1D1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D1FC on black background.


Color preview on white background

This text has color #B1D1FC on white background.



Black color preview on #B1D1FC background

This text has black color on #B1D1FC background.


White color preview on #B1D1FC background

This text has white color on #B1D1FC background.