COLOR #B2F2BD

HEX: #B2F2BD
RGB: (178,242,189)

Color info

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

RGB color model

#B2F2BD color RGB value is (178,242,189).

  • red value is 178;
  • green value is 242;
  • blue value is 189.
RGB:
(178,242,189)
(70%,95%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 189 of 255 = 74%

178
242
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 242 + 189 = 609 (100%)
R 178 of 609 ~ 29.23%
G 242 of 609 ~ 39.74%
B 189 of 609 ~ 31.03%

%29.23
%39.74
%31.03

CMYK color model

#B2F2BD color CMYK value is (26,0,22,5).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(26,0,22,5)
C26M0Y22K5 
(26%,0%,22%,5%)
(0.26/0.00/0.22/0.05)	

CMYK percentages

%26.45
%0
%21.9
%5.1

Codes

Color #B2F2BD in popluar color models

B2F2BD
RGB178242189
HSL130°71.11%82.35%
HSB/HSV130°26.45%94.90%
CMYK26.45%0.00%21.90%
5.10%

Color #B2F2BD in popluar number systems.

HEXB2F2BD
Decimal178242189
Binary101100101111001010111101
Octal262362275

Shades and tints

Shades of #B2F2BD

#B2F2BD
(178,242,189)
#A2DCAC
(162,220,172)
#92C69B
(146,198,155)
#82B08A
(130,176,138)
#729A79
(114,154,121)
#628468
(98,132,104)
#526E57
(82,110,87)
#425846
(66,88,70)
#324235
(50,66,53)
#222C24
(34,44,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2F2BD

#B2F2BD
(178,242,189)
#B9F3C3
(185,243,195)
#C0F4C9
(192,244,201)
#C7F5CF
(199,245,207)
#CEF6D5
(206,246,213)
#D5F7DB
(213,247,219)
#DCF8E1
(220,248,225)
#E3F9E7
(227,249,231)
#EAFAED
(234,250,237)
#F1FBF3
(241,251,243)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F2BD color. Also use rgb(178,242,189) instead hex code.

Text Font Color

.myTextColor { color: #B2F2BD; }

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

This text font color is #B2F2BD.


Background Color

.myBgColor { background-color: #B2F2BD; }

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

This div background color is #B2F2BD.


Border color

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

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

This div border color is #B2F2BD.


Opacity

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

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

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

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

This text has shadow with #B2F2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F2BD on black background.


Color preview on white background

This text has color #B2F2BD on white background.



Black color preview on #B2F2BD background

This text has black color on #B2F2BD background.


White color preview on #B2F2BD background

This text has white color on #B2F2BD background.