COLOR #B0F7E4

HEX: #B0F7E4
RGB: (176,247,228)

Color info

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

RGB color model

#B0F7E4 color RGB value is (176,247,228).

  • red value is 176;
  • green value is 247;
  • blue value is 228.
RGB:
(176,247,228)
(69%,97%,89%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 228 of 255 = 89%

176
247
228

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

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 228 = 651 (100%)
R 176 of 651 ~ 27.04%
G 247 of 651 ~ 37.94%
B 228 of 651 ~ 35.02%

%27.04
%37.94
%35.02

CMYK color model

#B0F7E4 color CMYK value is (29,0,8,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(29,0,8,3)
C29M0Y8K3 
(29%,0%,8%,3%)
(0.29/0.00/0.08/0.03)	

CMYK percentages

%28.74
%0
%7.69
%3.14

Codes

Color #B0F7E4 in popluar color models

B0F7E4
RGB176247228
HSL164°81.61%82.94%
HSB/HSV164°28.74%96.86%
CMYK28.74%0.00%7.69%
3.14%

Color #B0F7E4 in popluar number systems.

HEXB0F7E4
Decimal176247228
Binary101100001111011111100100
Octal260367344

Shades and tints

Shades of #B0F7E4

#B0F7E4
(176,247,228)
#A0E1D0
(160,225,208)
#90CBBC
(144,203,188)
#80B5A8
(128,181,168)
#709F94
(112,159,148)
#608980
(96,137,128)
#50736C
(80,115,108)
#405D58
(64,93,88)
#304744
(48,71,68)
#203130
(32,49,48)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #B0F7E4

#B0F7E4
(176,247,228)
#B7F7E6
(183,247,230)
#BEF7E8
(190,247,232)
#C5F7EA
(197,247,234)
#CCF7EC
(204,247,236)
#D3F7EE
(211,247,238)
#DAF7F0
(218,247,240)
#E1F7F2
(225,247,242)
#E8F7F4
(232,247,244)
#EFF7F6
(239,247,246)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F7E4 color. Also use rgb(176,247,228) instead hex code.

Text Font Color

.myTextColor { color: #B0F7E4; }

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

This text font color is #B0F7E4.


Background Color

.myBgColor { background-color: #B0F7E4; }

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

This div background color is #B0F7E4.


Border color

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

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

This div border color is #B0F7E4.


Opacity

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

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

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

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

This text has shadow with #B0F7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F7E4 on black background.


Color preview on white background

This text has color #B0F7E4 on white background.



Black color preview on #B0F7E4 background

This text has black color on #B0F7E4 background.


White color preview on #B0F7E4 background

This text has white color on #B0F7E4 background.