COLOR #B3E2AB

HEX: #B3E2AB RGB: (179,226,171)

Color info

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

RGB color model

#B3E2AB color RGB value is (179,226,171).

RGB: (179,226,171) (70%, 89%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 226 of 255 = 89%
B 171 of 255 = 67%

179
226
171

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

Portions of RGB colors in percentages

R + G + B = 179 + 226 + 171 = 576 (100%)
R 179 of 576 ~ 31.08%
G 226 of 576 ~ 39.24%
B 171 of 576 ~ 29.69'%

%31.08
%39.24
%29.69

CMYK color model

#B3E2AB color CMYK value is (21,0,24,11).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 11.37%

CMYK: (21,0,24,11)
C21M0Y24K11 (21%, 0%, 24%, 11%)
(0.21 / 0.00 / 0.24 / 0.11)

CMYK percentages

%20.8
%0
%24.34
%11.37

Codes

Color #B3E2AB in popluar color models

B3 E2 AB
RGB 179 226 171
HSL 111° 48.67% 77.84%
HSB/HSV 111° 24.34% 88.63%
CMYK 20.80% 0.00% 24.34%
11.37%

Color #B3E2AB in popluar number systems.

HEX B3 E2 AB
Decimal 179 226 171
Binary 10110011 11100010 10101011
Octal 263 342 253

Shades and tints

Shades of #B3E2AB

#B3E2AB
(179,226,171)
#A3CE9C
(163,206,156)
#93BA8D
(147,186,141)
#83A67E
(131,166,126)
#73926F
(115,146,111)
#637E60
(99,126,96)
#536A51
(83,106,81)
#435642
(67,86,66)
#334233
(51,66,51)
#232E24
(35,46,36)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #B3E2AB

#B3E2AB
(179,226,171)
#B9E4B2
(185,228,178)
#BFE6B9
(191,230,185)
#C5E8C0
(197,232,192)
#CBEAC7
(203,234,199)
#D1ECCE
(209,236,206)
#D7EED5
(215,238,213)
#DDF0DC
(221,240,220)
#E3F2E3
(227,242,227)
#E9F4EA
(233,244,234)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E2AB color. Also use rgb(179,226,171) instead hex code.

Text Font Color

.myTextColor { color: #B3E2AB; }

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

This text font color is #B3E2AB.

Background Color

.myBgColor { background-color: #B3E2AB; }

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

This div background color is #B3E2AB.

Border color

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

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

This div border color is #B3E2AB.

Opacity

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

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

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

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

This text has shadow with #B3E2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E2AB.

Preview

Color preview on black background

This text has color #B3E2AB on black background.


Color preview on white background

This text has color #B3E2AB on white background.


Black color preview on #B3E2AB background

This text has black color on #B3E2AB background.


White color preview on #B3E2AB background

This text has white color on #B3E2AB background.


Related colors

Complementary color

Complementary color for #hex is #4C1D54.


I love getcolorcode.com

Triadic colors

1 #ABB3E2 and #E2ABB3 with #B3E2AB are triadic colors.

2 #ABE2B3 and #E2B3AB with #B3E2AB are triadic colors.