COLOR #B3E3A4

HEX: #B3E3A4
RGB: (179,227,164)

Color info

#B3E3A4 contains mainly red and green colors. Web safe color of #B3E3A4 is #99CC99 (or #9C9).

RGB color model

#B3E3A4 color RGB value is (179,227,164).

  • red value is 179;
  • green value is 227;
  • blue value is 164.
RGB:
(179,227,164)
(70%,89%,64%)

RGB channels and saturation

R 179 of 255 = 70%
G 227 of 255 = 89%
B 164 of 255 = 64%

179
227
164

R + G + B ~ 74%. #B3E3A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 227 + 164 = 570 (100%)
R 179 of 570 ~ 31.4%
G 227 of 570 ~ 39.82%
B 164 of 570 ~ 28.77%

%31.4
%39.82
%28.77

CMYK color model

#B3E3A4 color CMYK value is (21,0,28,11).

  • cyan value is 21.15%
  • magenta value is 0.00%
  • yellow value is 27.75%
  • key color value is 10.98%
CMYK:
(21,0,28,11)
C21M0Y28K11 
(21%,0%,28%,11%)
(0.21/0.00/0.28/0.11)	

CMYK percentages

%21.15
%0
%27.75
%10.98

Codes

Color #B3E3A4 in popluar color models

B3E3A4
RGB179227164
HSL106°52.94%76.67%
HSB/HSV106°27.75%89.02%
CMYK21.15%0.00%27.75%
10.98%

Color #B3E3A4 in popluar number systems.

HEXB3E3A4
Decimal179227164
Binary101100111110001110100100
Octal263343244

Shades and tints

Shades of #B3E3A4

#B3E3A4
(179,227,164)
#A3CF96
(163,207,150)
#93BB88
(147,187,136)
#83A77A
(131,167,122)
#73936C
(115,147,108)
#637F5E
(99,127,94)
#536B50
(83,107,80)
#435742
(67,87,66)
#334334
(51,67,52)
#232F26
(35,47,38)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #B3E3A4

#B3E3A4
(179,227,164)
#B9E5AC
(185,229,172)
#BFE7B4
(191,231,180)
#C5E9BC
(197,233,188)
#CBEBC4
(203,235,196)
#D1EDCC
(209,237,204)
#D7EFD4
(215,239,212)
#DDF1DC
(221,241,220)
#E3F3E4
(227,243,228)
#E9F5EC
(233,245,236)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E3A4 color. Also use rgb(179,227,164) instead hex code.

Text Font Color

.myTextColor { color: #B3E3A4; }

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

This text font color is #B3E3A4.


Background Color

.myBgColor { background-color: #B3E3A4; }

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

This div background color is #B3E3A4.


Border color

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

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

This div border color is #B3E3A4.


Opacity

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

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

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

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

This text has shadow with #B3E3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E3A4 on black background.


Color preview on white background

This text has color #B3E3A4 on white background.



Black color preview on #B3E3A4 background

This text has black color on #B3E3A4 background.


White color preview on #B3E3A4 background

This text has white color on #B3E3A4 background.