COLOR #B0FBDD

HEX: #B0FBDD
RGB: (176,251,221)

Color info

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

RGB color model

#B0FBDD color RGB value is (176,251,221).

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

RGB channels and saturation

R 176 of 255 = 69%
G 251 of 255 = 98%
B 221 of 255 = 87%

176
251
221

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

Portions of RGB colors in percentages

R + G + B =
176 + 251 + 221 = 648 (100%)
R 176 of 648 ~ 27.16%
G 251 of 648 ~ 38.73%
B 221 of 648 ~ 34.1%

%27.16
%38.73
%34.1

CMYK color model

#B0FBDD color CMYK value is (30,0,12,2).

  • cyan value is 29.88%
  • magenta value is 0.00%
  • yellow value is 11.95%
  • key color value is 1.57%
CMYK:
(30,0,12,2)
C30M0Y12K2 
(30%,0%,12%,2%)
(0.30/0.00/0.12/0.02)	

CMYK percentages

%29.88
%0
%11.95
%1.57

Codes

Color #B0FBDD in popluar color models

B0FBDD
RGB176251221
HSL156°90.36%83.73%
HSB/HSV156°29.88%98.43%
CMYK29.88%0.00%11.95%
1.57%

Color #B0FBDD in popluar number systems.

HEXB0FBDD
Decimal176251221
Binary101100001111101111011101
Octal260373335

Shades and tints

Shades of #B0FBDD

#B0FBDD
(176,251,221)
#A0E5C9
(160,229,201)
#90CFB5
(144,207,181)
#80B9A1
(128,185,161)
#70A38D
(112,163,141)
#608D79
(96,141,121)
#507765
(80,119,101)
#406151
(64,97,81)
#304B3D
(48,75,61)
#203529
(32,53,41)
#101F15
(16,31,21)
#000000
(0,0,0)

Tints of #B0FBDD

#B0FBDD
(176,251,221)
#B7FBE0
(183,251,224)
#BEFBE3
(190,251,227)
#C5FBE6
(197,251,230)
#CCFBE9
(204,251,233)
#D3FBEC
(211,251,236)
#DAFBEF
(218,251,239)
#E1FBF2
(225,251,242)
#E8FBF5
(232,251,245)
#EFFBF8
(239,251,248)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FBDD; }

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

This text font color is #B0FBDD.


Background Color

.myBgColor { background-color: #B0FBDD; }

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

This div background color is #B0FBDD.


Border color

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

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

This div border color is #B0FBDD.


Opacity

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

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

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

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

This text has shadow with #B0FBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FBDD on black background.


Color preview on white background

This text has color #B0FBDD on white background.



Black color preview on #B0FBDD background

This text has black color on #B0FBDD background.


White color preview on #B0FBDD background

This text has white color on #B0FBDD background.