COLOR #B0F3C2

HEX: #B0F3C2
RGB: (176,243,194)

Color info

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

RGB color model

#B0F3C2 color RGB value is (176,243,194).

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

RGB channels and saturation

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

176
243
194

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

Portions of RGB colors in percentages

R + G + B =
176 + 243 + 194 = 613 (100%)
R 176 of 613 ~ 28.71%
G 243 of 613 ~ 39.64%
B 194 of 613 ~ 31.65%

%28.71
%39.64
%31.65

CMYK color model

#B0F3C2 color CMYK value is (28,0,20,5).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 4.71%
CMYK:
(28,0,20,5)
C28M0Y20K5 
(28%,0%,20%,5%)
(0.28/0.00/0.20/0.05)	

CMYK percentages

%27.57
%0
%20.16
%4.71

Codes

Color #B0F3C2 in popluar color models

B0F3C2
RGB176243194
HSL136°73.63%82.16%
HSB/HSV136°27.57%95.29%
CMYK27.57%0.00%20.16%
4.71%

Color #B0F3C2 in popluar number systems.

HEXB0F3C2
Decimal176243194
Binary101100001111001111000010
Octal260363302

Shades and tints

Shades of #B0F3C2

#B0F3C2
(176,243,194)
#A0DDB1
(160,221,177)
#90C7A0
(144,199,160)
#80B18F
(128,177,143)
#709B7E
(112,155,126)
#60856D
(96,133,109)
#506F5C
(80,111,92)
#40594B
(64,89,75)
#30433A
(48,67,58)
#202D29
(32,45,41)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #B0F3C2

#B0F3C2
(176,243,194)
#B7F4C7
(183,244,199)
#BEF5CC
(190,245,204)
#C5F6D1
(197,246,209)
#CCF7D6
(204,247,214)
#D3F8DB
(211,248,219)
#DAF9E0
(218,249,224)
#E1FAE5
(225,250,229)
#E8FBEA
(232,251,234)
#EFFCEF
(239,252,239)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F3C2; }

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

This text font color is #B0F3C2.


Background Color

.myBgColor { background-color: #B0F3C2; }

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

This div background color is #B0F3C2.


Border color

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

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

This div border color is #B0F3C2.


Opacity

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

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

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

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

This text has shadow with #B0F3C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F3C2 on black background.


Color preview on white background

This text has color #B0F3C2 on white background.



Black color preview on #B0F3C2 background

This text has black color on #B0F3C2 background.


White color preview on #B0F3C2 background

This text has white color on #B0F3C2 background.