COLOR #B1D5F6

HEX: #B1D5F6
RGB: (177,213,246)

Color info

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

RGB color model

#B1D5F6 color RGB value is (177,213,246).

  • red value is 177;
  • green value is 213;
  • blue value is 246.
RGB:
(177,213,246)
(69%,84%,96%)

RGB channels and saturation

R 177 of 255 = 69%
G 213 of 255 = 84%
B 246 of 255 = 96%

177
213
246

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

Portions of RGB colors in percentages

R + G + B =
177 + 213 + 246 = 636 (100%)
R 177 of 636 ~ 27.83%
G 213 of 636 ~ 33.49%
B 246 of 636 ~ 38.68%

%27.83
%33.49
%38.68

CMYK color model

#B1D5F6 color CMYK value is (28,13,0,4).

  • cyan value is 28.05%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(28,13,0,4)
C28M13Y0K4 
(28%,13%,0%,4%)
(0.28/0.13/0.00/0.04)	

CMYK percentages

%28.05
%13.41
%0
%3.53

Codes

Color #B1D5F6 in popluar color models

B1D5F6
RGB177213246
HSL209°79.31%82.94%
HSB/HSV209°28.05%96.47%
CMYK28.05%13.41%0.00%
3.53%

Color #B1D5F6 in popluar number systems.

HEXB1D5F6
Decimal177213246
Binary101100011101010111110110
Octal261325366

Shades and tints

Shades of #B1D5F6

#B1D5F6
(177,213,246)
#A1C2E0
(161,194,224)
#91AFCA
(145,175,202)
#819CB4
(129,156,180)
#71899E
(113,137,158)
#617688
(97,118,136)
#516372
(81,99,114)
#41505C
(65,80,92)
#313D46
(49,61,70)
#212A30
(33,42,48)
#11171A
(17,23,26)
#000000
(0,0,0)

Tints of #B1D5F6

#B1D5F6
(177,213,246)
#B8D8F6
(184,216,246)
#BFDBF6
(191,219,246)
#C6DEF6
(198,222,246)
#CDE1F6
(205,225,246)
#D4E4F6
(212,228,246)
#DBE7F6
(219,231,246)
#E2EAF6
(226,234,246)
#E9EDF6
(233,237,246)
#F0F0F6
(240,240,246)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D5F6 color. Also use rgb(177,213,246) instead hex code.

Text Font Color

.myTextColor { color: #B1D5F6; }

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

This text font color is #B1D5F6.


Background Color

.myBgColor { background-color: #B1D5F6; }

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

This div background color is #B1D5F6.


Border color

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

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

This div border color is #B1D5F6.


Opacity

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

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

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

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

This text has shadow with #B1D5F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D5F6 on black background.


Color preview on white background

This text has color #B1D5F6 on white background.



Black color preview on #B1D5F6 background

This text has black color on #B1D5F6 background.


White color preview on #B1D5F6 background

This text has white color on #B1D5F6 background.