COLOR #B1F8D3

HEX: #B1F8D3
RGB: (177,248,211)

Color info

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

RGB color model

#B1F8D3 color RGB value is (177,248,211).

  • red value is 177;
  • green value is 248;
  • blue value is 211.
RGB:
(177,248,211)
(69%,97%,83%)

RGB channels and saturation

R 177 of 255 = 69%
G 248 of 255 = 97%
B 211 of 255 = 83%

177
248
211

R + G + B ~ 83%. #B1F8D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 248 + 211 = 636 (100%)
R 177 of 636 ~ 27.83%
G 248 of 636 ~ 38.99%
B 211 of 636 ~ 33.18%

%27.83
%38.99
%33.18

CMYK color model

#B1F8D3 color CMYK value is (29,0,15,3).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 2.75%
CMYK:
(29,0,15,3)
C29M0Y15K3 
(29%,0%,15%,3%)
(0.29/0.00/0.15/0.03)	

CMYK percentages

%28.63
%0
%14.92
%2.75

Codes

Color #B1F8D3 in popluar color models

B1F8D3
RGB177248211
HSL149°83.53%83.33%
HSB/HSV149°28.63%97.25%
CMYK28.63%0.00%14.92%
2.75%

Color #B1F8D3 in popluar number systems.

HEXB1F8D3
Decimal177248211
Binary101100011111100011010011
Octal261370323

Shades and tints

Shades of #B1F8D3

#B1F8D3
(177,248,211)
#A1E2C0
(161,226,192)
#91CCAD
(145,204,173)
#81B69A
(129,182,154)
#71A087
(113,160,135)
#618A74
(97,138,116)
#517461
(81,116,97)
#415E4E
(65,94,78)
#31483B
(49,72,59)
#213228
(33,50,40)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #B1F8D3

#B1F8D3
(177,248,211)
#B8F8D7
(184,248,215)
#BFF8DB
(191,248,219)
#C6F8DF
(198,248,223)
#CDF8E3
(205,248,227)
#D4F8E7
(212,248,231)
#DBF8EB
(219,248,235)
#E2F8EF
(226,248,239)
#E9F8F3
(233,248,243)
#F0F8F7
(240,248,247)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F8D3 color. Also use rgb(177,248,211) instead hex code.

Text Font Color

.myTextColor { color: #B1F8D3; }

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

This text font color is #B1F8D3.


Background Color

.myBgColor { background-color: #B1F8D3; }

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

This div background color is #B1F8D3.


Border color

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

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

This div border color is #B1F8D3.


Opacity

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

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

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

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

This text has shadow with #B1F8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F8D3 on black background.


Color preview on white background

This text has color #B1F8D3 on white background.



Black color preview on #B1F8D3 background

This text has black color on #B1F8D3 background.


White color preview on #B1F8D3 background

This text has white color on #B1F8D3 background.