COLOR #B2F9C0

HEX: #B2F9C0
RGB: (178,249,192)

Color info

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

RGB color model

#B2F9C0 color RGB value is (178,249,192).

  • red value is 178;
  • green value is 249;
  • blue value is 192.
RGB:
(178,249,192)
(70%,98%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 249 of 255 = 98%
B 192 of 255 = 75%

178
249
192

R + G + B ~ 81%. #B2F9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 249 + 192 = 619 (100%)
R 178 of 619 ~ 28.76%
G 249 of 619 ~ 40.23%
B 192 of 619 ~ 31.02%

%28.76
%40.23
%31.02

CMYK color model

#B2F9C0 color CMYK value is (29,0,23,2).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 2.35%
CMYK:
(29,0,23,2)
C29M0Y23K2 
(29%,0%,23%,2%)
(0.29/0.00/0.23/0.02)	

CMYK percentages

%28.51
%0
%22.89
%2.35

Codes

Color #B2F9C0 in popluar color models

B2F9C0
RGB178249192
HSL132°85.54%83.73%
HSB/HSV132°28.51%97.65%
CMYK28.51%0.00%22.89%
2.35%

Color #B2F9C0 in popluar number systems.

HEXB2F9C0
Decimal178249192
Binary101100101111100111000000
Octal262371300

Shades and tints

Shades of #B2F9C0

#B2F9C0
(178,249,192)
#A2E3AF
(162,227,175)
#92CD9E
(146,205,158)
#82B78D
(130,183,141)
#72A17C
(114,161,124)
#628B6B
(98,139,107)
#52755A
(82,117,90)
#425F49
(66,95,73)
#324938
(50,73,56)
#223327
(34,51,39)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #B2F9C0

#B2F9C0
(178,249,192)
#B9F9C5
(185,249,197)
#C0F9CA
(192,249,202)
#C7F9CF
(199,249,207)
#CEF9D4
(206,249,212)
#D5F9D9
(213,249,217)
#DCF9DE
(220,249,222)
#E3F9E3
(227,249,227)
#EAF9E8
(234,249,232)
#F1F9ED
(241,249,237)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F9C0 color. Also use rgb(178,249,192) instead hex code.

Text Font Color

.myTextColor { color: #B2F9C0; }

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

This text font color is #B2F9C0.


Background Color

.myBgColor { background-color: #B2F9C0; }

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

This div background color is #B2F9C0.


Border color

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

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

This div border color is #B2F9C0.


Opacity

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

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

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

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

This text has shadow with #B2F9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F9C0 on black background.


Color preview on white background

This text has color #B2F9C0 on white background.



Black color preview on #B2F9C0 background

This text has black color on #B2F9C0 background.


White color preview on #B2F9C0 background

This text has white color on #B2F9C0 background.