COLOR #B2F6C2

HEX: #B2F6C2 RGB: (178,246,194)

Color info

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

RGB color model

#B2F6C2 color RGB value is (178,246,194).

RGB: (178,246,194) (70%, 96%, 76%)

RGB channels and saturation

R 178 of 255 = 70%
G 246 of 255 = 96%
B 194 of 255 = 76%

178
246
194

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

Portions of RGB colors in percentages

R + G + B = 178 + 246 + 194 = 618 (100%)
R 178 of 618 ~ 28.8%
G 246 of 618 ~ 39.81%
B 194 of 618 ~ 31.39'%

%28.8
%39.81
%31.39

CMYK color model

#B2F6C2 color CMYK value is (28,0,21,4).

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

CMYK: (28,0,21,4)
C28M0Y21K4 (28%, 0%, 21%, 4%)
(0.28 / 0.00 / 0.21 / 0.04)

CMYK percentages

%27.64
%0
%21.14
%3.53

Codes

Color #B2F6C2 in popluar color models

B2 F6 C2
RGB 178 246 194
HSL 134° 79.07% 83.14%
HSB/HSV 134° 27.64% 96.47%
CMYK 27.64% 0.00% 21.14%
3.53%

Color #B2F6C2 in popluar number systems.

HEX B2 F6 C2
Decimal 178 246 194
Binary 10110010 11110110 11000010
Octal 262 366 302

Shades and tints

Shades of #B2F6C2

#B2F6C2
(178,246,194)
#A2E0B1
(162,224,177)
#92CAA0
(146,202,160)
#82B48F
(130,180,143)
#729E7E
(114,158,126)
#62886D
(98,136,109)
#52725C
(82,114,92)
#425C4B
(66,92,75)
#32463A
(50,70,58)
#223029
(34,48,41)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #B2F6C2

#B2F6C2
(178,246,194)
#B9F6C7
(185,246,199)
#C0F6CC
(192,246,204)
#C7F6D1
(199,246,209)
#CEF6D6
(206,246,214)
#D5F6DB
(213,246,219)
#DCF6E0
(220,246,224)
#E3F6E5
(227,246,229)
#EAF6EA
(234,246,234)
#F1F6EF
(241,246,239)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F6C2; }

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

This text font color is #B2F6C2.

Background Color

.myBgColor { background-color: #B2F6C2; }

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

This div background color is #B2F6C2.

Border color

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

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

This div border color is #B2F6C2.

Opacity

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

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

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

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

This text has shadow with #B2F6C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F6C2.

Preview

Color preview on black background

This text has color #B2F6C2 on black background.


Color preview on white background

This text has color #B2F6C2 on white background.


Black color preview on #B2F6C2 background

This text has black color on #B2F6C2 background.


White color preview on #B2F6C2 background

This text has white color on #B2F6C2 background.


Related colors

Complementary color

Complementary color for #hex is #4D093D.


I love getcolorcode.com

Triadic colors

1 #C2B2F6 and #F6C2B2 with #B2F6C2 are triadic colors.

2 #C2F6B2 and #F6B2C2 with #B2F6C2 are triadic colors.