COLOR #B3FFC3

HEX: #B3FFC3
RGB: (179,255,195)

Color info

#B3FFC3 contains mainly green color. Web safe color of #B3FFC3 is #99FFCC (or #9FC).

RGB color model

#B3FFC3 color RGB value is (179,255,195).

  • red value is 179;
  • green value is 255;
  • blue value is 195.
RGB:
(179,255,195)
(70%,100%,76%)

RGB channels and saturation

R 179 of 255 = 70%
G 255 of 255 = 100%
B 195 of 255 = 76%

179
255
195

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

Portions of RGB colors in percentages

R + G + B =
179 + 255 + 195 = 629 (100%)
R 179 of 629 ~ 28.46%
G 255 of 629 ~ 40.54%
B 195 of 629 ~ 31%

%28.46
%40.54
%31

CMYK color model

#B3FFC3 color CMYK value is (30,0,24,0).

  • cyan value is 29.80%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 0.00%
CMYK:
(30,0,24,0)
C30M0Y24K0 
(30%,0%,24%,0%)
(0.30/0.00/0.24/0.00)	

CMYK percentages

%29.8
%0
%23.53
%0

Codes

Color #B3FFC3 in popluar color models

B3FFC3
RGB179255195
HSL133°100.00%85.10%
HSB/HSV133°29.80%100.00%
CMYK29.80%0.00%23.53%
0.00%

Color #B3FFC3 in popluar number systems.

HEXB3FFC3
Decimal179255195
Binary101100111111111111000011
Octal263377303

Shades and tints

Shades of #B3FFC3

#B3FFC3
(179,255,195)
#A3E8B2
(163,232,178)
#93D1A1
(147,209,161)
#83BA90
(131,186,144)
#73A37F
(115,163,127)
#638C6E
(99,140,110)
#53755D
(83,117,93)
#435E4C
(67,94,76)
#33473B
(51,71,59)
#23302A
(35,48,42)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3FFC3

#B3FFC3
(179,255,195)
#B9FFC8
(185,255,200)
#BFFFCD
(191,255,205)
#C5FFD2
(197,255,210)
#CBFFD7
(203,255,215)
#D1FFDC
(209,255,220)
#D7FFE1
(215,255,225)
#DDFFE6
(221,255,230)
#E3FFEB
(227,255,235)
#E9FFF0
(233,255,240)
#EFFFF5
(239,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3FFC3 color. Also use rgb(179,255,195) instead hex code.

Text Font Color

.myTextColor { color: #B3FFC3; }

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

This text font color is #B3FFC3.


Background Color

.myBgColor { background-color: #B3FFC3; }

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

This div background color is #B3FFC3.


Border color

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

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

This div border color is #B3FFC3.


Opacity

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

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

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

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

This text has shadow with #B3FFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3FFC3 on black background.


Color preview on white background

This text has color #B3FFC3 on white background.



Black color preview on #B3FFC3 background

This text has black color on #B3FFC3 background.


White color preview on #B3FFC3 background

This text has white color on #B3FFC3 background.