COLOR #B3F3D7

HEX: #B3F3D7
RGB: (179,243,215)

Color info

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

RGB color model

#B3F3D7 color RGB value is (179,243,215).

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

RGB channels and saturation

R 179 of 255 = 70%
G 243 of 255 = 95%
B 215 of 255 = 84%

179
243
215

R + G + B ~ 83%. #B3F3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 243 + 215 = 637 (100%)
R 179 of 637 ~ 28.1%
G 243 of 637 ~ 38.15%
B 215 of 637 ~ 33.75%

%28.1
%38.15
%33.75

CMYK color model

#B3F3D7 color CMYK value is (26,0,12,5).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 4.71%
CMYK:
(26,0,12,5)
C26M0Y12K5 
(26%,0%,12%,5%)
(0.26/0.00/0.12/0.05)	

CMYK percentages

%26.34
%0
%11.52
%4.71

Codes

Color #B3F3D7 in popluar color models

B3F3D7
RGB179243215
HSL154°72.73%82.75%
HSB/HSV154°26.34%95.29%
CMYK26.34%0.00%11.52%
4.71%

Color #B3F3D7 in popluar number systems.

HEXB3F3D7
Decimal179243215
Binary101100111111001111010111
Octal263363327

Shades and tints

Shades of #B3F3D7

#B3F3D7
(179,243,215)
#A3DDC4
(163,221,196)
#93C7B1
(147,199,177)
#83B19E
(131,177,158)
#739B8B
(115,155,139)
#638578
(99,133,120)
#536F65
(83,111,101)
#435952
(67,89,82)
#33433F
(51,67,63)
#232D2C
(35,45,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #B3F3D7

#B3F3D7
(179,243,215)
#B9F4DA
(185,244,218)
#BFF5DD
(191,245,221)
#C5F6E0
(197,246,224)
#CBF7E3
(203,247,227)
#D1F8E6
(209,248,230)
#D7F9E9
(215,249,233)
#DDFAEC
(221,250,236)
#E3FBEF
(227,251,239)
#E9FCF2
(233,252,242)
#EFFDF5
(239,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F3D7; }

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

This text font color is #B3F3D7.


Background Color

.myBgColor { background-color: #B3F3D7; }

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

This div background color is #B3F3D7.


Border color

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

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

This div border color is #B3F3D7.


Opacity

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

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

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

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

This text has shadow with #B3F3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F3D7 on black background.


Color preview on white background

This text has color #B3F3D7 on white background.



Black color preview on #B3F3D7 background

This text has black color on #B3F3D7 background.


White color preview on #B3F3D7 background

This text has white color on #B3F3D7 background.