COLOR #B3E4AF

HEX: #B3E4AF
RGB: (179,228,175)

Color info

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

RGB color model

#B3E4AF color RGB value is (179,228,175).

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

RGB channels and saturation

R 179 of 255 = 70%
G 228 of 255 = 89%
B 175 of 255 = 69%

179
228
175

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

Portions of RGB colors in percentages

R + G + B =
179 + 228 + 175 = 582 (100%)
R 179 of 582 ~ 30.76%
G 228 of 582 ~ 39.18%
B 175 of 582 ~ 30.07%

%30.76
%39.18
%30.07

CMYK color model

#B3E4AF color CMYK value is (21,0,23,11).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(21,0,23,11)
C21M0Y23K11 
(21%,0%,23%,11%)
(0.21/0.00/0.23/0.11)	

CMYK percentages

%21.49
%0
%23.25
%10.59

Codes

Color #B3E4AF in popluar color models

B3E4AF
RGB179228175
HSL115°49.53%79.02%
HSB/HSV115°23.25%89.41%
CMYK21.49%0.00%23.25%
10.59%

Color #B3E4AF in popluar number systems.

HEXB3E4AF
Decimal179228175
Binary101100111110010010101111
Octal263344257

Shades and tints

Shades of #B3E4AF

#B3E4AF
(179,228,175)
#A3D0A0
(163,208,160)
#93BC91
(147,188,145)
#83A882
(131,168,130)
#739473
(115,148,115)
#638064
(99,128,100)
#536C55
(83,108,85)
#435846
(67,88,70)
#334437
(51,68,55)
#233028
(35,48,40)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #B3E4AF

#B3E4AF
(179,228,175)
#B9E6B6
(185,230,182)
#BFE8BD
(191,232,189)
#C5EAC4
(197,234,196)
#CBECCB
(203,236,203)
#D1EED2
(209,238,210)
#D7F0D9
(215,240,217)
#DDF2E0
(221,242,224)
#E3F4E7
(227,244,231)
#E9F6EE
(233,246,238)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E4AF; }

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

This text font color is #B3E4AF.


Background Color

.myBgColor { background-color: #B3E4AF; }

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

This div background color is #B3E4AF.


Border color

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

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

This div border color is #B3E4AF.


Opacity

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

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

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

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

This text has shadow with #B3E4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E4AF on black background.


Color preview on white background

This text has color #B3E4AF on white background.



Black color preview on #B3E4AF background

This text has black color on #B3E4AF background.


White color preview on #B3E4AF background

This text has white color on #B3E4AF background.