COLOR #B1DCF6

HEX: #B1DCF6 RGB: (177,220,246)

Color info

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

RGB color model

#B1DCF6 color RGB value is (177,220,246).

RGB: (177,220,246) (69%, 86%, 96%)

RGB channels and saturation

R 177 of 255 = 69%
G 220 of 255 = 86%
B 246 of 255 = 96%

177
220
246

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

Portions of RGB colors in percentages

R + G + B = 177 + 220 + 246 = 643 (100%)
R 177 of 643 ~ 27.53%
G 220 of 643 ~ 34.21%
B 246 of 643 ~ 38.26'%

%27.53
%34.21
%38.26

CMYK color model

#B1DCF6 color CMYK value is (28,11,0,4).

  • cyan value is 28.05%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (28,11,0,4)
C28M11Y0K4 (28%, 11%, 0%, 4%)
(0.28 / 0.11 / 0.00 / 0.04)

CMYK percentages

%28.05
%10.57
%0
%3.53

Codes

Color #B1DCF6 in popluar color models

B1 DC F6
RGB 177 220 246
HSL 203° 79.31% 82.94%
HSB/HSV 203° 28.05% 96.47%
CMYK 28.05% 10.57% 0.00%
3.53%

Color #B1DCF6 in popluar number systems.

HEX B1 DC F6
Decimal 177 220 246
Binary 10110001 11011100 11110110
Octal 261 334 366

Shades and tints

Shades of #B1DCF6

#B1DCF6
(177,220,246)
#A1C8E0
(161,200,224)
#91B4CA
(145,180,202)
#81A0B4
(129,160,180)
#718C9E
(113,140,158)
#617888
(97,120,136)
#516472
(81,100,114)
#41505C
(65,80,92)
#313C46
(49,60,70)
#212830
(33,40,48)
#11141A
(17,20,26)
#000000
(0,0,0)

Tints of #B1DCF6

#B1DCF6
(177,220,246)
#B8DFF6
(184,223,246)
#BFE2F6
(191,226,246)
#C6E5F6
(198,229,246)
#CDE8F6
(205,232,246)
#D4EBF6
(212,235,246)
#DBEEF6
(219,238,246)
#E2F1F6
(226,241,246)
#E9F4F6
(233,244,246)
#F0F7F6
(240,247,246)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DCF6 color. Also use rgb(177,220,246) instead hex code.

Text Font Color

.myTextColor { color: #B1DCF6; }

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

This text font color is #B1DCF6.

Background Color

.myBgColor { background-color: #B1DCF6; }

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

This div background color is #B1DCF6.

Border color

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

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

This div border color is #B1DCF6.

Opacity

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

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

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

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

This text has shadow with #B1DCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1DCF6.

Preview

Color preview on black background

This text has color #B1DCF6 on black background.


Color preview on white background

This text has color #B1DCF6 on white background.


Black color preview on #B1DCF6 background

This text has black color on #B1DCF6 background.


White color preview on #B1DCF6 background

This text has white color on #B1DCF6 background.


Related colors

Complementary color

Complementary color for #hex is #4E2309.


I love getcolorcode.com

Triadic colors

1 #F6B1DC and #DCF6B1 with #B1DCF6 are triadic colors.

2 #F6DCB1 and #DCB1F6 with #B1DCF6 are triadic colors.