COLOR #B0F1D8

HEX: #B0F1D8
RGB: (176,241,216)

Color info

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

RGB color model

#B0F1D8 color RGB value is (176,241,216).

  • red value is 176;
  • green value is 241;
  • blue value is 216.
RGB:
(176,241,216)
(69%,95%,85%)

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 216 of 255 = 85%

176
241
216

R + G + B ~ 83%. #B0F1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 216 = 633 (100%)
R 176 of 633 ~ 27.8%
G 241 of 633 ~ 38.07%
B 216 of 633 ~ 34.12%

%27.8
%38.07
%34.12

CMYK color model

#B0F1D8 color CMYK value is (27,0,10,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 5.49%
CMYK:
(27,0,10,5)
C27M0Y10K5 
(27%,0%,10%,5%)
(0.27/0.00/0.10/0.05)	

CMYK percentages

%26.97
%0
%10.37
%5.49

Codes

Color #B0F1D8 in popluar color models

B0F1D8
RGB176241216
HSL157°69.89%81.76%
HSB/HSV157°26.97%94.51%
CMYK26.97%0.00%10.37%
5.49%

Color #B0F1D8 in popluar number systems.

HEXB0F1D8
Decimal176241216
Binary101100001111000111011000
Octal260361330

Shades and tints

Shades of #B0F1D8

#B0F1D8
(176,241,216)
#A0DCC5
(160,220,197)
#90C7B2
(144,199,178)
#80B29F
(128,178,159)
#709D8C
(112,157,140)
#608879
(96,136,121)
#507366
(80,115,102)
#405E53
(64,94,83)
#304940
(48,73,64)
#20342D
(32,52,45)
#101F1A
(16,31,26)
#000000
(0,0,0)

Tints of #B0F1D8

#B0F1D8
(176,241,216)
#B7F2DB
(183,242,219)
#BEF3DE
(190,243,222)
#C5F4E1
(197,244,225)
#CCF5E4
(204,245,228)
#D3F6E7
(211,246,231)
#DAF7EA
(218,247,234)
#E1F8ED
(225,248,237)
#E8F9F0
(232,249,240)
#EFFAF3
(239,250,243)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F1D8 color. Also use rgb(176,241,216) instead hex code.

Text Font Color

.myTextColor { color: #B0F1D8; }

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

This text font color is #B0F1D8.


Background Color

.myBgColor { background-color: #B0F1D8; }

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

This div background color is #B0F1D8.


Border color

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

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

This div border color is #B0F1D8.


Opacity

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

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

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

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

This text has shadow with #B0F1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F1D8 on black background.


Color preview on white background

This text has color #B0F1D8 on white background.



Black color preview on #B0F1D8 background

This text has black color on #B0F1D8 background.


White color preview on #B0F1D8 background

This text has white color on #B0F1D8 background.