COLOR #B3EDB0

HEX: #B3EDB0
RGB: (179,237,176)

Color info

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

RGB color model

#B3EDB0 color RGB value is (179,237,176).

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

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 176 of 255 = 69%

179
237
176

R + G + B ~ 77%. #B3EDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 176 = 592 (100%)
R 179 of 592 ~ 30.24%
G 237 of 592 ~ 40.03%
B 176 of 592 ~ 29.73%

%30.24
%40.03
%29.73

CMYK color model

#B3EDB0 color CMYK value is (24,0,26,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 25.74%
  • key color value is 7.06%
CMYK:
(24,0,26,7)
C24M0Y26K7 
(24%,0%,26%,7%)
(0.24/0.00/0.26/0.07)	

CMYK percentages

%24.47
%0
%25.74
%7.06

Codes

Color #B3EDB0 in popluar color models

B3EDB0
RGB179237176
HSL117°62.89%80.98%
HSB/HSV117°25.74%92.94%
CMYK24.47%0.00%25.74%
7.06%

Color #B3EDB0 in popluar number systems.

HEXB3EDB0
Decimal179237176
Binary101100111110110110110000
Octal263355260

Shades and tints

Shades of #B3EDB0

#B3EDB0
(179,237,176)
#A3D8A0
(163,216,160)
#93C390
(147,195,144)
#83AE80
(131,174,128)
#739970
(115,153,112)
#638460
(99,132,96)
#536F50
(83,111,80)
#435A40
(67,90,64)
#334530
(51,69,48)
#233020
(35,48,32)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #B3EDB0

#B3EDB0
(179,237,176)
#B9EEB7
(185,238,183)
#BFEFBE
(191,239,190)
#C5F0C5
(197,240,197)
#CBF1CC
(203,241,204)
#D1F2D3
(209,242,211)
#D7F3DA
(215,243,218)
#DDF4E1
(221,244,225)
#E3F5E8
(227,245,232)
#E9F6EF
(233,246,239)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EDB0; }

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

This text font color is #B3EDB0.


Background Color

.myBgColor { background-color: #B3EDB0; }

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

This div background color is #B3EDB0.


Border color

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

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

This div border color is #B3EDB0.


Opacity

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

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

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

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

This text has shadow with #B3EDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EDB0 on black background.


Color preview on white background

This text has color #B3EDB0 on white background.



Black color preview on #B3EDB0 background

This text has black color on #B3EDB0 background.


White color preview on #B3EDB0 background

This text has white color on #B3EDB0 background.