COLOR #B2F9C2

HEX: #B2F9C2
RGB: (178,249,194)

Color info

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

RGB color model

#B2F9C2 color RGB value is (178,249,194).

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

RGB channels and saturation

R 178 of 255 = 70%
G 249 of 255 = 98%
B 194 of 255 = 76%

178
249
194

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

Portions of RGB colors in percentages

R + G + B =
178 + 249 + 194 = 621 (100%)
R 178 of 621 ~ 28.66%
G 249 of 621 ~ 40.1%
B 194 of 621 ~ 31.24%

%28.66
%40.1
%31.24

CMYK color model

#B2F9C2 color CMYK value is (29,0,22,2).

  • cyan value is 28.51%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 2.35%
CMYK:
(29,0,22,2)
C29M0Y22K2 
(29%,0%,22%,2%)
(0.29/0.00/0.22/0.02)	

CMYK percentages

%28.51
%0
%22.09
%2.35

Codes

Color #B2F9C2 in popluar color models

B2F9C2
RGB178249194
HSL134°85.54%83.73%
HSB/HSV134°28.51%97.65%
CMYK28.51%0.00%22.09%
2.35%

Color #B2F9C2 in popluar number systems.

HEXB2F9C2
Decimal178249194
Binary101100101111100111000010
Octal262371302

Shades and tints

Shades of #B2F9C2

#B2F9C2
(178,249,194)
#A2E3B1
(162,227,177)
#92CDA0
(146,205,160)
#82B78F
(130,183,143)
#72A17E
(114,161,126)
#628B6D
(98,139,109)
#52755C
(82,117,92)
#425F4B
(66,95,75)
#32493A
(50,73,58)
#223329
(34,51,41)
#121D18
(18,29,24)
#000000
(0,0,0)

Tints of #B2F9C2

#B2F9C2
(178,249,194)
#B9F9C7
(185,249,199)
#C0F9CC
(192,249,204)
#C7F9D1
(199,249,209)
#CEF9D6
(206,249,214)
#D5F9DB
(213,249,219)
#DCF9E0
(220,249,224)
#E3F9E5
(227,249,229)
#EAF9EA
(234,249,234)
#F1F9EF
(241,249,239)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F9C2; }

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

This text font color is #B2F9C2.


Background Color

.myBgColor { background-color: #B2F9C2; }

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

This div background color is #B2F9C2.


Border color

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

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

This div border color is #B2F9C2.


Opacity

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

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

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

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

This text has shadow with #B2F9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F9C2 on black background.


Color preview on white background

This text has color #B2F9C2 on white background.



Black color preview on #B2F9C2 background

This text has black color on #B2F9C2 background.


White color preview on #B2F9C2 background

This text has white color on #B2F9C2 background.