COLOR #B1DFFB

HEX: #B1DFFB
RGB: (177,223,251)

Color info

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

RGB color model

#B1DFFB color RGB value is (177,223,251).

  • red value is 177;
  • green value is 223;
  • blue value is 251.
RGB:
(177,223,251)
(69%,87%,98%)

RGB channels and saturation

R 177 of 255 = 69%
G 223 of 255 = 87%
B 251 of 255 = 98%

177
223
251

R + G + B ~ 85%. #B1DFFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 223 + 251 = 651 (100%)
R 177 of 651 ~ 27.19%
G 223 of 651 ~ 34.25%
B 251 of 651 ~ 38.56%

%27.19
%34.25
%38.56

CMYK color model

#B1DFFB color CMYK value is (29,11,0,2).

  • cyan value is 29.48%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(29,11,0,2)
C29M11Y0K2 
(29%,11%,0%,2%)
(0.29/0.11/0.00/0.02)	

CMYK percentages

%29.48
%11.16
%0
%1.57

Codes

Color #B1DFFB in popluar color models

B1DFFB
RGB177223251
HSL203°90.24%83.92%
HSB/HSV203°29.48%98.43%
CMYK29.48%11.16%0.00%
1.57%

Color #B1DFFB in popluar number systems.

HEXB1DFFB
Decimal177223251
Binary101100011101111111111011
Octal261337373

Shades and tints

Shades of #B1DFFB

#B1DFFB
(177,223,251)
#A1CBE5
(161,203,229)
#91B7CF
(145,183,207)
#81A3B9
(129,163,185)
#718FA3
(113,143,163)
#617B8D
(97,123,141)
#516777
(81,103,119)
#415361
(65,83,97)
#313F4B
(49,63,75)
#212B35
(33,43,53)
#11171F
(17,23,31)
#000000
(0,0,0)

Tints of #B1DFFB

#B1DFFB
(177,223,251)
#B8E1FB
(184,225,251)
#BFE3FB
(191,227,251)
#C6E5FB
(198,229,251)
#CDE7FB
(205,231,251)
#D4E9FB
(212,233,251)
#DBEBFB
(219,235,251)
#E2EDFB
(226,237,251)
#E9EFFB
(233,239,251)
#F0F1FB
(240,241,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1DFFB color. Also use rgb(177,223,251) instead hex code.

Text Font Color

.myTextColor { color: #B1DFFB; }

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

This text font color is #B1DFFB.


Background Color

.myBgColor { background-color: #B1DFFB; }

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

This div background color is #B1DFFB.


Border color

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

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

This div border color is #B1DFFB.


Opacity

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

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

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

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

This text has shadow with #B1DFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1DFFB on black background.


Color preview on white background

This text has color #B1DFFB on white background.



Black color preview on #B1DFFB background

This text has black color on #B1DFFB background.


White color preview on #B1DFFB background

This text has white color on #B1DFFB background.