COLOR #B3F4C2

HEX: #B3F4C2
RGB: (179,244,194)

Color info

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

RGB color model

#B3F4C2 color RGB value is (179,244,194).

  • red value is 179;
  • green value is 244;
  • blue value is 194.
RGB:
(179,244,194)
(70%,96%,76%)

RGB channels and saturation

R 179 of 255 = 70%
G 244 of 255 = 96%
B 194 of 255 = 76%

179
244
194

R + G + B ~ 81%. #B3F4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 244 + 194 = 617 (100%)
R 179 of 617 ~ 29.01%
G 244 of 617 ~ 39.55%
B 194 of 617 ~ 31.44%

%29.01
%39.55
%31.44

CMYK color model

#B3F4C2 color CMYK value is (27,0,20,4).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 4.31%
CMYK:
(27,0,20,4)
C27M0Y20K4 
(27%,0%,20%,4%)
(0.27/0.00/0.20/0.04)	

CMYK percentages

%26.64
%0
%20.49
%4.31

Codes

Color #B3F4C2 in popluar color models

B3F4C2
RGB179244194
HSL134°74.71%82.94%
HSB/HSV134°26.64%95.69%
CMYK26.64%0.00%20.49%
4.31%

Color #B3F4C2 in popluar number systems.

HEXB3F4C2
Decimal179244194
Binary101100111111010011000010
Octal263364302

Shades and tints

Shades of #B3F4C2

#B3F4C2
(179,244,194)
#A3DEB1
(163,222,177)
#93C8A0
(147,200,160)
#83B28F
(131,178,143)
#739C7E
(115,156,126)
#63866D
(99,134,109)
#53705C
(83,112,92)
#435A4B
(67,90,75)
#33443A
(51,68,58)
#232E29
(35,46,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #B3F4C2

#B3F4C2
(179,244,194)
#B9F5C7
(185,245,199)
#BFF6CC
(191,246,204)
#C5F7D1
(197,247,209)
#CBF8D6
(203,248,214)
#D1F9DB
(209,249,219)
#D7FAE0
(215,250,224)
#DDFBE5
(221,251,229)
#E3FCEA
(227,252,234)
#E9FDEF
(233,253,239)
#EFFEF4
(239,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F4C2 color. Also use rgb(179,244,194) instead hex code.

Text Font Color

.myTextColor { color: #B3F4C2; }

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

This text font color is #B3F4C2.


Background Color

.myBgColor { background-color: #B3F4C2; }

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

This div background color is #B3F4C2.


Border color

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

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

This div border color is #B3F4C2.


Opacity

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

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

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

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

This text has shadow with #B3F4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F4C2 on black background.


Color preview on white background

This text has color #B3F4C2 on white background.



Black color preview on #B3F4C2 background

This text has black color on #B3F4C2 background.


White color preview on #B3F4C2 background

This text has white color on #B3F4C2 background.