COLOR #B3E9B3

HEX: #B3E9B3
RGB: (179,233,179)

Color info

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

RGB color model

#B3E9B3 color RGB value is (179,233,179).

  • red value is 179;
  • green value is 233;
  • blue value is 179.
RGB:
(179,233,179)
(70%,91%,70%)

RGB channels and saturation

R 179 of 255 = 70%
G 233 of 255 = 91%
B 179 of 255 = 70%

179
233
179

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

Portions of RGB colors in percentages

R + G + B =
179 + 233 + 179 = 591 (100%)
R 179 of 591 ~ 30.29%
G 233 of 591 ~ 39.42%
B 179 of 591 ~ 30.29%

%30.29
%39.42
%30.29

CMYK color model

#B3E9B3 color CMYK value is (23,0,23,9).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 23.18%
  • key color value is 8.63%
CMYK:
(23,0,23,9)
C23M0Y23K9 
(23%,0%,23%,9%)
(0.23/0.00/0.23/0.09)	

CMYK percentages

%23.18
%0
%23.18
%8.63

Codes

Color #B3E9B3 in popluar color models

B3E9B3
RGB179233179
HSL120°55.10%80.78%
HSB/HSV120°23.18%91.37%
CMYK23.18%0.00%23.18%
8.63%

Color #B3E9B3 in popluar number systems.

HEXB3E9B3
Decimal179233179
Binary101100111110100110110011
Octal263351263

Shades and tints

Shades of #B3E9B3

#B3E9B3
(179,233,179)
#A3D4A3
(163,212,163)
#93BF93
(147,191,147)
#83AA83
(131,170,131)
#739573
(115,149,115)
#638063
(99,128,99)
#536B53
(83,107,83)
#435643
(67,86,67)
#334133
(51,65,51)
#232C23
(35,44,35)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #B3E9B3

#B3E9B3
(179,233,179)
#B9EBB9
(185,235,185)
#BFEDBF
(191,237,191)
#C5EFC5
(197,239,197)
#CBF1CB
(203,241,203)
#D1F3D1
(209,243,209)
#D7F5D7
(215,245,215)
#DDF7DD
(221,247,221)
#E3F9E3
(227,249,227)
#E9FBE9
(233,251,233)
#EFFDEF
(239,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3E9B3; }

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

This text font color is #B3E9B3.


Background Color

.myBgColor { background-color: #B3E9B3; }

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

This div background color is #B3E9B3.


Border color

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

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

This div border color is #B3E9B3.


Opacity

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

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

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

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

This text has shadow with #B3E9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E9B3 on black background.


Color preview on white background

This text has color #B3E9B3 on white background.



Black color preview on #B3E9B3 background

This text has black color on #B3E9B3 background.


White color preview on #B3E9B3 background

This text has white color on #B3E9B3 background.