COLOR #B0FCC9

HEX: #B0FCC9
RGB: (176,252,201)

Color info

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

RGB color model

#B0FCC9 color RGB value is (176,252,201).

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

RGB channels and saturation

R 176 of 255 = 69%
G 252 of 255 = 99%
B 201 of 255 = 79%

176
252
201

R + G + B ~ 82%. #B0FCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 252 + 201 = 629 (100%)
R 176 of 629 ~ 27.98%
G 252 of 629 ~ 40.06%
B 201 of 629 ~ 31.96%

%27.98
%40.06
%31.96

CMYK color model

#B0FCC9 color CMYK value is (30,0,20,1).

  • cyan value is 30.16%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%
CMYK:
(30,0,20,1)
C30M0Y20K1 
(30%,0%,20%,1%)
(0.30/0.00/0.20/0.01)	

CMYK percentages

%30.16
%0
%20.24
%1.18

Codes

Color #B0FCC9 in popluar color models

B0FCC9
RGB176252201
HSL140°92.68%83.92%
HSB/HSV140°30.16%98.82%
CMYK30.16%0.00%20.24%
1.18%

Color #B0FCC9 in popluar number systems.

HEXB0FCC9
Decimal176252201
Binary101100001111110011001001
Octal260374311

Shades and tints

Shades of #B0FCC9

#B0FCC9
(176,252,201)
#A0E6B7
(160,230,183)
#90D0A5
(144,208,165)
#80BA93
(128,186,147)
#70A481
(112,164,129)
#608E6F
(96,142,111)
#50785D
(80,120,93)
#40624B
(64,98,75)
#304C39
(48,76,57)
#203627
(32,54,39)
#102015
(16,32,21)
#000000
(0,0,0)

Tints of #B0FCC9

#B0FCC9
(176,252,201)
#B7FCCD
(183,252,205)
#BEFCD1
(190,252,209)
#C5FCD5
(197,252,213)
#CCFCD9
(204,252,217)
#D3FCDD
(211,252,221)
#DAFCE1
(218,252,225)
#E1FCE5
(225,252,229)
#E8FCE9
(232,252,233)
#EFFCED
(239,252,237)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0FCC9; }

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

This text font color is #B0FCC9.


Background Color

.myBgColor { background-color: #B0FCC9; }

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

This div background color is #B0FCC9.


Border color

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

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

This div border color is #B0FCC9.


Opacity

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

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

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

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

This text has shadow with #B0FCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0FCC9 on black background.


Color preview on white background

This text has color #B0FCC9 on white background.



Black color preview on #B0FCC9 background

This text has black color on #B0FCC9 background.


White color preview on #B0FCC9 background

This text has white color on #B0FCC9 background.