COLOR #B2F6C7

HEX: #B2F6C7 RGB: (178,246,199)

Color info

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

RGB color model

#B2F6C7 color RGB value is (178,246,199).

RGB: (178,246,199) (70%, 96%, 78%)

RGB channels and saturation

R 178 of 255 = 70%
G 246 of 255 = 96%
B 199 of 255 = 78%

178
246
199

R + G + B ~ 81%. #B2F6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 246 + 199 = 623 (100%)
R 178 of 623 ~ 28.57%
G 246 of 623 ~ 39.49%
B 199 of 623 ~ 31.94'%

%28.57
%39.49
%31.94

CMYK color model

#B2F6C7 color CMYK value is (28,0,19,4).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 19.11%
  • key color value is 3.53%

CMYK: (28,0,19,4)
C28M0Y19K4 (28%, 0%, 19%, 4%)
(0.28 / 0.00 / 0.19 / 0.04)

CMYK percentages

%27.64
%0
%19.11
%3.53

Codes

Color #B2F6C7 in popluar color models

B2 F6 C7
RGB 178 246 199
HSL 139° 79.07% 83.14%
HSB/HSV 139° 27.64% 96.47%
CMYK 27.64% 0.00% 19.11%
3.53%

Color #B2F6C7 in popluar number systems.

HEX B2 F6 C7
Decimal 178 246 199
Binary 10110010 11110110 11000111
Octal 262 366 307

Shades and tints

Shades of #B2F6C7

#B2F6C7
(178,246,199)
#A2E0B5
(162,224,181)
#92CAA3
(146,202,163)
#82B491
(130,180,145)
#729E7F
(114,158,127)
#62886D
(98,136,109)
#52725B
(82,114,91)
#425C49
(66,92,73)
#324637
(50,70,55)
#223025
(34,48,37)
#121A13
(18,26,19)
#000000
(0,0,0)

Tints of #B2F6C7

#B2F6C7
(178,246,199)
#B9F6CC
(185,246,204)
#C0F6D1
(192,246,209)
#C7F6D6
(199,246,214)
#CEF6DB
(206,246,219)
#D5F6E0
(213,246,224)
#DCF6E5
(220,246,229)
#E3F6EA
(227,246,234)
#EAF6EF
(234,246,239)
#F1F6F4
(241,246,244)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F6C7 color. Also use rgb(178,246,199) instead hex code.

Text Font Color

.myTextColor { color: #B2F6C7; }

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

This text font color is #B2F6C7.

Background Color

.myBgColor { background-color: #B2F6C7; }

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

This div background color is #B2F6C7.

Border color

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

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

This div border color is #B2F6C7.

Opacity

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

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

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

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

This text has shadow with #B2F6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F6C7.

Preview

Color preview on black background

This text has color #B2F6C7 on black background.


Color preview on white background

This text has color #B2F6C7 on white background.


Black color preview on #B2F6C7 background

This text has black color on #B2F6C7 background.


White color preview on #B2F6C7 background

This text has white color on #B2F6C7 background.


Related colors

Complementary color

Complementary color for #hex is #4D0938.


I love getcolorcode.com

Triadic colors

1 #C7B2F6 and #F6C7B2 with #B2F6C7 are triadic colors.

2 #C7F6B2 and #F6B2C7 with #B2F6C7 are triadic colors.