COLOR #B3F7D4

HEX: #B3F7D4 RGB: (179,247,212)

Color info

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

RGB color model

#B3F7D4 color RGB value is (179,247,212).

RGB: (179,247,212) (70%, 97%, 83%)

RGB channels and saturation

R 179 of 255 = 70%
G 247 of 255 = 97%
B 212 of 255 = 83%

179
247
212

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

Portions of RGB colors in percentages

R + G + B = 179 + 247 + 212 = 638 (100%)
R 179 of 638 ~ 28.06%
G 247 of 638 ~ 38.71%
B 212 of 638 ~ 33.23'%

%28.06
%38.71
%33.23

CMYK color model

#B3F7D4 color CMYK value is (28,0,14,3).

  • cyan value is 27.53%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 3.14%

CMYK: (28,0,14,3)
C28M0Y14K3 (28%, 0%, 14%, 3%)
(0.28 / 0.00 / 0.14 / 0.03)

CMYK percentages

%27.53
%0
%14.17
%3.14

Codes

Color #B3F7D4 in popluar color models

B3 F7 D4
RGB 179 247 212
HSL 149° 80.95% 83.53%
HSB/HSV 149° 27.53% 96.86%
CMYK 27.53% 0.00% 14.17%
3.14%

Color #B3F7D4 in popluar number systems.

HEX B3 F7 D4
Decimal 179 247 212
Binary 10110011 11110111 11010100
Octal 263 367 324

Shades and tints

Shades of #B3F7D4

#B3F7D4
(179,247,212)
#A3E1C1
(163,225,193)
#93CBAE
(147,203,174)
#83B59B
(131,181,155)
#739F88
(115,159,136)
#638975
(99,137,117)
#537362
(83,115,98)
#435D4F
(67,93,79)
#33473C
(51,71,60)
#233129
(35,49,41)
#131B16
(19,27,22)
#000000
(0,0,0)

Tints of #B3F7D4

#B3F7D4
(179,247,212)
#B9F7D7
(185,247,215)
#BFF7DA
(191,247,218)
#C5F7DD
(197,247,221)
#CBF7E0
(203,247,224)
#D1F7E3
(209,247,227)
#D7F7E6
(215,247,230)
#DDF7E9
(221,247,233)
#E3F7EC
(227,247,236)
#E9F7EF
(233,247,239)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F7D4 color. Also use rgb(179,247,212) instead hex code.

Text Font Color

.myTextColor { color: #B3F7D4; }

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

This text font color is #B3F7D4.

Background Color

.myBgColor { background-color: #B3F7D4; }

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

This div background color is #B3F7D4.

Border color

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

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

This div border color is #B3F7D4.

Opacity

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

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

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

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

This text has shadow with #B3F7D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F7D4.

Preview

Color preview on black background

This text has color #B3F7D4 on black background.


Color preview on white background

This text has color #B3F7D4 on white background.


Black color preview on #B3F7D4 background

This text has black color on #B3F7D4 background.


White color preview on #B3F7D4 background

This text has white color on #B3F7D4 background.


Related colors

Complementary color

Complementary color for #hex is #4C082B.


I love getcolorcode.com

Triadic colors

1 #D4B3F7 and #F7D4B3 with #B3F7D4 are triadic colors.

2 #D4F7B3 and #F7B3D4 with #B3F7D4 are triadic colors.