COLOR #B3FBD7

HEX: #B3FBD7
RGB: (179,251,215)

Color info

#B3FBD7 contains mainly green and blue colors. Web safe color of #B3FBD7 is #99FFCC (or #9FC).

RGB color model

#B3FBD7 color RGB value is (179,251,215).

  • red value is 179;
  • green value is 251;
  • blue value is 215.
RGB:
(179,251,215)
(70%,98%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 251 of 255 = 98%
B 215 of 255 = 84%

179
251
215

R + G + B ~ 84%. #B3FBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 251 + 215 = 645 (100%)
R 179 of 645 ~ 27.75%
G 251 of 645 ~ 38.91%
B 215 of 645 ~ 33.33%

%27.75
%38.91
%33.33

CMYK color model

#B3FBD7 color CMYK value is (29,0,14,2).

  • cyan value is 28.69%
  • magenta value is 0.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(29,0,14,2)
C29M0Y14K2 
(29%,0%,14%,2%)
(0.29/0.00/0.14/0.02)	

CMYK percentages

%28.69
%0
%14.34
%1.57

Codes

Color #B3FBD7 in popluar color models

B3FBD7
RGB179251215
HSL150°90.00%84.31%
HSB/HSV150°28.69%98.43%
CMYK28.69%0.00%14.34%
1.57%

Color #B3FBD7 in popluar number systems.

HEXB3FBD7
Decimal179251215
Binary101100111111101111010111
Octal263373327

Shades and tints

Shades of #B3FBD7

#B3FBD7
(179,251,215)
#A3E5C4
(163,229,196)
#93CFB1
(147,207,177)
#83B99E
(131,185,158)
#73A38B
(115,163,139)
#638D78
(99,141,120)
#537765
(83,119,101)
#436152
(67,97,82)
#334B3F
(51,75,63)
#23352C
(35,53,44)
#131F19
(19,31,25)
#000000
(0,0,0)

Tints of #B3FBD7

#B3FBD7
(179,251,215)
#B9FBDA
(185,251,218)
#BFFBDD
(191,251,221)
#C5FBE0
(197,251,224)
#CBFBE3
(203,251,227)
#D1FBE6
(209,251,230)
#D7FBE9
(215,251,233)
#DDFBEC
(221,251,236)
#E3FBEF
(227,251,239)
#E9FBF2
(233,251,242)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3FBD7; }

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

This text font color is #B3FBD7.


Background Color

.myBgColor { background-color: #B3FBD7; }

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

This div background color is #B3FBD7.


Border color

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

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

This div border color is #B3FBD7.


Opacity

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

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

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

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

This text has shadow with #B3FBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FBD7 on black background.


Color preview on white background

This text has color #B3FBD7 on white background.



Black color preview on #B3FBD7 background

This text has black color on #B3FBD7 background.


White color preview on #B3FBD7 background

This text has white color on #B3FBD7 background.