COLOR #B1F9E1

HEX: #B1F9E1
RGB: (177,249,225)

Color info

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

RGB color model

#B1F9E1 color RGB value is (177,249,225).

  • red value is 177;
  • green value is 249;
  • blue value is 225.
RGB:
(177,249,225)
(69%,98%,88%)

RGB channels and saturation

R 177 of 255 = 69%
G 249 of 255 = 98%
B 225 of 255 = 88%

177
249
225

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

Portions of RGB colors in percentages

R + G + B =
177 + 249 + 225 = 651 (100%)
R 177 of 651 ~ 27.19%
G 249 of 651 ~ 38.25%
B 225 of 651 ~ 34.56%

%27.19
%38.25
%34.56

CMYK color model

#B1F9E1 color CMYK value is (29,0,10,2).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(29,0,10,2)
C29M0Y10K2 
(29%,0%,10%,2%)
(0.29/0.00/0.10/0.02)	

CMYK percentages

%28.92
%0
%9.64
%2.35

Codes

Color #B1F9E1 in popluar color models

B1F9E1
RGB177249225
HSL160°85.71%83.53%
HSB/HSV160°28.92%97.65%
CMYK28.92%0.00%9.64%
2.35%

Color #B1F9E1 in popluar number systems.

HEXB1F9E1
Decimal177249225
Binary101100011111100111100001
Octal261371341

Shades and tints

Shades of #B1F9E1

#B1F9E1
(177,249,225)
#A1E3CD
(161,227,205)
#91CDB9
(145,205,185)
#81B7A5
(129,183,165)
#71A191
(113,161,145)
#618B7D
(97,139,125)
#517569
(81,117,105)
#415F55
(65,95,85)
#314941
(49,73,65)
#21332D
(33,51,45)
#111D19
(17,29,25)
#000000
(0,0,0)

Tints of #B1F9E1

#B1F9E1
(177,249,225)
#B8F9E3
(184,249,227)
#BFF9E5
(191,249,229)
#C6F9E7
(198,249,231)
#CDF9E9
(205,249,233)
#D4F9EB
(212,249,235)
#DBF9ED
(219,249,237)
#E2F9EF
(226,249,239)
#E9F9F1
(233,249,241)
#F0F9F3
(240,249,243)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F9E1 color. Also use rgb(177,249,225) instead hex code.

Text Font Color

.myTextColor { color: #B1F9E1; }

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

This text font color is #B1F9E1.


Background Color

.myBgColor { background-color: #B1F9E1; }

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

This div background color is #B1F9E1.


Border color

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

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

This div border color is #B1F9E1.


Opacity

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

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

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

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

This text has shadow with #B1F9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F9E1 on black background.


Color preview on white background

This text has color #B1F9E1 on white background.



Black color preview on #B1F9E1 background

This text has black color on #B1F9E1 background.


White color preview on #B1F9E1 background

This text has white color on #B1F9E1 background.