COLOR #B2FBD4

HEX: #B2FBD4 RGB: (178,251,212)

Color info

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

RGB color model

#B2FBD4 color RGB value is (178,251,212).

RGB: (178,251,212) (70%, 98%, 83%)

RGB channels and saturation

R 178 of 255 = 70%
G 251 of 255 = 98%
B 212 of 255 = 83%

178
251
212

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

Portions of RGB colors in percentages

R + G + B = 178 + 251 + 212 = 641 (100%)
R 178 of 641 ~ 27.77%
G 251 of 641 ~ 39.16%
B 212 of 641 ~ 33.07'%

%27.77
%39.16
%33.07

CMYK color model

#B2FBD4 color CMYK value is (29,0,16,2).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 1.57%

CMYK: (29,0,16,2)
C29M0Y16K2 (29%, 0%, 16%, 2%)
(0.29 / 0.00 / 0.16 / 0.02)

CMYK percentages

%29.08
%0
%15.54
%1.57

Codes

Color #B2FBD4 in popluar color models

B2 FB D4
RGB 178 251 212
HSL 148° 90.12% 84.12%
HSB/HSV 148° 29.08% 98.43%
CMYK 29.08% 0.00% 15.54%
1.57%

Color #B2FBD4 in popluar number systems.

HEX B2 FB D4
Decimal 178 251 212
Binary 10110010 11111011 11010100
Octal 262 373 324

Shades and tints

Shades of #B2FBD4

#B2FBD4
(178,251,212)
#A2E5C1
(162,229,193)
#92CFAE
(146,207,174)
#82B99B
(130,185,155)
#72A388
(114,163,136)
#628D75
(98,141,117)
#527762
(82,119,98)
#42614F
(66,97,79)
#324B3C
(50,75,60)
#223529
(34,53,41)
#121F16
(18,31,22)
#000000
(0,0,0)

Tints of #B2FBD4

#B2FBD4
(178,251,212)
#B9FBD7
(185,251,215)
#C0FBDA
(192,251,218)
#C7FBDD
(199,251,221)
#CEFBE0
(206,251,224)
#D5FBE3
(213,251,227)
#DCFBE6
(220,251,230)
#E3FBE9
(227,251,233)
#EAFBEC
(234,251,236)
#F1FBEF
(241,251,239)
#F8FBF2
(248,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FBD4 color. Also use rgb(178,251,212) instead hex code.

Text Font Color

.myTextColor { color: #B2FBD4; }

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

This text font color is #B2FBD4.

Background Color

.myBgColor { background-color: #B2FBD4; }

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

This div background color is #B2FBD4.

Border color

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

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

This div border color is #B2FBD4.

Opacity

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

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

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

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

This text has shadow with #B2FBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2FBD4.

Preview

Color preview on black background

This text has color #B2FBD4 on black background.


Color preview on white background

This text has color #B2FBD4 on white background.


Black color preview on #B2FBD4 background

This text has black color on #B2FBD4 background.


White color preview on #B2FBD4 background

This text has white color on #B2FBD4 background.


Related colors

Complementary color

Complementary color for #hex is #4D042B.


I love getcolorcode.com

Triadic colors

1 #D4B2FB and #FBD4B2 with #B2FBD4 are triadic colors.

2 #D4FBB2 and #FBB2D4 with #B2FBD4 are triadic colors.