COLOR #B1D1F9

HEX: #B1D1F9 RGB: (177,209,249)

Color info

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

RGB color model

#B1D1F9 color RGB value is (177,209,249).

RGB: (177,209,249) (69%, 82%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 209 of 255 = 82%
B 249 of 255 = 98%

177
209
249

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

Portions of RGB colors in percentages

R + G + B = 177 + 209 + 249 = 635 (100%)
R 177 of 635 ~ 27.87%
G 209 of 635 ~ 32.91%
B 249 of 635 ~ 39.21'%

%27.87
%32.91
%39.21

CMYK color model

#B1D1F9 color CMYK value is (29,16,0,2).

  • cyan value is 28.92%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (29,16,0,2)
C29M16Y0K2 (29%, 16%, 0%, 2%)
(0.29 / 0.16 / 0.00 / 0.02)

CMYK percentages

%28.92
%16.06
%0
%2.35

Codes

Color #B1D1F9 in popluar color models

B1 D1 F9
RGB 177 209 249
HSL 213° 85.71% 83.53%
HSB/HSV 213° 28.92% 97.65%
CMYK 28.92% 16.06% 0.00%
2.35%

Color #B1D1F9 in popluar number systems.

HEX B1 D1 F9
Decimal 177 209 249
Binary 10110001 11010001 11111001
Octal 261 321 371

Shades and tints

Shades of #B1D1F9

#B1D1F9
(177,209,249)
#A1BEE3
(161,190,227)
#91ABCD
(145,171,205)
#8198B7
(129,152,183)
#7185A1
(113,133,161)
#61728B
(97,114,139)
#515F75
(81,95,117)
#414C5F
(65,76,95)
#313949
(49,57,73)
#212633
(33,38,51)
#11131D
(17,19,29)
#000000
(0,0,0)

Tints of #B1D1F9

#B1D1F9
(177,209,249)
#B8D5F9
(184,213,249)
#BFD9F9
(191,217,249)
#C6DDF9
(198,221,249)
#CDE1F9
(205,225,249)
#D4E5F9
(212,229,249)
#DBE9F9
(219,233,249)
#E2EDF9
(226,237,249)
#E9F1F9
(233,241,249)
#F0F5F9
(240,245,249)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1D1F9; }

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

This text font color is #B1D1F9.

Background Color

.myBgColor { background-color: #B1D1F9; }

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

This div background color is #B1D1F9.

Border color

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

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

This div border color is #B1D1F9.

Opacity

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

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

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

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

This text has shadow with #B1D1F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D1F9.

Preview

Color preview on black background

This text has color #B1D1F9 on black background.


Color preview on white background

This text has color #B1D1F9 on white background.


Black color preview on #B1D1F9 background

This text has black color on #B1D1F9 background.


White color preview on #B1D1F9 background

This text has white color on #B1D1F9 background.


Related colors

Complementary color

Complementary color for #hex is #4E2E06.


I love getcolorcode.com

Triadic colors

1 #F9B1D1 and #D1F9B1 with #B1D1F9 are triadic colors.

2 #F9D1B1 and #D1B1F9 with #B1D1F9 are triadic colors.