COLOR #B3E5B1

HEX: #B3E5B1 RGB: (179,229,177)

Color info

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

RGB color model

#B3E5B1 color RGB value is (179,229,177).

RGB: (179,229,177) (70%, 90%, 69%)

RGB channels and saturation

R 179 of 255 = 70%
G 229 of 255 = 90%
B 177 of 255 = 69%

179
229
177

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

Portions of RGB colors in percentages

R + G + B = 179 + 229 + 177 = 585 (100%)
R 179 of 585 ~ 30.6%
G 229 of 585 ~ 39.15%
B 177 of 585 ~ 30.26'%

%30.6
%39.15
%30.26

CMYK color model

#B3E5B1 color CMYK value is (22,0,23,10).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 10.20%

CMYK: (22,0,23,10)
C22M0Y23K10 (22%, 0%, 23%, 10%)
(0.22 / 0.00 / 0.23 / 0.10)

CMYK percentages

%21.83
%0
%22.71
%10.2

Codes

Color #B3E5B1 in popluar color models

B3 E5 B1
RGB 179 229 177
HSL 118° 50.00% 79.61%
HSB/HSV 118° 22.71% 89.80%
CMYK 21.83% 0.00% 22.71%
10.20%

Color #B3E5B1 in popluar number systems.

HEX B3 E5 B1
Decimal 179 229 177
Binary 10110011 11100101 10110001
Octal 263 345 261

Shades and tints

Shades of #B3E5B1

#B3E5B1
(179,229,177)
#A3D1A1
(163,209,161)
#93BD91
(147,189,145)
#83A981
(131,169,129)
#739571
(115,149,113)
#638161
(99,129,97)
#536D51
(83,109,81)
#435941
(67,89,65)
#334531
(51,69,49)
#233121
(35,49,33)
#131D11
(19,29,17)
#000000
(0,0,0)

Tints of #B3E5B1

#B3E5B1
(179,229,177)
#B9E7B8
(185,231,184)
#BFE9BF
(191,233,191)
#C5EBC6
(197,235,198)
#CBEDCD
(203,237,205)
#D1EFD4
(209,239,212)
#D7F1DB
(215,241,219)
#DDF3E2
(221,243,226)
#E3F5E9
(227,245,233)
#E9F7F0
(233,247,240)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E5B1 color. Also use rgb(179,229,177) instead hex code.

Text Font Color

.myTextColor { color: #B3E5B1; }

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

This text font color is #B3E5B1.

Background Color

.myBgColor { background-color: #B3E5B1; }

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

This div background color is #B3E5B1.

Border color

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

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

This div border color is #B3E5B1.

Opacity

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

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

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

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

This text has shadow with #B3E5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E5B1.

Preview

Color preview on black background

This text has color #B3E5B1 on black background.


Color preview on white background

This text has color #B3E5B1 on white background.


Black color preview on #B3E5B1 background

This text has black color on #B3E5B1 background.


White color preview on #B3E5B1 background

This text has white color on #B3E5B1 background.


Related colors

Complementary color

Complementary color for #hex is #4C1A4E.


I love getcolorcode.com

Triadic colors

1 #B1B3E5 and #E5B1B3 with #B3E5B1 are triadic colors.

2 #B1E5B3 and #E5B3B1 with #B3E5B1 are triadic colors.