COLOR #B1D6FE

HEX: #B1D6FE RGB: (177,214,254)

Color info

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

RGB color model

#B1D6FE color RGB value is (177,214,254).

RGB: (177,214,254) (69%, 84%, 100%)

RGB channels and saturation

R 177 of 255 = 69%
G 214 of 255 = 84%
B 254 of 255 = 100%

177
214
254

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

Portions of RGB colors in percentages

R + G + B = 177 + 214 + 254 = 645 (100%)
R 177 of 645 ~ 27.44%
G 214 of 645 ~ 33.18%
B 254 of 645 ~ 39.38'%

%27.44
%33.18
%39.38

CMYK color model

#B1D6FE color CMYK value is (30,16,0,0).

  • cyan value is 30.31%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (30,16,0,0)
C30M16Y0K0 (30%, 16%, 0%, 0%)
(0.30 / 0.16 / 0.00 / 0.00)

CMYK percentages

%30.31
%15.75
%0
%0.39

Codes

Color #B1D6FE in popluar color models

B1 D6 FE
RGB 177 214 254
HSL 211° 97.47% 84.51%
HSB/HSV 211° 30.31% 99.61%
CMYK 30.31% 15.75% 0.00%
0.39%

Color #B1D6FE in popluar number systems.

HEX B1 D6 FE
Decimal 177 214 254
Binary 10110001 11010110 11111110
Octal 261 326 376

Shades and tints

Shades of #B1D6FE

#B1D6FE
(177,214,254)
#A1C3E7
(161,195,231)
#91B0D0
(145,176,208)
#819DB9
(129,157,185)
#718AA2
(113,138,162)
#61778B
(97,119,139)
#516474
(81,100,116)
#41515D
(65,81,93)
#313E46
(49,62,70)
#212B2F
(33,43,47)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #B1D6FE

#B1D6FE
(177,214,254)
#B8D9FE
(184,217,254)
#BFDCFE
(191,220,254)
#C6DFFE
(198,223,254)
#CDE2FE
(205,226,254)
#D4E5FE
(212,229,254)
#DBE8FE
(219,232,254)
#E2EBFE
(226,235,254)
#E9EEFE
(233,238,254)
#F0F1FE
(240,241,254)
#F7F4FE
(247,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D6FE; }

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

This text font color is #B1D6FE.

Background Color

.myBgColor { background-color: #B1D6FE; }

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

This div background color is #B1D6FE.

Border color

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

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

This div border color is #B1D6FE.

Opacity

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

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

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

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

This text has shadow with #B1D6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D6FE.

Preview

Color preview on black background

This text has color #B1D6FE on black background.


Color preview on white background

This text has color #B1D6FE on white background.


Black color preview on #B1D6FE background

This text has black color on #B1D6FE background.


White color preview on #B1D6FE background

This text has white color on #B1D6FE background.


Related colors

Complementary color

Complementary color for #hex is #4E2901.


I love getcolorcode.com

Triadic colors

1 #FEB1D6 and #D6FEB1 with #B1D6FE are triadic colors.

2 #FED6B1 and #D6B1FE with #B1D6FE are triadic colors.