COLOR #B1FCD7

HEX: #B1FCD7
RGB: (177,252,215)

Color info

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

RGB color model

#B1FCD7 color RGB value is (177,252,215).

  • red value is 177;
  • green value is 252;
  • blue value is 215.
RGB:
(177,252,215)
(69%,99%,84%)

RGB channels and saturation

R 177 of 255 = 69%
G 252 of 255 = 99%
B 215 of 255 = 84%

177
252
215

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

Portions of RGB colors in percentages

R + G + B =
177 + 252 + 215 = 644 (100%)
R 177 of 644 ~ 27.48%
G 252 of 644 ~ 39.13%
B 215 of 644 ~ 33.39%

%27.48
%39.13
%33.39

CMYK color model

#B1FCD7 color CMYK value is (30,0,15,1).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(30,0,15,1)
C30M0Y15K1 
(30%,0%,15%,1%)
(0.30/0.00/0.15/0.01)	

CMYK percentages

%29.76
%0
%14.68
%1.18

Codes

Color #B1FCD7 in popluar color models

B1FCD7
RGB177252215
HSL150°92.59%84.12%
HSB/HSV150°29.76%98.82%
CMYK29.76%0.00%14.68%
1.18%

Color #B1FCD7 in popluar number systems.

HEXB1FCD7
Decimal177252215
Binary101100011111110011010111
Octal261374327

Shades and tints

Shades of #B1FCD7

#B1FCD7
(177,252,215)
#A1E6C4
(161,230,196)
#91D0B1
(145,208,177)
#81BA9E
(129,186,158)
#71A48B
(113,164,139)
#618E78
(97,142,120)
#517865
(81,120,101)
#416252
(65,98,82)
#314C3F
(49,76,63)
#21362C
(33,54,44)
#112019
(17,32,25)
#000000
(0,0,0)

Tints of #B1FCD7

#B1FCD7
(177,252,215)
#B8FCDA
(184,252,218)
#BFFCDD
(191,252,221)
#C6FCE0
(198,252,224)
#CDFCE3
(205,252,227)
#D4FCE6
(212,252,230)
#DBFCE9
(219,252,233)
#E2FCEC
(226,252,236)
#E9FCEF
(233,252,239)
#F0FCF2
(240,252,242)
#F7FCF5
(247,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1FCD7 color. Also use rgb(177,252,215) instead hex code.

Text Font Color

.myTextColor { color: #B1FCD7; }

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

This text font color is #B1FCD7.


Background Color

.myBgColor { background-color: #B1FCD7; }

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

This div background color is #B1FCD7.


Border color

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

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

This div border color is #B1FCD7.


Opacity

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

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

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

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

This text has shadow with #B1FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1FCD7 on black background.


Color preview on white background

This text has color #B1FCD7 on white background.



Black color preview on #B1FCD7 background

This text has black color on #B1FCD7 background.


White color preview on #B1FCD7 background

This text has white color on #B1FCD7 background.