COLOR #B1F6C6

HEX: #B1F6C6
RGB: (177,246,198)

Color info

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

RGB color model

#B1F6C6 color RGB value is (177,246,198).

  • red value is 177;
  • green value is 246;
  • blue value is 198.
RGB:
(177,246,198)
(69%,96%,78%)

RGB channels and saturation

R 177 of 255 = 69%
G 246 of 255 = 96%
B 198 of 255 = 78%

177
246
198

R + G + B ~ 81%. #B1F6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 246 + 198 = 621 (100%)
R 177 of 621 ~ 28.5%
G 246 of 621 ~ 39.61%
B 198 of 621 ~ 31.88%

%28.5
%39.61
%31.88

CMYK color model

#B1F6C6 color CMYK value is (28,0,20,4).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(28,0,20,4)
C28M0Y20K4 
(28%,0%,20%,4%)
(0.28/0.00/0.20/0.04)	

CMYK percentages

%28.05
%0
%19.51
%3.53

Codes

Color #B1F6C6 in popluar color models

B1F6C6
RGB177246198
HSL138°79.31%82.94%
HSB/HSV138°28.05%96.47%
CMYK28.05%0.00%19.51%
3.53%

Color #B1F6C6 in popluar number systems.

HEXB1F6C6
Decimal177246198
Binary101100011111011011000110
Octal261366306

Shades and tints

Shades of #B1F6C6

#B1F6C6
(177,246,198)
#A1E0B4
(161,224,180)
#91CAA2
(145,202,162)
#81B490
(129,180,144)
#719E7E
(113,158,126)
#61886C
(97,136,108)
#51725A
(81,114,90)
#415C48
(65,92,72)
#314636
(49,70,54)
#213024
(33,48,36)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #B1F6C6

#B1F6C6
(177,246,198)
#B8F6CB
(184,246,203)
#BFF6D0
(191,246,208)
#C6F6D5
(198,246,213)
#CDF6DA
(205,246,218)
#D4F6DF
(212,246,223)
#DBF6E4
(219,246,228)
#E2F6E9
(226,246,233)
#E9F6EE
(233,246,238)
#F0F6F3
(240,246,243)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F6C6; }

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

This text font color is #B1F6C6.


Background Color

.myBgColor { background-color: #B1F6C6; }

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

This div background color is #B1F6C6.


Border color

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

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

This div border color is #B1F6C6.


Opacity

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

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

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

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

This text has shadow with #B1F6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F6C6 on black background.


Color preview on white background

This text has color #B1F6C6 on white background.



Black color preview on #B1F6C6 background

This text has black color on #B1F6C6 background.


White color preview on #B1F6C6 background

This text has white color on #B1F6C6 background.