COLOR #B2F2D1

HEX: #B2F2D1
RGB: (178,242,209)

Color info

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

RGB color model

#B2F2D1 color RGB value is (178,242,209).

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

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 209 of 255 = 82%

178
242
209

R + G + B ~ 82%. #B2F2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 242 + 209 = 629 (100%)
R 178 of 629 ~ 28.3%
G 242 of 629 ~ 38.47%
B 209 of 629 ~ 33.23%

%28.3
%38.47
%33.23

CMYK color model

#B2F2D1 color CMYK value is (26,0,14,5).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 5.10%
CMYK:
(26,0,14,5)
C26M0Y14K5 
(26%,0%,14%,5%)
(0.26/0.00/0.14/0.05)	

CMYK percentages

%26.45
%0
%13.64
%5.1

Codes

Color #B2F2D1 in popluar color models

B2F2D1
RGB178242209
HSL149°71.11%82.35%
HSB/HSV149°26.45%94.90%
CMYK26.45%0.00%13.64%
5.10%

Color #B2F2D1 in popluar number systems.

HEXB2F2D1
Decimal178242209
Binary101100101111001011010001
Octal262362321

Shades and tints

Shades of #B2F2D1

#B2F2D1
(178,242,209)
#A2DCBE
(162,220,190)
#92C6AB
(146,198,171)
#82B098
(130,176,152)
#729A85
(114,154,133)
#628472
(98,132,114)
#526E5F
(82,110,95)
#42584C
(66,88,76)
#324239
(50,66,57)
#222C26
(34,44,38)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2F2D1

#B2F2D1
(178,242,209)
#B9F3D5
(185,243,213)
#C0F4D9
(192,244,217)
#C7F5DD
(199,245,221)
#CEF6E1
(206,246,225)
#D5F7E5
(213,247,229)
#DCF8E9
(220,248,233)
#E3F9ED
(227,249,237)
#EAFAF1
(234,250,241)
#F1FBF5
(241,251,245)
#F8FCF9
(248,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F2D1; }

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

This text font color is #B2F2D1.


Background Color

.myBgColor { background-color: #B2F2D1; }

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

This div background color is #B2F2D1.


Border color

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

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

This div border color is #B2F2D1.


Opacity

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

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

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

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

This text has shadow with #B2F2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F2D1 on black background.


Color preview on white background

This text has color #B2F2D1 on white background.



Black color preview on #B2F2D1 background

This text has black color on #B2F2D1 background.


White color preview on #B2F2D1 background

This text has white color on #B2F2D1 background.