COLOR #B3EDB9

HEX: #B3EDB9
RGB: (179,237,185)

Color info

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

RGB color model

#B3EDB9 color RGB value is (179,237,185).

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

RGB channels and saturation

R 179 of 255 = 70%
G 237 of 255 = 93%
B 185 of 255 = 73%

179
237
185

R + G + B ~ 79%. #B3EDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 237 + 185 = 601 (100%)
R 179 of 601 ~ 29.78%
G 237 of 601 ~ 39.43%
B 185 of 601 ~ 30.78%

%29.78
%39.43
%30.78

CMYK color model

#B3EDB9 color CMYK value is (24,0,22,7).

  • cyan value is 24.47%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(24,0,22,7)
C24M0Y22K7 
(24%,0%,22%,7%)
(0.24/0.00/0.22/0.07)	

CMYK percentages

%24.47
%0
%21.94
%7.06

Codes

Color #B3EDB9 in popluar color models

B3EDB9
RGB179237185
HSL126°61.70%81.57%
HSB/HSV126°24.47%92.94%
CMYK24.47%0.00%21.94%
7.06%

Color #B3EDB9 in popluar number systems.

HEXB3EDB9
Decimal179237185
Binary101100111110110110111001
Octal263355271

Shades and tints

Shades of #B3EDB9

#B3EDB9
(179,237,185)
#A3D8A9
(163,216,169)
#93C399
(147,195,153)
#83AE89
(131,174,137)
#739979
(115,153,121)
#638469
(99,132,105)
#536F59
(83,111,89)
#435A49
(67,90,73)
#334539
(51,69,57)
#233029
(35,48,41)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #B3EDB9

#B3EDB9
(179,237,185)
#B9EEBF
(185,238,191)
#BFEFC5
(191,239,197)
#C5F0CB
(197,240,203)
#CBF1D1
(203,241,209)
#D1F2D7
(209,242,215)
#D7F3DD
(215,243,221)
#DDF4E3
(221,244,227)
#E3F5E9
(227,245,233)
#E9F6EF
(233,246,239)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3EDB9; }

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

This text font color is #B3EDB9.


Background Color

.myBgColor { background-color: #B3EDB9; }

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

This div background color is #B3EDB9.


Border color

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

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

This div border color is #B3EDB9.


Opacity

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

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

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

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

This text has shadow with #B3EDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3EDB9 on black background.


Color preview on white background

This text has color #B3EDB9 on white background.



Black color preview on #B3EDB9 background

This text has black color on #B3EDB9 background.


White color preview on #B3EDB9 background

This text has white color on #B3EDB9 background.