COLOR #B3F9D5

HEX: #B3F9D5
RGB: (179,249,213)

Color info

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

RGB color model

#B3F9D5 color RGB value is (179,249,213).

  • red value is 179;
  • green value is 249;
  • blue value is 213.
RGB:
(179,249,213)
(70%,98%,84%)

RGB channels and saturation

R 179 of 255 = 70%
G 249 of 255 = 98%
B 213 of 255 = 84%

179
249
213

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

Portions of RGB colors in percentages

R + G + B =
179 + 249 + 213 = 641 (100%)
R 179 of 641 ~ 27.93%
G 249 of 641 ~ 38.85%
B 213 of 641 ~ 33.23%

%27.93
%38.85
%33.23

CMYK color model

#B3F9D5 color CMYK value is (28,0,14,2).

  • cyan value is 28.11%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(28,0,14,2)
C28M0Y14K2 
(28%,0%,14%,2%)
(0.28/0.00/0.14/0.02)	

CMYK percentages

%28.11
%0
%14.46
%2.35

Codes

Color #B3F9D5 in popluar color models

B3F9D5
RGB179249213
HSL149°85.37%83.92%
HSB/HSV149°28.11%97.65%
CMYK28.11%0.00%14.46%
2.35%

Color #B3F9D5 in popluar number systems.

HEXB3F9D5
Decimal179249213
Binary101100111111100111010101
Octal263371325

Shades and tints

Shades of #B3F9D5

#B3F9D5
(179,249,213)
#A3E3C2
(163,227,194)
#93CDAF
(147,205,175)
#83B79C
(131,183,156)
#73A189
(115,161,137)
#638B76
(99,139,118)
#537563
(83,117,99)
#435F50
(67,95,80)
#33493D
(51,73,61)
#23332A
(35,51,42)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #B3F9D5

#B3F9D5
(179,249,213)
#B9F9D8
(185,249,216)
#BFF9DB
(191,249,219)
#C5F9DE
(197,249,222)
#CBF9E1
(203,249,225)
#D1F9E4
(209,249,228)
#D7F9E7
(215,249,231)
#DDF9EA
(221,249,234)
#E3F9ED
(227,249,237)
#E9F9F0
(233,249,240)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F9D5 color. Also use rgb(179,249,213) instead hex code.

Text Font Color

.myTextColor { color: #B3F9D5; }

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

This text font color is #B3F9D5.


Background Color

.myBgColor { background-color: #B3F9D5; }

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

This div background color is #B3F9D5.


Border color

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

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

This div border color is #B3F9D5.


Opacity

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

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

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

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

This text has shadow with #B3F9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F9D5 on black background.


Color preview on white background

This text has color #B3F9D5 on white background.



Black color preview on #B3F9D5 background

This text has black color on #B3F9D5 background.


White color preview on #B3F9D5 background

This text has white color on #B3F9D5 background.