COLOR #B0FCD2

HEX: #B0FCD2
RGB: (176,252,210)

Color info

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

RGB color model

#B0FCD2 color RGB value is (176,252,210).

  • red value is 176;
  • green value is 252;
  • blue value is 210.
RGB:
(176,252,210)
(69%,99%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 252 of 255 = 99%
B 210 of 255 = 82%

176
252
210

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

Portions of RGB colors in percentages

R + G + B =
176 + 252 + 210 = 638 (100%)
R 176 of 638 ~ 27.59%
G 252 of 638 ~ 39.5%
B 210 of 638 ~ 32.92%

%27.59
%39.5
%32.92

CMYK color model

#B0FCD2 color CMYK value is (30,0,17,1).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 1.18%
CMYK:
(30,0,17,1)
C30M0Y17K1 
(30%,0%,17%,1%)
(0.30/0.00/0.17/0.01)	

CMYK percentages

%30.16
%0
%16.67
%1.18

Codes

Color #B0FCD2 in popluar color models

B0FCD2
RGB176252210
HSL147°92.68%83.92%
HSB/HSV147°30.16%98.82%
CMYK30.16%0.00%16.67%
1.18%

Color #B0FCD2 in popluar number systems.

HEXB0FCD2
Decimal176252210
Binary101100001111110011010010
Octal260374322

Shades and tints

Shades of #B0FCD2

#B0FCD2
(176,252,210)
#A0E6BF
(160,230,191)
#90D0AC
(144,208,172)
#80BA99
(128,186,153)
#70A486
(112,164,134)
#608E73
(96,142,115)
#507860
(80,120,96)
#40624D
(64,98,77)
#304C3A
(48,76,58)
#203627
(32,54,39)
#102014
(16,32,20)
#000000
(0,0,0)

Tints of #B0FCD2

#B0FCD2
(176,252,210)
#B7FCD6
(183,252,214)
#BEFCDA
(190,252,218)
#C5FCDE
(197,252,222)
#CCFCE2
(204,252,226)
#D3FCE6
(211,252,230)
#DAFCEA
(218,252,234)
#E1FCEE
(225,252,238)
#E8FCF2
(232,252,242)
#EFFCF6
(239,252,246)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0FCD2 color. Also use rgb(176,252,210) instead hex code.

Text Font Color

.myTextColor { color: #B0FCD2; }

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

This text font color is #B0FCD2.


Background Color

.myBgColor { background-color: #B0FCD2; }

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

This div background color is #B0FCD2.


Border color

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

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

This div border color is #B0FCD2.


Opacity

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

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

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

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

This text has shadow with #B0FCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FCD2 on black background.


Color preview on white background

This text has color #B0FCD2 on white background.



Black color preview on #B0FCD2 background

This text has black color on #B0FCD2 background.


White color preview on #B0FCD2 background

This text has white color on #B0FCD2 background.