COLOR #B2F3A1

HEX: #B2F3A1 RGB: (178,243,161)

Color info

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

RGB color model

#B2F3A1 color RGB value is (178,243,161).

RGB: (178,243,161) (70%, 95%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 243 of 255 = 95%
B 161 of 255 = 63%

178
243
161

R + G + B ~ 76%. #B2F3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 243 + 161 = 582 (100%)
R 178 of 582 ~ 30.58%
G 243 of 582 ~ 41.75%
B 161 of 582 ~ 27.66'%

%30.58
%41.75
%27.66

CMYK color model

#B2F3A1 color CMYK value is (27,0,34,5).

  • cyan value is 26.75%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 4.71%
CMYK: (27,0,34,5) C27M0Y34K5 (27%,0%,34%,5%) (0.27/0.00/0.34/0.05) 

CMYK percentages

%26.75
%0
%33.74
%4.71

Codes

Color #B2F3A1 in popluar color models

B2 F3 A1
RGB 178 243 161
HSL 108° 77.36% 79.22%
HSB/HSV 108° 33.74% 95.29%
CMYK 26.75% 0.00% 33.74%
4.71%

Color #B2F3A1 in popluar number systems.

HEX B2 F3 A1
Decimal 178 243 161
Binary 10110010 11110011 10100001
Octal 262 363 241

Shades and tints

Shades of #B2F3A1

#B2F3A1
(178,243,161)
#A2DD93
(162,221,147)
#92C785
(146,199,133)
#82B177
(130,177,119)
#729B69
(114,155,105)
#62855B
(98,133,91)
#526F4D
(82,111,77)
#42593F
(66,89,63)
#324331
(50,67,49)
#222D23
(34,45,35)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2F3A1

#B2F3A1
(178,243,161)
#B9F4A9
(185,244,169)
#C0F5B1
(192,245,177)
#C7F6B9
(199,246,185)
#CEF7C1
(206,247,193)
#D5F8C9
(213,248,201)
#DCF9D1
(220,249,209)
#E3FAD9
(227,250,217)
#EAFBE1
(234,251,225)
#F1FCE9
(241,252,233)
#F8FDF1
(248,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F3A1 color. Also use rgb(178,243,161) instead hex code.

Text Font Color

.myTextColor { color: #B2F3A1; }

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

This text font color is #B2F3A1.

Background Color

.myBgColor { background-color: #B2F3A1; }

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

This div background color is #B2F3A1.

Border color

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

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

This div border color is #B2F3A1.

Opacity

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

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

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

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

This text has shadow with #B2F3A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F3A1.

Preview

Color preview on black background

This text has color #B2F3A1 on black background.


Color preview on white background

This text has color #B2F3A1 on white background.


Black color preview on #B2F3A1 background

This text has black color on #B2F3A1 background.


White color preview on #B2F3A1 background

This text has white color on #B2F3A1 background.


Related colors

Complementary color

Complementary color for #hex is #4D0C5E.


I love getcolorcode.com

Triadic colors

1 #A1B2F3 and #F3A1B2 with #B2F3A1 are triadic colors.

2 #A1F3B2 and #F3B2A1 with #B2F3A1 are triadic colors.