COLOR #B0F2E3

HEX: #B0F2E3
RGB: (176,242,227)

Color info

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

RGB color model

#B0F2E3 color RGB value is (176,242,227).

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

RGB channels and saturation

R 176 of 255 = 69%
G 242 of 255 = 95%
B 227 of 255 = 89%

176
242
227

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

Portions of RGB colors in percentages

R + G + B =
176 + 242 + 227 = 645 (100%)
R 176 of 645 ~ 27.29%
G 242 of 645 ~ 37.52%
B 227 of 645 ~ 35.19%

%27.29
%37.52
%35.19

CMYK color model

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

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

CMYK percentages

%27.27
%0
%6.2
%5.1

Codes

Color #B0F2E3 in popluar color models

B0F2E3
RGB176242227
HSL166°71.74%81.96%
HSB/HSV166°27.27%94.90%
CMYK27.27%0.00%6.20%
5.10%

Color #B0F2E3 in popluar number systems.

HEXB0F2E3
Decimal176242227
Binary101100001111001011100011
Octal260362343

Shades and tints

Shades of #B0F2E3

#B0F2E3
(176,242,227)
#A0DCCF
(160,220,207)
#90C6BB
(144,198,187)
#80B0A7
(128,176,167)
#709A93
(112,154,147)
#60847F
(96,132,127)
#506E6B
(80,110,107)
#405857
(64,88,87)
#304243
(48,66,67)
#202C2F
(32,44,47)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #B0F2E3

#B0F2E3
(176,242,227)
#B7F3E5
(183,243,229)
#BEF4E7
(190,244,231)
#C5F5E9
(197,245,233)
#CCF6EB
(204,246,235)
#D3F7ED
(211,247,237)
#DAF8EF
(218,248,239)
#E1F9F1
(225,249,241)
#E8FAF3
(232,250,243)
#EFFBF5
(239,251,245)
#F6FCF7
(246,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F2E3 color. Also use rgb(176,242,227) instead hex code.

Text Font Color

.myTextColor { color: #B0F2E3; }

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

This text font color is #B0F2E3.


Background Color

.myBgColor { background-color: #B0F2E3; }

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

This div background color is #B0F2E3.


Border color

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

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

This div border color is #B0F2E3.


Opacity

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

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

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

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

This text has shadow with #B0F2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F2E3 on black background.


Color preview on white background

This text has color #B0F2E3 on white background.



Black color preview on #B0F2E3 background

This text has black color on #B0F2E3 background.


White color preview on #B0F2E3 background

This text has white color on #B0F2E3 background.