COLOR #B1D7FB

HEX: #B1D7FB
RGB: (177,215,251)

Color info

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

RGB color model

#B1D7FB color RGB value is (177,215,251).

  • red value is 177;
  • green value is 215;
  • blue value is 251.
RGB:
(177,215,251)
(69%,84%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 215 of 255 = 84%
B 251 of 255 = 98%

177
215
251

R + G + B ~ 84%. #B1D7FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 215 + 251 = 643 (100%)
R 177 of 643 ~ 27.53%
G 215 of 643 ~ 33.44%
B 251 of 643 ~ 39.04%

%27.53
%33.44
%39.04

CMYK color model

#B1D7FB color CMYK value is (29,14,0,2).

  • cyan value is 29.48%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,14,0,2)
C29M14Y0K2 
(29%,14%,0%,2%)
(0.29/0.14/0.00/0.02)	

CMYK percentages

%29.48
%14.34
%0
%1.57

Codes

Color #B1D7FB in popluar color models

B1D7FB
RGB177215251
HSL209°90.24%83.92%
HSB/HSV209°29.48%98.43%
CMYK29.48%14.34%0.00%
1.57%

Color #B1D7FB in popluar number systems.

HEXB1D7FB
Decimal177215251
Binary101100011101011111111011
Octal261327373

Shades and tints

Shades of #B1D7FB

#B1D7FB
(177,215,251)
#A1C4E5
(161,196,229)
#91B1CF
(145,177,207)
#819EB9
(129,158,185)
#718BA3
(113,139,163)
#61788D
(97,120,141)
#516577
(81,101,119)
#415261
(65,82,97)
#313F4B
(49,63,75)
#212C35
(33,44,53)
#11191F
(17,25,31)
#000000
(0,0,0)

Tints of #B1D7FB

#B1D7FB
(177,215,251)
#B8DAFB
(184,218,251)
#BFDDFB
(191,221,251)
#C6E0FB
(198,224,251)
#CDE3FB
(205,227,251)
#D4E6FB
(212,230,251)
#DBE9FB
(219,233,251)
#E2ECFB
(226,236,251)
#E9EFFB
(233,239,251)
#F0F2FB
(240,242,251)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D7FB color. Also use rgb(177,215,251) instead hex code.

Text Font Color

.myTextColor { color: #B1D7FB; }

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

This text font color is #B1D7FB.


Background Color

.myBgColor { background-color: #B1D7FB; }

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

This div background color is #B1D7FB.


Border color

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

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

This div border color is #B1D7FB.


Opacity

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

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

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

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

This text has shadow with #B1D7FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D7FB on black background.


Color preview on white background

This text has color #B1D7FB on white background.



Black color preview on #B1D7FB background

This text has black color on #B1D7FB background.


White color preview on #B1D7FB background

This text has white color on #B1D7FB background.