COLOR #B3F9B4

HEX: #B3F9B4
RGB: (179,249,180)

Color info

#B3F9B4 contains mainly green color. Web safe color of #B3F9B4 is #99FFCC (or #9FC).

RGB color model

#B3F9B4 color RGB value is (179,249,180).

  • red value is 179;
  • green value is 249;
  • blue value is 180.
RGB:
(179,249,180)
(70%,98%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 249 of 255 = 98%
B 180 of 255 = 71%

179
249
180

R + G + B ~ 80%. #B3F9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 249 + 180 = 608 (100%)
R 179 of 608 ~ 29.44%
G 249 of 608 ~ 40.95%
B 180 of 608 ~ 29.61%

%29.44
%40.95
%29.61

CMYK color model

#B3F9B4 color CMYK value is (28,0,28,2).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 2.35%
CMYK:
(28,0,28,2)
C28M0Y28K2 
(28%,0%,28%,2%)
(0.28/0.00/0.28/0.02)	

CMYK percentages

%28.11
%0
%27.71
%2.35

Codes

Color #B3F9B4 in popluar color models

B3F9B4
RGB179249180
HSL121°85.37%83.92%
HSB/HSV121°28.11%97.65%
CMYK28.11%0.00%27.71%
2.35%

Color #B3F9B4 in popluar number systems.

HEXB3F9B4
Decimal179249180
Binary101100111111100110110100
Octal263371264

Shades and tints

Shades of #B3F9B4

#B3F9B4
(179,249,180)
#A3E3A4
(163,227,164)
#93CD94
(147,205,148)
#83B784
(131,183,132)
#73A174
(115,161,116)
#638B64
(99,139,100)
#537554
(83,117,84)
#435F44
(67,95,68)
#334934
(51,73,52)
#233324
(35,51,36)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #B3F9B4

#B3F9B4
(179,249,180)
#B9F9BA
(185,249,186)
#BFF9C0
(191,249,192)
#C5F9C6
(197,249,198)
#CBF9CC
(203,249,204)
#D1F9D2
(209,249,210)
#D7F9D8
(215,249,216)
#DDF9DE
(221,249,222)
#E3F9E4
(227,249,228)
#E9F9EA
(233,249,234)
#EFF9F0
(239,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F9B4; }

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

This text font color is #B3F9B4.


Background Color

.myBgColor { background-color: #B3F9B4; }

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

This div background color is #B3F9B4.


Border color

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

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

This div border color is #B3F9B4.


Opacity

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

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

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

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

This text has shadow with #B3F9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F9B4 on black background.


Color preview on white background

This text has color #B3F9B4 on white background.



Black color preview on #B3F9B4 background

This text has black color on #B3F9B4 background.


White color preview on #B3F9B4 background

This text has white color on #B3F9B4 background.