COLOR #B0F1E2

HEX: #B0F1E2
RGB: (176,241,226)

Color info

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

RGB color model

#B0F1E2 color RGB value is (176,241,226).

  • red value is 176;
  • green value is 241;
  • blue value is 226.
RGB:
(176,241,226)
(69%,95%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 226 of 255 = 89%

176
241
226

R + G + B ~ 84%. #B0F1E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 226 = 643 (100%)
R 176 of 643 ~ 27.37%
G 241 of 643 ~ 37.48%
B 226 of 643 ~ 35.15%

%27.37
%37.48
%35.15

CMYK color model

#B0F1E2 color CMYK value is (27,0,6,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 6.22%
  • key color value is 5.49%
CMYK:
(27,0,6,5)
C27M0Y6K5 
(27%,0%,6%,5%)
(0.27/0.00/0.06/0.05)	

CMYK percentages

%26.97
%0
%6.22
%5.49

Codes

Color #B0F1E2 in popluar color models

B0F1E2
RGB176241226
HSL166°69.89%81.76%
HSB/HSV166°26.97%94.51%
CMYK26.97%0.00%6.22%
5.49%

Color #B0F1E2 in popluar number systems.

HEXB0F1E2
Decimal176241226
Binary101100001111000111100010
Octal260361342

Shades and tints

Shades of #B0F1E2

#B0F1E2
(176,241,226)
#A0DCCE
(160,220,206)
#90C7BA
(144,199,186)
#80B2A6
(128,178,166)
#709D92
(112,157,146)
#60887E
(96,136,126)
#50736A
(80,115,106)
#405E56
(64,94,86)
#304942
(48,73,66)
#20342E
(32,52,46)
#101F1A
(16,31,26)
#000000
(0,0,0)

Tints of #B0F1E2

#B0F1E2
(176,241,226)
#B7F2E4
(183,242,228)
#BEF3E6
(190,243,230)
#C5F4E8
(197,244,232)
#CCF5EA
(204,245,234)
#D3F6EC
(211,246,236)
#DAF7EE
(218,247,238)
#E1F8F0
(225,248,240)
#E8F9F2
(232,249,242)
#EFFAF4
(239,250,244)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F1E2 color. Also use rgb(176,241,226) instead hex code.

Text Font Color

.myTextColor { color: #B0F1E2; }

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

This text font color is #B0F1E2.


Background Color

.myBgColor { background-color: #B0F1E2; }

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

This div background color is #B0F1E2.


Border color

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

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

This div border color is #B0F1E2.


Opacity

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

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

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

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

This text has shadow with #B0F1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F1E2 on black background.


Color preview on white background

This text has color #B0F1E2 on white background.



Black color preview on #B0F1E2 background

This text has black color on #B0F1E2 background.


White color preview on #B0F1E2 background

This text has white color on #B0F1E2 background.