COLOR #B2F2CA

HEX: #B2F2CA
RGB: (178,242,202)

Color info

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

RGB color model

#B2F2CA color RGB value is (178,242,202).

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

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 202 of 255 = 79%

178
242
202

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

Portions of RGB colors in percentages

R + G + B =
178 + 242 + 202 = 622 (100%)
R 178 of 622 ~ 28.62%
G 242 of 622 ~ 38.91%
B 202 of 622 ~ 32.48%

%28.62
%38.91
%32.48

CMYK color model

#B2F2CA color CMYK value is (26,0,17,5).

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(26,0,17,5)
C26M0Y17K5 
(26%,0%,17%,5%)
(0.26/0.00/0.17/0.05)	

CMYK percentages

%26.45
%0
%16.53
%5.1

Codes

Color #B2F2CA in popluar color models

B2F2CA
RGB178242202
HSL143°71.11%82.35%
HSB/HSV143°26.45%94.90%
CMYK26.45%0.00%16.53%
5.10%

Color #B2F2CA in popluar number systems.

HEXB2F2CA
Decimal178242202
Binary101100101111001011001010
Octal262362312

Shades and tints

Shades of #B2F2CA

#B2F2CA
(178,242,202)
#A2DCB8
(162,220,184)
#92C6A6
(146,198,166)
#82B094
(130,176,148)
#729A82
(114,154,130)
#628470
(98,132,112)
#526E5E
(82,110,94)
#42584C
(66,88,76)
#32423A
(50,66,58)
#222C28
(34,44,40)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #B2F2CA

#B2F2CA
(178,242,202)
#B9F3CE
(185,243,206)
#C0F4D2
(192,244,210)
#C7F5D6
(199,245,214)
#CEF6DA
(206,246,218)
#D5F7DE
(213,247,222)
#DCF8E2
(220,248,226)
#E3F9E6
(227,249,230)
#EAFAEA
(234,250,234)
#F1FBEE
(241,251,238)
#F8FCF2
(248,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F2CA; }

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

This text font color is #B2F2CA.


Background Color

.myBgColor { background-color: #B2F2CA; }

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

This div background color is #B2F2CA.


Border color

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

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

This div border color is #B2F2CA.


Opacity

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

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

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

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

This text has shadow with #B2F2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F2CA on black background.


Color preview on white background

This text has color #B2F2CA on white background.



Black color preview on #B2F2CA background

This text has black color on #B2F2CA background.


White color preview on #B2F2CA background

This text has white color on #B2F2CA background.