COLOR #B0F5EB

HEX: #B0F5EB
RGB: (176,245,235)

Color info

#B0F5EB contains mainly green and blue colors. Web safe color of #B0F5EB is #99FFFF (or #9FF).

RGB color model

#B0F5EB color RGB value is (176,245,235).

  • red value is 176;
  • green value is 245;
  • blue value is 235.
RGB:
(176,245,235)
(69%,96%,92%)

RGB channels and saturation

R 176 of 255 = 69%
G 245 of 255 = 96%
B 235 of 255 = 92%

176
245
235

R + G + B ~ 86%. #B0F5EB is light color.

Portions of RGB colors in percentages

R + G + B =
176 + 245 + 235 = 656 (100%)
R 176 of 656 ~ 26.83%
G 245 of 656 ~ 37.35%
B 235 of 656 ~ 35.82%

%26.83
%37.35
%35.82

CMYK color model

#B0F5EB color CMYK value is (28,0,4,4).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 4.08%
  • key color value is 3.92%
CMYK:
(28,0,4,4)
C28M0Y4K4 
(28%,0%,4%,4%)
(0.28/0.00/0.04/0.04)	

CMYK percentages

%28.16
%0
%4.08
%3.92

Codes

Color #B0F5EB in popluar color models

B0F5EB
RGB176245235
HSL171°77.53%82.55%
HSB/HSV171°28.16%96.08%
CMYK28.16%0.00%4.08%
3.92%

Color #B0F5EB in popluar number systems.

HEXB0F5EB
Decimal176245235
Binary101100001111010111101011
Octal260365353

Shades and tints

Shades of #B0F5EB

#B0F5EB
(176,245,235)
#A0DFD6
(160,223,214)
#90C9C1
(144,201,193)
#80B3AC
(128,179,172)
#709D97
(112,157,151)
#608782
(96,135,130)
#50716D
(80,113,109)
#405B58
(64,91,88)
#304543
(48,69,67)
#202F2E
(32,47,46)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0F5EB

#B0F5EB
(176,245,235)
#B7F5EC
(183,245,236)
#BEF5ED
(190,245,237)
#C5F5EE
(197,245,238)
#CCF5EF
(204,245,239)
#D3F5F0
(211,245,240)
#DAF5F1
(218,245,241)
#E1F5F2
(225,245,242)
#E8F5F3
(232,245,243)
#EFF5F4
(239,245,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F5EB color. Also use rgb(176,245,235) instead hex code.

Text Font Color

.myTextColor { color: #B0F5EB; }

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

This text font color is #B0F5EB.


Background Color

.myBgColor { background-color: #B0F5EB; }

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

This div background color is #B0F5EB.


Border color

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

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

This div border color is #B0F5EB.


Opacity

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

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

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

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

This text has shadow with #B0F5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F5EB on black background.


Color preview on white background

This text has color #B0F5EB on white background.



Black color preview on #B0F5EB background

This text has black color on #B0F5EB background.


White color preview on #B0F5EB background

This text has white color on #B0F5EB background.