COLOR #B0F3C1

HEX: #B0F3C1
RGB: (176,243,193)

Color info

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

RGB color model

#B0F3C1 color RGB value is (176,243,193).

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

RGB channels and saturation

R 176 of 255 = 69%
G 243 of 255 = 95%
B 193 of 255 = 76%

176
243
193

R + G + B ~ 80%. #B0F3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 243 + 193 = 612 (100%)
R 176 of 612 ~ 28.76%
G 243 of 612 ~ 39.71%
B 193 of 612 ~ 31.54%

%28.76
%39.71
%31.54

CMYK color model

#B0F3C1 color CMYK value is (28,0,21,5).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 20.58%
  • key color value is 4.71%
CMYK:
(28,0,21,5)
C28M0Y21K5 
(28%,0%,21%,5%)
(0.28/0.00/0.21/0.05)	

CMYK percentages

%27.57
%0
%20.58
%4.71

Codes

Color #B0F3C1 in popluar color models

B0F3C1
RGB176243193
HSL135°73.63%82.16%
HSB/HSV135°27.57%95.29%
CMYK27.57%0.00%20.58%
4.71%

Color #B0F3C1 in popluar number systems.

HEXB0F3C1
Decimal176243193
Binary101100001111001111000001
Octal260363301

Shades and tints

Shades of #B0F3C1

#B0F3C1
(176,243,193)
#A0DDB0
(160,221,176)
#90C79F
(144,199,159)
#80B18E
(128,177,142)
#709B7D
(112,155,125)
#60856C
(96,133,108)
#506F5B
(80,111,91)
#40594A
(64,89,74)
#304339
(48,67,57)
#202D28
(32,45,40)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #B0F3C1

#B0F3C1
(176,243,193)
#B7F4C6
(183,244,198)
#BEF5CB
(190,245,203)
#C5F6D0
(197,246,208)
#CCF7D5
(204,247,213)
#D3F8DA
(211,248,218)
#DAF9DF
(218,249,223)
#E1FAE4
(225,250,228)
#E8FBE9
(232,251,233)
#EFFCEE
(239,252,238)
#F6FDF3
(246,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F3C1; }

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

This text font color is #B0F3C1.


Background Color

.myBgColor { background-color: #B0F3C1; }

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

This div background color is #B0F3C1.


Border color

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

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

This div border color is #B0F3C1.


Opacity

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

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

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

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

This text has shadow with #B0F3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F3C1 on black background.


Color preview on white background

This text has color #B0F3C1 on white background.



Black color preview on #B0F3C1 background

This text has black color on #B0F3C1 background.


White color preview on #B0F3C1 background

This text has white color on #B0F3C1 background.