COLOR #B1F8E6

HEX: #B1F8E6 RGB: (177,248,230)

Color info

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

RGB color model

#B1F8E6 color RGB value is (177,248,230).

RGB: (177,248,230) (69%, 97%, 90%)

RGB channels and saturation

R 177 of 255 = 69%
G 248 of 255 = 97%
B 230 of 255 = 90%

177
248
230

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

Portions of RGB colors in percentages

R + G + B = 177 + 248 + 230 = 655 (100%)
R 177 of 655 ~ 27.02%
G 248 of 655 ~ 37.86%
B 230 of 655 ~ 35.11'%

%27.02
%37.86
%35.11

CMYK color model

#B1F8E6 color CMYK value is (29,0,7,3).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK: (29,0,7,3) C29M0Y7K3 (29%,0%,7%,3%) (0.29/0.00/0.07/0.03) 

CMYK percentages

%28.63
%0
%7.26
%2.75

Codes

Color #B1F8E6 in popluar color models

B1 F8 E6
RGB 177 248 230
HSL 165° 83.53% 83.33%
HSB/HSV 165° 28.63% 97.25%
CMYK 28.63% 0.00% 7.26%
2.75%

Color #B1F8E6 in popluar number systems.

HEX B1 F8 E6
Decimal 177 248 230
Binary 10110001 11111000 11100110
Octal 261 370 346

Shades and tints

Shades of #B1F8E6

#B1F8E6
(177,248,230)
#A1E2D2
(161,226,210)
#91CCBE
(145,204,190)
#81B6AA
(129,182,170)
#71A096
(113,160,150)
#618A82
(97,138,130)
#51746E
(81,116,110)
#415E5A
(65,94,90)
#314846
(49,72,70)
#213232
(33,50,50)
#111C1E
(17,28,30)
#000000
(0,0,0)

Tints of #B1F8E6

#B1F8E6
(177,248,230)
#B8F8E8
(184,248,232)
#BFF8EA
(191,248,234)
#C6F8EC
(198,248,236)
#CDF8EE
(205,248,238)
#D4F8F0
(212,248,240)
#DBF8F2
(219,248,242)
#E2F8F4
(226,248,244)
#E9F8F6
(233,248,246)
#F0F8F8
(240,248,248)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1F8E6; }

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

This text font color is #B1F8E6.

Background Color

.myBgColor { background-color: #B1F8E6; }

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

This div background color is #B1F8E6.

Border color

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

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

This div border color is #B1F8E6.

Opacity

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

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

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

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

This text has shadow with #B1F8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F8E6.

Preview

Color preview on black background

This text has color #B1F8E6 on black background.


Color preview on white background

This text has color #B1F8E6 on white background.


Black color preview on #B1F8E6 background

This text has black color on #B1F8E6 background.


White color preview on #B1F8E6 background

This text has white color on #B1F8E6 background.


Related colors

Complementary color

Complementary color for #hex is #4E0719.


I love getcolorcode.com

Triadic colors

1 #E6B1F8 and #F8E6B1 with #B1F8E6 are triadic colors.

2 #E6F8B1 and #F8B1E6 with #B1F8E6 are triadic colors.