COLOR #B0F5DF

HEX: #B0F5DF
RGB: (176,245,223)

Color info

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

RGB color model

#B0F5DF color RGB value is (176,245,223).

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

RGB channels and saturation

R 176 of 255 = 69%
G 245 of 255 = 96%
B 223 of 255 = 87%

176
245
223

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

Portions of RGB colors in percentages

R + G + B =
176 + 245 + 223 = 644 (100%)
R 176 of 644 ~ 27.33%
G 245 of 644 ~ 38.04%
B 223 of 644 ~ 34.63%

%27.33
%38.04
%34.63

CMYK color model

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

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(28,0,9,4)
C28M0Y9K4 
(28%,0%,9%,4%)
(0.28/0.00/0.09/0.04)	

CMYK percentages

%28.16
%0
%8.98
%3.92

Codes

Color #B0F5DF in popluar color models

B0F5DF
RGB176245223
HSL161°77.53%82.55%
HSB/HSV161°28.16%96.08%
CMYK28.16%0.00%8.98%
3.92%

Color #B0F5DF in popluar number systems.

HEXB0F5DF
Decimal176245223
Binary101100001111010111011111
Octal260365337

Shades and tints

Shades of #B0F5DF

#B0F5DF
(176,245,223)
#A0DFCB
(160,223,203)
#90C9B7
(144,201,183)
#80B3A3
(128,179,163)
#709D8F
(112,157,143)
#60877B
(96,135,123)
#507167
(80,113,103)
#405B53
(64,91,83)
#30453F
(48,69,63)
#202F2B
(32,47,43)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #B0F5DF

#B0F5DF
(176,245,223)
#B7F5E1
(183,245,225)
#BEF5E3
(190,245,227)
#C5F5E5
(197,245,229)
#CCF5E7
(204,245,231)
#D3F5E9
(211,245,233)
#DAF5EB
(218,245,235)
#E1F5ED
(225,245,237)
#E8F5EF
(232,245,239)
#EFF5F1
(239,245,241)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F5DF; }

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

This text font color is #B0F5DF.


Background Color

.myBgColor { background-color: #B0F5DF; }

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

This div background color is #B0F5DF.


Border color

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

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

This div border color is #B0F5DF.


Opacity

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

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

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

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

This text has shadow with #B0F5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F5DF on black background.


Color preview on white background

This text has color #B0F5DF on white background.



Black color preview on #B0F5DF background

This text has black color on #B0F5DF background.


White color preview on #B0F5DF background

This text has white color on #B0F5DF background.