COLOR #B3EDA4

HEX: #B3EDA4
RGB: (179,237,164)

Color info

#B3EDA4 contains mainly red and green colors. Web safe color of #B3EDA4 is #99FF99 (or #9F9).

RGB color model

#B3EDA4 color RGB value is (179,237,164).

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

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 164 of 255 = 64%

179
237
164

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

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 164 = 580 (100%)
R 179 of 580 ~ 30.86%
G 237 of 580 ~ 40.86%
B 164 of 580 ~ 28.28%

%30.86
%40.86
%28.28

CMYK color model

#B3EDA4 color CMYK value is (24,0,31,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 7.06%
CMYK:
(24,0,31,7)
C24M0Y31K7 
(24%,0%,31%,7%)
(0.24/0.00/0.31/0.07)	

CMYK percentages

%24.47
%0
%30.8
%7.06

Codes

Color #B3EDA4 in popluar color models

B3EDA4
RGB179237164
HSL108°66.97%78.63%
HSB/HSV108°30.80%92.94%
CMYK24.47%0.00%30.80%
7.06%

Color #B3EDA4 in popluar number systems.

HEXB3EDA4
Decimal179237164
Binary101100111110110110100100
Octal263355244

Shades and tints

Shades of #B3EDA4

#B3EDA4
(179,237,164)
#A3D896
(163,216,150)
#93C388
(147,195,136)
#83AE7A
(131,174,122)
#73996C
(115,153,108)
#63845E
(99,132,94)
#536F50
(83,111,80)
#435A42
(67,90,66)
#334534
(51,69,52)
#233026
(35,48,38)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #B3EDA4

#B3EDA4
(179,237,164)
#B9EEAC
(185,238,172)
#BFEFB4
(191,239,180)
#C5F0BC
(197,240,188)
#CBF1C4
(203,241,196)
#D1F2CC
(209,242,204)
#D7F3D4
(215,243,212)
#DDF4DC
(221,244,220)
#E3F5E4
(227,245,228)
#E9F6EC
(233,246,236)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EDA4; }

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

This text font color is #B3EDA4.


Background Color

.myBgColor { background-color: #B3EDA4; }

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

This div background color is #B3EDA4.


Border color

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

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

This div border color is #B3EDA4.


Opacity

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

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

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

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

This text has shadow with #B3EDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EDA4 on black background.


Color preview on white background

This text has color #B3EDA4 on white background.



Black color preview on #B3EDA4 background

This text has black color on #B3EDA4 background.


White color preview on #B3EDA4 background

This text has white color on #B3EDA4 background.