COLOR #B2E1AB

HEX: #B2E1AB RGB: (178,225,171)

Color info

#B2E1AB contains red, green and blue colors in about the same proportion. Web safe color of #B2E1AB is #99CC99 (or #9C9).

RGB color model

#B2E1AB color RGB value is (178,225,171).

RGB: (178,225,171) (70%, 88%, 67%)

RGB channels and saturation

R 178 of 255 = 70%
G 225 of 255 = 88%
B 171 of 255 = 67%

178
225
171

R + G + B ~ 75%. #B2E1AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 225 + 171 = 574 (100%)
R 178 of 574 ~ 31.01%
G 225 of 574 ~ 39.2%
B 171 of 574 ~ 29.79'%

%31.01
%39.2
%29.79

CMYK color model

#B2E1AB color CMYK value is (21,0,24,12).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 11.76%
CMYK: (21,0,24,12) C21M0Y24K12 (21%,0%,24%,12%) (0.21/0.00/0.24/0.12) 

CMYK percentages

%20.89
%0
%24
%11.76

Codes

Color #B2E1AB in popluar color models

B2 E1 AB
RGB 178 225 171
HSL 112° 47.37% 77.65%
HSB/HSV 112° 24.00% 88.24%
CMYK 20.89% 0.00% 24.00%
11.76%

Color #B2E1AB in popluar number systems.

HEX B2 E1 AB
Decimal 178 225 171
Binary 10110010 11100001 10101011
Octal 262 341 253

Shades and tints

Shades of #B2E1AB

#B2E1AB
(178,225,171)
#A2CD9C
(162,205,156)
#92B98D
(146,185,141)
#82A57E
(130,165,126)
#72916F
(114,145,111)
#627D60
(98,125,96)
#526951
(82,105,81)
#425542
(66,85,66)
#324133
(50,65,51)
#222D24
(34,45,36)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #B2E1AB

#B2E1AB
(178,225,171)
#B9E3B2
(185,227,178)
#C0E5B9
(192,229,185)
#C7E7C0
(199,231,192)
#CEE9C7
(206,233,199)
#D5EBCE
(213,235,206)
#DCEDD5
(220,237,213)
#E3EFDC
(227,239,220)
#EAF1E3
(234,241,227)
#F1F3EA
(241,243,234)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E1AB color. Also use rgb(178,225,171) instead hex code.

Text Font Color

.myTextColor { color: #B2E1AB; }

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

This text font color is #B2E1AB.

Background Color

.myBgColor { background-color: #B2E1AB; }

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

This div background color is #B2E1AB.

Border color

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

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

This div border color is #B2E1AB.

Opacity

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

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

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

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

This text has shadow with #B2E1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E1AB.

Preview

Color preview on black background

This text has color #B2E1AB on black background.


Color preview on white background

This text has color #B2E1AB on white background.


Black color preview on #B2E1AB background

This text has black color on #B2E1AB background.


White color preview on #B2E1AB background

This text has white color on #B2E1AB background.


Related colors

Complementary color

Complementary color for #hex is #4D1E54.


I love getcolorcode.com

Triadic colors

1 #ABB2E1 and #E1ABB2 with #B2E1AB are triadic colors.

2 #ABE1B2 and #E1B2AB with #B2E1AB are triadic colors.