COLOR #B1F9E3

HEX: #B1F9E3
RGB: (177,249,227)

Color info

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

RGB color model

#B1F9E3 color RGB value is (177,249,227).

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

RGB channels and saturation

R 177 of 255 = 69%
G 249 of 255 = 98%
B 227 of 255 = 89%

177
249
227

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

Portions of RGB colors in percentages

R + G + B =
177 + 249 + 227 = 653 (100%)
R 177 of 653 ~ 27.11%
G 249 of 653 ~ 38.13%
B 227 of 653 ~ 34.76%

%27.11
%38.13
%34.76

CMYK color model

#B1F9E3 color CMYK value is (29,0,9,2).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 8.84%
  • key color value is 2.35%
CMYK:
(29,0,9,2)
C29M0Y9K2 
(29%,0%,9%,2%)
(0.29/0.00/0.09/0.02)	

CMYK percentages

%28.92
%0
%8.84
%2.35

Codes

Color #B1F9E3 in popluar color models

B1F9E3
RGB177249227
HSL162°85.71%83.53%
HSB/HSV162°28.92%97.65%
CMYK28.92%0.00%8.84%
2.35%

Color #B1F9E3 in popluar number systems.

HEXB1F9E3
Decimal177249227
Binary101100011111100111100011
Octal261371343

Shades and tints

Shades of #B1F9E3

#B1F9E3
(177,249,227)
#A1E3CF
(161,227,207)
#91CDBB
(145,205,187)
#81B7A7
(129,183,167)
#71A193
(113,161,147)
#618B7F
(97,139,127)
#51756B
(81,117,107)
#415F57
(65,95,87)
#314943
(49,73,67)
#21332F
(33,51,47)
#111D1B
(17,29,27)
#000000
(0,0,0)

Tints of #B1F9E3

#B1F9E3
(177,249,227)
#B8F9E5
(184,249,229)
#BFF9E7
(191,249,231)
#C6F9E9
(198,249,233)
#CDF9EB
(205,249,235)
#D4F9ED
(212,249,237)
#DBF9EF
(219,249,239)
#E2F9F1
(226,249,241)
#E9F9F3
(233,249,243)
#F0F9F5
(240,249,245)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F9E3; }

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

This text font color is #B1F9E3.


Background Color

.myBgColor { background-color: #B1F9E3; }

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

This div background color is #B1F9E3.


Border color

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

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

This div border color is #B1F9E3.


Opacity

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

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

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

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

This text has shadow with #B1F9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F9E3 on black background.


Color preview on white background

This text has color #B1F9E3 on white background.



Black color preview on #B1F9E3 background

This text has black color on #B1F9E3 background.


White color preview on #B1F9E3 background

This text has white color on #B1F9E3 background.