COLOR #B1F3B4

HEX: #B1F3B4 RGB: (177,243,180)

Color info

#B1F3B4 contains mainly green color. Web safe color of #B1F3B4 is #99FFCC (or #9FC).

RGB color model

#B1F3B4 color RGB value is (177,243,180).

RGB: (177,243,180) (69%, 95%, 71%)

RGB channels and saturation

R 177 of 255 = 69%
G 243 of 255 = 95%
B 180 of 255 = 71%

177
243
180

R + G + B ~ 78%. #B1F3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 243 + 180 = 600 (100%)
R 177 of 600 ~ 29.5%
G 243 of 600 ~ 40.5%
B 180 of 600 ~ 30'%

%29.5
%40.5
%30

CMYK color model

#B1F3B4 color CMYK value is (27,0,26,5).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 4.71%

CMYK: (27,0,26,5)
C27M0Y26K5 (27%, 0%, 26%, 5%)
(0.27 / 0.00 / 0.26 / 0.05)

CMYK percentages

%27.16
%0
%25.93
%4.71

Codes

Color #B1F3B4 in popluar color models

B1 F3 B4
RGB 177 243 180
HSL 123° 73.33% 82.35%
HSB/HSV 123° 27.16% 95.29%
CMYK 27.16% 0.00% 25.93%
4.71%

Color #B1F3B4 in popluar number systems.

HEX B1 F3 B4
Decimal 177 243 180
Binary 10110001 11110011 10110100
Octal 261 363 264

Shades and tints

Shades of #B1F3B4

#B1F3B4
(177,243,180)
#A1DDA4
(161,221,164)
#91C794
(145,199,148)
#81B184
(129,177,132)
#719B74
(113,155,116)
#618564
(97,133,100)
#516F54
(81,111,84)
#415944
(65,89,68)
#314334
(49,67,52)
#212D24
(33,45,36)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #B1F3B4

#B1F3B4
(177,243,180)
#B8F4BA
(184,244,186)
#BFF5C0
(191,245,192)
#C6F6C6
(198,246,198)
#CDF7CC
(205,247,204)
#D4F8D2
(212,248,210)
#DBF9D8
(219,249,216)
#E2FADE
(226,250,222)
#E9FBE4
(233,251,228)
#F0FCEA
(240,252,234)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F3B4 color. Also use rgb(177,243,180) instead hex code.

Text Font Color

.myTextColor { color: #B1F3B4; }

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

This text font color is #B1F3B4.

Background Color

.myBgColor { background-color: #B1F3B4; }

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

This div background color is #B1F3B4.

Border color

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

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

This div border color is #B1F3B4.

Opacity

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

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

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

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

This text has shadow with #B1F3B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F3B4.

Preview

Color preview on black background

This text has color #B1F3B4 on black background.


Color preview on white background

This text has color #B1F3B4 on white background.


Black color preview on #B1F3B4 background

This text has black color on #B1F3B4 background.


White color preview on #B1F3B4 background

This text has white color on #B1F3B4 background.


Related colors

Complementary color

Complementary color for #hex is #4E0C4B.


I love getcolorcode.com

Triadic colors

1 #B4B1F3 and #F3B4B1 with #B1F3B4 are triadic colors.

2 #B4F3B1 and #F3B1B4 with #B1F3B4 are triadic colors.