COLOR #B0F7E5

HEX: #B0F7E5
RGB: (176,247,229)

Color info

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

RGB color model

#B0F7E5 color RGB value is (176,247,229).

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

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 229 of 255 = 90%

176
247
229

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

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 229 = 652 (100%)
R 176 of 652 ~ 26.99%
G 247 of 652 ~ 37.88%
B 229 of 652 ~ 35.12%

%26.99
%37.88
%35.12

CMYK color model

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

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

CMYK percentages

%28.74
%0
%7.29
%3.14

Codes

Color #B0F7E5 in popluar color models

B0F7E5
RGB176247229
HSL165°81.61%82.94%
HSB/HSV165°28.74%96.86%
CMYK28.74%0.00%7.29%
3.14%

Color #B0F7E5 in popluar number systems.

HEXB0F7E5
Decimal176247229
Binary101100001111011111100101
Octal260367345

Shades and tints

Shades of #B0F7E5

#B0F7E5
(176,247,229)
#A0E1D1
(160,225,209)
#90CBBD
(144,203,189)
#80B5A9
(128,181,169)
#709F95
(112,159,149)
#608981
(96,137,129)
#50736D
(80,115,109)
#405D59
(64,93,89)
#304745
(48,71,69)
#203131
(32,49,49)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #B0F7E5

#B0F7E5
(176,247,229)
#B7F7E7
(183,247,231)
#BEF7E9
(190,247,233)
#C5F7EB
(197,247,235)
#CCF7ED
(204,247,237)
#D3F7EF
(211,247,239)
#DAF7F1
(218,247,241)
#E1F7F3
(225,247,243)
#E8F7F5
(232,247,245)
#EFF7F7
(239,247,247)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F7E5; }

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

This text font color is #B0F7E5.


Background Color

.myBgColor { background-color: #B0F7E5; }

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

This div background color is #B0F7E5.


Border color

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

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

This div border color is #B0F7E5.


Opacity

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

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

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

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

This text has shadow with #B0F7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F7E5 on black background.


Color preview on white background

This text has color #B0F7E5 on white background.



Black color preview on #B0F7E5 background

This text has black color on #B0F7E5 background.


White color preview on #B0F7E5 background

This text has white color on #B0F7E5 background.