COLOR #B2E4A1

HEX: #B2E4A1 RGB: (178,228,161)

Color info

#B2E4A1 contains mainly red and green colors. Web safe color of #B2E4A1 is #99CC99 (or #9C9).

RGB color model

#B2E4A1 color RGB value is (178,228,161).

RGB: (178,228,161) (70%, 89%, 63%)

RGB channels and saturation

R 178 of 255 = 70%
G 228 of 255 = 89%
B 161 of 255 = 63%

178
228
161

R + G + B ~ 74%. #B2E4A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 228 + 161 = 567 (100%)
R 178 of 567 ~ 31.39%
G 228 of 567 ~ 40.21%
B 161 of 567 ~ 28.4'%

%31.39
%40.21
%28.4

CMYK color model

#B2E4A1 color CMYK value is (22,0,29,11).

  • cyan value is 21.93%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 10.59%

CMYK: (22,0,29,11)
C22M0Y29K11 (22%, 0%, 29%, 11%)
(0.22 / 0.00 / 0.29 / 0.11)

CMYK percentages

%21.93
%0
%29.39
%10.59

Codes

Color #B2E4A1 in popluar color models

B2 E4 A1
RGB 178 228 161
HSL 105° 55.37% 76.27%
HSB/HSV 105° 29.39% 89.41%
CMYK 21.93% 0.00% 29.39%
10.59%

Color #B2E4A1 in popluar number systems.

HEX B2 E4 A1
Decimal 178 228 161
Binary 10110010 11100100 10100001
Octal 262 344 241

Shades and tints

Shades of #B2E4A1

#B2E4A1
(178,228,161)
#A2D093
(162,208,147)
#92BC85
(146,188,133)
#82A877
(130,168,119)
#729469
(114,148,105)
#62805B
(98,128,91)
#526C4D
(82,108,77)
#42583F
(66,88,63)
#324431
(50,68,49)
#223023
(34,48,35)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #B2E4A1

#B2E4A1
(178,228,161)
#B9E6A9
(185,230,169)
#C0E8B1
(192,232,177)
#C7EAB9
(199,234,185)
#CEECC1
(206,236,193)
#D5EEC9
(213,238,201)
#DCF0D1
(220,240,209)
#E3F2D9
(227,242,217)
#EAF4E1
(234,244,225)
#F1F6E9
(241,246,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E4A1; }

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

This text font color is #B2E4A1.

Background Color

.myBgColor { background-color: #B2E4A1; }

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

This div background color is #B2E4A1.

Border color

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

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

This div border color is #B2E4A1.

Opacity

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

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

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

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

This text has shadow with #B2E4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E4A1.

Preview

Color preview on black background

This text has color #B2E4A1 on black background.


Color preview on white background

This text has color #B2E4A1 on white background.


Black color preview on #B2E4A1 background

This text has black color on #B2E4A1 background.


White color preview on #B2E4A1 background

This text has white color on #B2E4A1 background.


Related colors

Complementary color

Complementary color for #hex is #4D1B5E.


I love getcolorcode.com

Triadic colors

1 #A1B2E4 and #E4A1B2 with #B2E4A1 are triadic colors.

2 #A1E4B2 and #E4B2A1 with #B2E4A1 are triadic colors.