COLOR #B0F3DD

HEX: #B0F3DD
RGB: (176,243,221)

Color info

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

RGB color model

#B0F3DD color RGB value is (176,243,221).

  • red value is 176;
  • green value is 243;
  • blue value is 221.
RGB:
(176,243,221)
(69%,95%,87%)

RGB channels and saturation

R 176 of 255 = 69%
G 243 of 255 = 95%
B 221 of 255 = 87%

176
243
221

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

Portions of RGB colors in percentages

R + G + B =
176 + 243 + 221 = 640 (100%)
R 176 of 640 ~ 27.5%
G 243 of 640 ~ 37.97%
B 221 of 640 ~ 34.53%

%27.5
%37.97
%34.53

CMYK color model

#B0F3DD color CMYK value is (28,0,9,5).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 9.05%
  • key color value is 4.71%
CMYK:
(28,0,9,5)
C28M0Y9K5 
(28%,0%,9%,5%)
(0.28/0.00/0.09/0.05)	

CMYK percentages

%27.57
%0
%9.05
%4.71

Codes

Color #B0F3DD in popluar color models

B0F3DD
RGB176243221
HSL160°73.63%82.16%
HSB/HSV160°27.57%95.29%
CMYK27.57%0.00%9.05%
4.71%

Color #B0F3DD in popluar number systems.

HEXB0F3DD
Decimal176243221
Binary101100001111001111011101
Octal260363335

Shades and tints

Shades of #B0F3DD

#B0F3DD
(176,243,221)
#A0DDC9
(160,221,201)
#90C7B5
(144,199,181)
#80B1A1
(128,177,161)
#709B8D
(112,155,141)
#608579
(96,133,121)
#506F65
(80,111,101)
#405951
(64,89,81)
#30433D
(48,67,61)
#202D29
(32,45,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #B0F3DD

#B0F3DD
(176,243,221)
#B7F4E0
(183,244,224)
#BEF5E3
(190,245,227)
#C5F6E6
(197,246,230)
#CCF7E9
(204,247,233)
#D3F8EC
(211,248,236)
#DAF9EF
(218,249,239)
#E1FAF2
(225,250,242)
#E8FBF5
(232,251,245)
#EFFCF8
(239,252,248)
#F6FDFB
(246,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F3DD color. Also use rgb(176,243,221) instead hex code.

Text Font Color

.myTextColor { color: #B0F3DD; }

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

This text font color is #B0F3DD.


Background Color

.myBgColor { background-color: #B0F3DD; }

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

This div background color is #B0F3DD.


Border color

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

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

This div border color is #B0F3DD.


Opacity

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

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

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

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

This text has shadow with #B0F3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F3DD on black background.


Color preview on white background

This text has color #B0F3DD on white background.



Black color preview on #B0F3DD background

This text has black color on #B0F3DD background.


White color preview on #B0F3DD background

This text has white color on #B0F3DD background.