COLOR #B1D6FD

HEX: #B1D6FD
RGB: (177,214,253)

Color info

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

RGB color model

#B1D6FD color RGB value is (177,214,253).

  • red value is 177;
  • green value is 214;
  • blue value is 253.
RGB:
(177,214,253)
(69%,84%,99%)

RGB channels and saturation

R 177 of 255 = 69%
G 214 of 255 = 84%
B 253 of 255 = 99%

177
214
253

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

Portions of RGB colors in percentages

R + G + B =
177 + 214 + 253 = 644 (100%)
R 177 of 644 ~ 27.48%
G 214 of 644 ~ 33.23%
B 253 of 644 ~ 39.29%

%27.48
%33.23
%39.29

CMYK color model

#B1D6FD color CMYK value is (30,15,0,1).

  • cyan value is 30.04%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,15,0,1)
C30M15Y0K1 
(30%,15%,0%,1%)
(0.30/0.15/0.00/0.01)	

CMYK percentages

%30.04
%15.42
%0
%0.78

Codes

Color #B1D6FD in popluar color models

B1D6FD
RGB177214253
HSL211°95.00%84.31%
HSB/HSV211°30.04%99.22%
CMYK30.04%15.42%0.00%
0.78%

Color #B1D6FD in popluar number systems.

HEXB1D6FD
Decimal177214253
Binary101100011101011011111101
Octal261326375

Shades and tints

Shades of #B1D6FD

#B1D6FD
(177,214,253)
#A1C3E6
(161,195,230)
#91B0CF
(145,176,207)
#819DB8
(129,157,184)
#718AA1
(113,138,161)
#61778A
(97,119,138)
#516473
(81,100,115)
#41515C
(65,81,92)
#313E45
(49,62,69)
#212B2E
(33,43,46)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #B1D6FD

#B1D6FD
(177,214,253)
#B8D9FD
(184,217,253)
#BFDCFD
(191,220,253)
#C6DFFD
(198,223,253)
#CDE2FD
(205,226,253)
#D4E5FD
(212,229,253)
#DBE8FD
(219,232,253)
#E2EBFD
(226,235,253)
#E9EEFD
(233,238,253)
#F0F1FD
(240,241,253)
#F7F4FD
(247,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D6FD color. Also use rgb(177,214,253) instead hex code.

Text Font Color

.myTextColor { color: #B1D6FD; }

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

This text font color is #B1D6FD.


Background Color

.myBgColor { background-color: #B1D6FD; }

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

This div background color is #B1D6FD.


Border color

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

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

This div border color is #B1D6FD.


Opacity

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

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

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

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

This text has shadow with #B1D6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D6FD on black background.


Color preview on white background

This text has color #B1D6FD on white background.



Black color preview on #B1D6FD background

This text has black color on #B1D6FD background.


White color preview on #B1D6FD background

This text has white color on #B1D6FD background.