COLOR #B2F2B3

HEX: #B2F2B3 RGB: (178,242,179)

Color info

#B2F2B3 contains mainly green color. Web safe color of #B2F2B3 is #99FF99 (or #9F9).

RGB color model

#B2F2B3 color RGB value is (178,242,179).

RGB: (178,242,179) (70%, 95%, 70%)

RGB channels and saturation

R 178 of 255 = 70%
G 242 of 255 = 95%
B 179 of 255 = 70%

178
242
179

R + G + B ~ 78%. #B2F2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 242 + 179 = 599 (100%)
R 178 of 599 ~ 29.72%
G 242 of 599 ~ 40.4%
B 179 of 599 ~ 29.88'%

%29.72
%40.4
%29.88

CMYK color model

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

  • cyan value is 26.45%
  • magenta value is 0.00%
  • yellow value is 26.03%
  • key color value is 5.10%

CMYK: (26,0,26,5)
C26M0Y26K5 (26%, 0%, 26%, 5%)
(0.26 / 0.00 / 0.26 / 0.05)

CMYK percentages

%26.45
%0
%26.03
%5.1

Codes

Color #B2F2B3 in popluar color models

B2 F2 B3
RGB 178 242 179
HSL 121° 71.11% 82.35%
HSB/HSV 121° 26.45% 94.90%
CMYK 26.45% 0.00% 26.03%
5.10%

Color #B2F2B3 in popluar number systems.

HEX B2 F2 B3
Decimal 178 242 179
Binary 10110010 11110010 10110011
Octal 262 362 263

Shades and tints

Shades of #B2F2B3

#B2F2B3
(178,242,179)
#A2DCA3
(162,220,163)
#92C693
(146,198,147)
#82B083
(130,176,131)
#729A73
(114,154,115)
#628463
(98,132,99)
#526E53
(82,110,83)
#425843
(66,88,67)
#324233
(50,66,51)
#222C23
(34,44,35)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #B2F2B3

#B2F2B3
(178,242,179)
#B9F3B9
(185,243,185)
#C0F4BF
(192,244,191)
#C7F5C5
(199,245,197)
#CEF6CB
(206,246,203)
#D5F7D1
(213,247,209)
#DCF8D7
(220,248,215)
#E3F9DD
(227,249,221)
#EAFAE3
(234,250,227)
#F1FBE9
(241,251,233)
#F8FCEF
(248,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F2B3; }

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

This text font color is #B2F2B3.

Background Color

.myBgColor { background-color: #B2F2B3; }

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

This div background color is #B2F2B3.

Border color

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

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

This div border color is #B2F2B3.

Opacity

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

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

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

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

This text has shadow with #B2F2B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F2B3.

Preview

Color preview on black background

This text has color #B2F2B3 on black background.


Color preview on white background

This text has color #B2F2B3 on white background.


Black color preview on #B2F2B3 background

This text has black color on #B2F2B3 background.


White color preview on #B2F2B3 background

This text has white color on #B2F2B3 background.


Related colors

Complementary color

Complementary color for #hex is #4D0D4C.


I love getcolorcode.com

Triadic colors

1 #B3B2F2 and #F2B3B2 with #B2F2B3 are triadic colors.

2 #B3F2B2 and #F2B2B3 with #B2F2B3 are triadic colors.