COLOR #B1FADB

HEX: #B1FADB RGB: (177,250,219)

Color info

#B1FADB contains mainly green and blue colors. Web safe color of #B1FADB is #99FFCC (or #9FC).

RGB color model

#B1FADB color RGB value is (177,250,219).

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

RGB channels and saturation

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

177
250
219

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

Portions of RGB colors in percentages

R + G + B = 177 + 250 + 219 = 646 (100%)
R 177 of 646 ~ 27.4%
G 250 of 646 ~ 38.7%
B 219 of 646 ~ 33.9'%

%27.4
%38.7
%33.9

CMYK color model

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

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 1.96%
CMYK: (29,0,12,2) C29M0Y12K2 (29%,0%,12%,2%) (0.29/0.00/0.12/0.02) 

CMYK percentages

%29.2
%0
%12.4
%1.96

Codes

Color #B1FADB in popluar color models

B1 FA DB
RGB 177 250 219
HSL 155° 87.95% 83.73%
HSB/HSV 155° 29.20% 98.04%
CMYK 29.20% 0.00% 12.40%
1.96%

Color #B1FADB in popluar number systems.

HEX B1 FA DB
Decimal 177 250 219
Binary 10110001 11111010 11011011
Octal 261 372 333

Shades and tints

Shades of #B1FADB

#B1FADB
(177,250,219)
#A1E4C8
(161,228,200)
#91CEB5
(145,206,181)
#81B8A2
(129,184,162)
#71A28F
(113,162,143)
#618C7C
(97,140,124)
#517669
(81,118,105)
#416056
(65,96,86)
#314A43
(49,74,67)
#213430
(33,52,48)
#111E1D
(17,30,29)
#000000
(0,0,0)

Tints of #B1FADB

#B1FADB
(177,250,219)
#B8FADE
(184,250,222)
#BFFAE1
(191,250,225)
#C6FAE4
(198,250,228)
#CDFAE7
(205,250,231)
#D4FAEA
(212,250,234)
#DBFAED
(219,250,237)
#E2FAF0
(226,250,240)
#E9FAF3
(233,250,243)
#F0FAF6
(240,250,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1FADB; }

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

This text font color is #B1FADB.

Background Color

.myBgColor { background-color: #B1FADB; }

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

This div background color is #B1FADB.

Border color

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

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

This div border color is #B1FADB.

Opacity

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

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

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

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

This text has shadow with #B1FADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1FADB.

Preview

Color preview on black background

This text has color #B1FADB on black background.


Color preview on white background

This text has color #B1FADB on white background.


Black color preview on #B1FADB background

This text has black color on #B1FADB background.


White color preview on #B1FADB background

This text has white color on #B1FADB background.


Related colors

Complementary color

Complementary color for #hex is #4E0524.


I love getcolorcode.com

Triadic colors

1 #DBB1FA and #FADBB1 with #B1FADB are triadic colors.

2 #DBFAB1 and #FAB1DB with #B1FADB are triadic colors.