COLOR #B3F8CC

HEX: #B3F8CC
RGB: (179,248,204)

Color info

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

RGB color model

#B3F8CC color RGB value is (179,248,204).

  • red value is 179;
  • green value is 248;
  • blue value is 204.
RGB:
(179,248,204)
(70%,97%,80%)

RGB channels and saturation

R 179 of 255 = 70%
G 248 of 255 = 97%
B 204 of 255 = 80%

179
248
204

R + G + B ~ 82%. #B3F8CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 248 + 204 = 631 (100%)
R 179 of 631 ~ 28.37%
G 248 of 631 ~ 39.3%
B 204 of 631 ~ 32.33%

%28.37
%39.3
%32.33

CMYK color model

#B3F8CC color CMYK value is (28,0,18,3).

  • cyan value is 27.82%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 2.75%
CMYK:
(28,0,18,3)
C28M0Y18K3 
(28%,0%,18%,3%)
(0.28/0.00/0.18/0.03)	

CMYK percentages

%27.82
%0
%17.74
%2.75

Codes

Color #B3F8CC in popluar color models

B3F8CC
RGB179248204
HSL142°83.13%83.73%
HSB/HSV142°27.82%97.25%
CMYK27.82%0.00%17.74%
2.75%

Color #B3F8CC in popluar number systems.

HEXB3F8CC
Decimal179248204
Binary101100111111100011001100
Octal263370314

Shades and tints

Shades of #B3F8CC

#B3F8CC
(179,248,204)
#A3E2BA
(163,226,186)
#93CCA8
(147,204,168)
#83B696
(131,182,150)
#73A084
(115,160,132)
#638A72
(99,138,114)
#537460
(83,116,96)
#435E4E
(67,94,78)
#33483C
(51,72,60)
#23322A
(35,50,42)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #B3F8CC

#B3F8CC
(179,248,204)
#B9F8D0
(185,248,208)
#BFF8D4
(191,248,212)
#C5F8D8
(197,248,216)
#CBF8DC
(203,248,220)
#D1F8E0
(209,248,224)
#D7F8E4
(215,248,228)
#DDF8E8
(221,248,232)
#E3F8EC
(227,248,236)
#E9F8F0
(233,248,240)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F8CC color. Also use rgb(179,248,204) instead hex code.

Text Font Color

.myTextColor { color: #B3F8CC; }

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

This text font color is #B3F8CC.


Background Color

.myBgColor { background-color: #B3F8CC; }

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

This div background color is #B3F8CC.


Border color

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

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

This div border color is #B3F8CC.


Opacity

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

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

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

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

This text has shadow with #B3F8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F8CC on black background.


Color preview on white background

This text has color #B3F8CC on white background.



Black color preview on #B3F8CC background

This text has black color on #B3F8CC background.


White color preview on #B3F8CC background

This text has white color on #B3F8CC background.