COLOR #B3FDB6

HEX: #B3FDB6
RGB: (179,253,182)

Color info

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

RGB color model

#B3FDB6 color RGB value is (179,253,182).

  • red value is 179;
  • green value is 253;
  • blue value is 182.
RGB:
(179,253,182)
(70%,99%,71%)

RGB channels and saturation

R 179 of 255 = 70%
G 253 of 255 = 99%
B 182 of 255 = 71%

179
253
182

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

Portions of RGB colors in percentages

R + G + B =
179 + 253 + 182 = 614 (100%)
R 179 of 614 ~ 29.15%
G 253 of 614 ~ 41.21%
B 182 of 614 ~ 29.64%

%29.15
%41.21
%29.64

CMYK color model

#B3FDB6 color CMYK value is (29,0,28,1).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK:
(29,0,28,1)
C29M0Y28K1 
(29%,0%,28%,1%)
(0.29/0.00/0.28/0.01)	

CMYK percentages

%29.25
%0
%28.06
%0.78

Codes

Color #B3FDB6 in popluar color models

B3FDB6
RGB179253182
HSL122°94.87%84.71%
HSB/HSV122°29.25%99.22%
CMYK29.25%0.00%28.06%
0.78%

Color #B3FDB6 in popluar number systems.

HEXB3FDB6
Decimal179253182
Binary101100111111110110110110
Octal263375266

Shades and tints

Shades of #B3FDB6

#B3FDB6
(179,253,182)
#A3E6A6
(163,230,166)
#93CF96
(147,207,150)
#83B886
(131,184,134)
#73A176
(115,161,118)
#638A66
(99,138,102)
#537356
(83,115,86)
#435C46
(67,92,70)
#334536
(51,69,54)
#232E26
(35,46,38)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #B3FDB6

#B3FDB6
(179,253,182)
#B9FDBC
(185,253,188)
#BFFDC2
(191,253,194)
#C5FDC8
(197,253,200)
#CBFDCE
(203,253,206)
#D1FDD4
(209,253,212)
#D7FDDA
(215,253,218)
#DDFDE0
(221,253,224)
#E3FDE6
(227,253,230)
#E9FDEC
(233,253,236)
#EFFDF2
(239,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3FDB6; }

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

This text font color is #B3FDB6.


Background Color

.myBgColor { background-color: #B3FDB6; }

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

This div background color is #B3FDB6.


Border color

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

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

This div border color is #B3FDB6.


Opacity

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

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

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

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

This text has shadow with #B3FDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FDB6 on black background.


Color preview on white background

This text has color #B3FDB6 on white background.



Black color preview on #B3FDB6 background

This text has black color on #B3FDB6 background.


White color preview on #B3FDB6 background

This text has white color on #B3FDB6 background.