COLOR #B3E5AF

HEX: #B3E5AF
RGB: (179,229,175)

Color info

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

RGB color model

#B3E5AF color RGB value is (179,229,175).

  • red value is 179;
  • green value is 229;
  • blue value is 175.
RGB:
(179,229,175)
(70%,90%,69%)

RGB channels and saturation

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

179
229
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 229 + 175 = 583 (100%)
R 179 of 583 ~ 30.7%
G 229 of 583 ~ 39.28%
B 175 of 583 ~ 30.02%

%30.7
%39.28
%30.02

CMYK color model

#B3E5AF color CMYK value is (22,0,24,10).

  • cyan value is 21.83%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(22,0,24,10)
C22M0Y24K10 
(22%,0%,24%,10%)
(0.22/0.00/0.24/0.10)	

CMYK percentages

%21.83
%0
%23.58
%10.2

Codes

Color #B3E5AF in popluar color models

B3E5AF
RGB179229175
HSL116°50.94%79.22%
HSB/HSV116°23.58%89.80%
CMYK21.83%0.00%23.58%
10.20%

Color #B3E5AF in popluar number systems.

HEXB3E5AF
Decimal179229175
Binary101100111110010110101111
Octal263345257

Shades and tints

Shades of #B3E5AF

#B3E5AF
(179,229,175)
#A3D1A0
(163,209,160)
#93BD91
(147,189,145)
#83A982
(131,169,130)
#739573
(115,149,115)
#638164
(99,129,100)
#536D55
(83,109,85)
#435946
(67,89,70)
#334537
(51,69,55)
#233128
(35,49,40)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #B3E5AF

#B3E5AF
(179,229,175)
#B9E7B6
(185,231,182)
#BFE9BD
(191,233,189)
#C5EBC4
(197,235,196)
#CBEDCB
(203,237,203)
#D1EFD2
(209,239,210)
#D7F1D9
(215,241,217)
#DDF3E0
(221,243,224)
#E3F5E7
(227,245,231)
#E9F7EE
(233,247,238)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E5AF; }

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

This text font color is #B3E5AF.


Background Color

.myBgColor { background-color: #B3E5AF; }

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

This div background color is #B3E5AF.


Border color

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

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

This div border color is #B3E5AF.


Opacity

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

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

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

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

This text has shadow with #B3E5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E5AF on black background.


Color preview on white background

This text has color #B3E5AF on white background.



Black color preview on #B3E5AF background

This text has black color on #B3E5AF background.


White color preview on #B3E5AF background

This text has white color on #B3E5AF background.