COLOR #B3F2D3

HEX: #B3F2D3
RGB: (179,242,211)

Color info

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

RGB color model

#B3F2D3 color RGB value is (179,242,211).

  • red value is 179;
  • green value is 242;
  • blue value is 211.
RGB:
(179,242,211)
(70%,95%,83%)

RGB channels and saturation

R 179 of 255 = 70%
G 242 of 255 = 95%
B 211 of 255 = 83%

179
242
211

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

Portions of RGB colors in percentages

R + G + B =
179 + 242 + 211 = 632 (100%)
R 179 of 632 ~ 28.32%
G 242 of 632 ~ 38.29%
B 211 of 632 ~ 33.39%

%28.32
%38.29
%33.39

CMYK color model

#B3F2D3 color CMYK value is (26,0,13,5).

  • cyan value is 26.03%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK:
(26,0,13,5)
C26M0Y13K5 
(26%,0%,13%,5%)
(0.26/0.00/0.13/0.05)	

CMYK percentages

%26.03
%0
%12.81
%5.1

Codes

Color #B3F2D3 in popluar color models

B3F2D3
RGB179242211
HSL150°70.79%82.55%
HSB/HSV150°26.03%94.90%
CMYK26.03%0.00%12.81%
5.10%

Color #B3F2D3 in popluar number systems.

HEXB3F2D3
Decimal179242211
Binary101100111111001011010011
Octal263362323

Shades and tints

Shades of #B3F2D3

#B3F2D3
(179,242,211)
#A3DCC0
(163,220,192)
#93C6AD
(147,198,173)
#83B09A
(131,176,154)
#739A87
(115,154,135)
#638474
(99,132,116)
#536E61
(83,110,97)
#43584E
(67,88,78)
#33423B
(51,66,59)
#232C28
(35,44,40)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #B3F2D3

#B3F2D3
(179,242,211)
#B9F3D7
(185,243,215)
#BFF4DB
(191,244,219)
#C5F5DF
(197,245,223)
#CBF6E3
(203,246,227)
#D1F7E7
(209,247,231)
#D7F8EB
(215,248,235)
#DDF9EF
(221,249,239)
#E3FAF3
(227,250,243)
#E9FBF7
(233,251,247)
#EFFCFB
(239,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F2D3 color. Also use rgb(179,242,211) instead hex code.

Text Font Color

.myTextColor { color: #B3F2D3; }

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

This text font color is #B3F2D3.


Background Color

.myBgColor { background-color: #B3F2D3; }

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

This div background color is #B3F2D3.


Border color

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

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

This div border color is #B3F2D3.


Opacity

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

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

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

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

This text has shadow with #B3F2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F2D3 on black background.


Color preview on white background

This text has color #B3F2D3 on white background.



Black color preview on #B3F2D3 background

This text has black color on #B3F2D3 background.


White color preview on #B3F2D3 background

This text has white color on #B3F2D3 background.