COLOR #B3F7D8

HEX: #B3F7D8 RGB: (179,247,216)

Color info

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

RGB color model

#B3F7D8 color RGB value is (179,247,216).

RGB: (179,247,216) (70%, 97%, 85%)

RGB channels and saturation

R 179 of 255 = 70%
G 247 of 255 = 97%
B 216 of 255 = 85%

179
247
216

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

Portions of RGB colors in percentages

R + G + B = 179 + 247 + 216 = 642 (100%)
R 179 of 642 ~ 27.88%
G 247 of 642 ~ 38.47%
B 216 of 642 ~ 33.64'%

%27.88
%38.47
%33.64

CMYK color model

#B3F7D8 color CMYK value is (28,0,13,3).

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

CMYK: (28,0,13,3)
C28M0Y13K3 (28%, 0%, 13%, 3%)
(0.28 / 0.00 / 0.13 / 0.03)

CMYK percentages

%27.53
%0
%12.55
%3.14

Codes

Color #B3F7D8 in popluar color models

B3 F7 D8
RGB 179 247 216
HSL 153° 80.95% 83.53%
HSB/HSV 153° 27.53% 96.86%
CMYK 27.53% 0.00% 12.55%
3.14%

Color #B3F7D8 in popluar number systems.

HEX B3 F7 D8
Decimal 179 247 216
Binary 10110011 11110111 11011000
Octal 263 367 330

Shades and tints

Shades of #B3F7D8

#B3F7D8
(179,247,216)
#A3E1C5
(163,225,197)
#93CBB2
(147,203,178)
#83B59F
(131,181,159)
#739F8C
(115,159,140)
#638979
(99,137,121)
#537366
(83,115,102)
#435D53
(67,93,83)
#334740
(51,71,64)
#23312D
(35,49,45)
#131B1A
(19,27,26)
#000000
(0,0,0)

Tints of #B3F7D8

#B3F7D8
(179,247,216)
#B9F7DB
(185,247,219)
#BFF7DE
(191,247,222)
#C5F7E1
(197,247,225)
#CBF7E4
(203,247,228)
#D1F7E7
(209,247,231)
#D7F7EA
(215,247,234)
#DDF7ED
(221,247,237)
#E3F7F0
(227,247,240)
#E9F7F3
(233,247,243)
#EFF7F6
(239,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3F7D8; }

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

This text font color is #B3F7D8.

Background Color

.myBgColor { background-color: #B3F7D8; }

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

This div background color is #B3F7D8.

Border color

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

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

This div border color is #B3F7D8.

Opacity

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

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

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

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

This text has shadow with #B3F7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3F7D8.

Preview

Color preview on black background

This text has color #B3F7D8 on black background.


Color preview on white background

This text has color #B3F7D8 on white background.


Black color preview on #B3F7D8 background

This text has black color on #B3F7D8 background.


White color preview on #B3F7D8 background

This text has white color on #B3F7D8 background.


Related colors

Complementary color

Complementary color for #hex is #4C0827.


I love getcolorcode.com

Triadic colors

1 #D8B3F7 and #F7D8B3 with #B3F7D8 are triadic colors.

2 #D8F7B3 and #F7B3D8 with #B3F7D8 are triadic colors.