COLOR #B1DBF2

HEX: #B1DBF2 RGB: (177,219,242)

Color info

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

RGB color model

#B1DBF2 color RGB value is (177,219,242).

RGB: (177,219,242) (69%, 86%, 95%)

RGB channels and saturation

R 177 of 255 = 69%
G 219 of 255 = 86%
B 242 of 255 = 95%

177
219
242

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

Portions of RGB colors in percentages

R + G + B = 177 + 219 + 242 = 638 (100%)
R 177 of 638 ~ 27.74%
G 219 of 638 ~ 34.33%
B 242 of 638 ~ 37.93'%

%27.74
%34.33
%37.93

CMYK color model

#B1DBF2 color CMYK value is (27,10,0,5).

  • cyan value is 26.86%
  • magenta value is 9.50%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (27,10,0,5)
C27M10Y0K5 (27%, 10%, 0%, 5%)
(0.27 / 0.10 / 0.00 / 0.05)

CMYK percentages

%26.86
%9.5
%0
%5.1

Codes

Color #B1DBF2 in popluar color models

B1 DB F2
RGB 177 219 242
HSL 201° 71.43% 82.16%
HSB/HSV 201° 26.86% 94.90%
CMYK 26.86% 9.50% 0.00%
5.10%

Color #B1DBF2 in popluar number systems.

HEX B1 DB F2
Decimal 177 219 242
Binary 10110001 11011011 11110010
Octal 261 333 362

Shades and tints

Shades of #B1DBF2

#B1DBF2
(177,219,242)
#A1C8DC
(161,200,220)
#91B5C6
(145,181,198)
#81A2B0
(129,162,176)
#718F9A
(113,143,154)
#617C84
(97,124,132)
#51696E
(81,105,110)
#415658
(65,86,88)
#314342
(49,67,66)
#21302C
(33,48,44)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #B1DBF2

#B1DBF2
(177,219,242)
#B8DEF3
(184,222,243)
#BFE1F4
(191,225,244)
#C6E4F5
(198,228,245)
#CDE7F6
(205,231,246)
#D4EAF7
(212,234,247)
#DBEDF8
(219,237,248)
#E2F0F9
(226,240,249)
#E9F3FA
(233,243,250)
#F0F6FB
(240,246,251)
#F7F9FC
(247,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1DBF2; }

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

This text font color is #B1DBF2.

Background Color

.myBgColor { background-color: #B1DBF2; }

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

This div background color is #B1DBF2.

Border color

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

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

This div border color is #B1DBF2.

Opacity

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

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

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

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

This text has shadow with #B1DBF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DBF2.

Preview

Color preview on black background

This text has color #B1DBF2 on black background.


Color preview on white background

This text has color #B1DBF2 on white background.


Black color preview on #B1DBF2 background

This text has black color on #B1DBF2 background.


White color preview on #B1DBF2 background

This text has white color on #B1DBF2 background.


Related colors

Complementary color

Complementary color for #hex is #4E240D.


I love getcolorcode.com

Triadic colors

1 #F2B1DB and #DBF2B1 with #B1DBF2 are triadic colors.

2 #F2DBB1 and #DBB1F2 with #B1DBF2 are triadic colors.