COLOR #B1DBF9

HEX: #B1DBF9 RGB: (177,219,249)

Color info

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

RGB color model

#B1DBF9 color RGB value is (177,219,249).

RGB: (177,219,249) (69%, 86%, 98%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 249 of 255 = 98%

177
219
249

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

Portions of RGB colors in percentages

R + G + B = 177 + 219 + 249 = 645 (100%)
R 177 of 645 ~ 27.44%
G 219 of 645 ~ 33.95%
B 249 of 645 ~ 38.6'%

%27.44
%33.95
%38.6

CMYK color model

#B1DBF9 color CMYK value is (29,12,0,2).

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

CMYK: (29,12,0,2)
C29M12Y0K2 (29%, 12%, 0%, 2%)
(0.29 / 0.12 / 0.00 / 0.02)

CMYK percentages

%28.92
%12.05
%0
%2.35

Codes

Color #B1DBF9 in popluar color models

B1 DB F9
RGB 177 219 249
HSL 205° 85.71% 83.53%
HSB/HSV 205° 28.92% 97.65%
CMYK 28.92% 12.05% 0.00%
2.35%

Color #B1DBF9 in popluar number systems.

HEX B1 DB F9
Decimal 177 219 249
Binary 10110001 11011011 11111001
Octal 261 333 371

Shades and tints

Shades of #B1DBF9

#B1DBF9
(177,219,249)
#A1C8E3
(161,200,227)
#91B5CD
(145,181,205)
#81A2B7
(129,162,183)
#718FA1
(113,143,161)
#617C8B
(97,124,139)
#516975
(81,105,117)
#41565F
(65,86,95)
#314349
(49,67,73)
#213033
(33,48,51)
#111D1D
(17,29,29)
#000000
(0,0,0)

Tints of #B1DBF9

#B1DBF9
(177,219,249)
#B8DEF9
(184,222,249)
#BFE1F9
(191,225,249)
#C6E4F9
(198,228,249)
#CDE7F9
(205,231,249)
#D4EAF9
(212,234,249)
#DBEDF9
(219,237,249)
#E2F0F9
(226,240,249)
#E9F3F9
(233,243,249)
#F0F6F9
(240,246,249)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DBF9; }

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

This text font color is #B1DBF9.

Background Color

.myBgColor { background-color: #B1DBF9; }

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

This div background color is #B1DBF9.

Border color

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

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

This div border color is #B1DBF9.

Opacity

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

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

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

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

This text has shadow with #B1DBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DBF9.

Preview

Color preview on black background

This text has color #B1DBF9 on black background.


Color preview on white background

This text has color #B1DBF9 on white background.


Black color preview on #B1DBF9 background

This text has black color on #B1DBF9 background.


White color preview on #B1DBF9 background

This text has white color on #B1DBF9 background.


Related colors

Complementary color

Complementary color for #hex is #4E2406.


I love getcolorcode.com

Triadic colors

1 #F9B1DB and #DBF9B1 with #B1DBF9 are triadic colors.

2 #F9DBB1 and #DBB1F9 with #B1DBF9 are triadic colors.