COLOR #B3F3DB

HEX: #B3F3DB
RGB: (179,243,219)

Color info

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

RGB color model

#B3F3DB color RGB value is (179,243,219).

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

RGB channels and saturation

R 179 of 255 = 70%
G 243 of 255 = 95%
B 219 of 255 = 86%

179
243
219

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

Portions of RGB colors in percentages

R + G + B =
179 + 243 + 219 = 641 (100%)
R 179 of 641 ~ 27.93%
G 243 of 641 ~ 37.91%
B 219 of 641 ~ 34.17%

%27.93
%37.91
%34.17

CMYK color model

#B3F3DB color CMYK value is (26,0,10,5).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 4.71%
CMYK:
(26,0,10,5)
C26M0Y10K5 
(26%,0%,10%,5%)
(0.26/0.00/0.10/0.05)	

CMYK percentages

%26.34
%0
%9.88
%4.71

Codes

Color #B3F3DB in popluar color models

B3F3DB
RGB179243219
HSL158°72.73%82.75%
HSB/HSV158°26.34%95.29%
CMYK26.34%0.00%9.88%
4.71%

Color #B3F3DB in popluar number systems.

HEXB3F3DB
Decimal179243219
Binary101100111111001111011011
Octal263363333

Shades and tints

Shades of #B3F3DB

#B3F3DB
(179,243,219)
#A3DDC8
(163,221,200)
#93C7B5
(147,199,181)
#83B1A2
(131,177,162)
#739B8F
(115,155,143)
#63857C
(99,133,124)
#536F69
(83,111,105)
#435956
(67,89,86)
#334343
(51,67,67)
#232D30
(35,45,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #B3F3DB

#B3F3DB
(179,243,219)
#B9F4DE
(185,244,222)
#BFF5E1
(191,245,225)
#C5F6E4
(197,246,228)
#CBF7E7
(203,247,231)
#D1F8EA
(209,248,234)
#D7F9ED
(215,249,237)
#DDFAF0
(221,250,240)
#E3FBF3
(227,251,243)
#E9FCF6
(233,252,246)
#EFFDF9
(239,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F3DB; }

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

This text font color is #B3F3DB.


Background Color

.myBgColor { background-color: #B3F3DB; }

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

This div background color is #B3F3DB.


Border color

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

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

This div border color is #B3F3DB.


Opacity

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

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

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

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

This text has shadow with #B3F3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F3DB on black background.


Color preview on white background

This text has color #B3F3DB on white background.



Black color preview on #B3F3DB background

This text has black color on #B3F3DB background.


White color preview on #B3F3DB background

This text has white color on #B3F3DB background.