COLOR #B6F2C2

HEX: #B6F2C2 RGB: (182,242,194)

Color info

#B6F2C2 contains mainly green and blue colors. Web safe color of #B6F2C2 is #CCFFCC (or #CFC).

RGB color model

#B6F2C2 color RGB value is (182,242,194).

RGB: (182,242,194) (71%, 95%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 242 of 255 = 95%
B 194 of 255 = 76%

182
242
194

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

Portions of RGB colors in percentages

R + G + B = 182 + 242 + 194 = 618 (100%)
R 182 of 618 ~ 29.45%
G 242 of 618 ~ 39.16%
B 194 of 618 ~ 31.39'%

%29.45
%39.16
%31.39

CMYK color model

#B6F2C2 color CMYK value is (25,0,20,5).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 5.10%

CMYK: (25,0,20,5)
C25M0Y20K5 (25%, 0%, 20%, 5%)
(0.25 / 0.00 / 0.20 / 0.05)

CMYK percentages

%24.79
%0
%19.83
%5.1

Codes

Color #B6F2C2 in popluar color models

B6 F2 C2
RGB 182 242 194
HSL 132° 69.77% 83.14%
HSB/HSV 132° 24.79% 94.90%
CMYK 24.79% 0.00% 19.83%
5.10%

Color #B6F2C2 in popluar number systems.

HEX B6 F2 C2
Decimal 182 242 194
Binary 10110110 11110010 11000010
Octal 266 362 302

Shades and tints

Shades of #B6F2C2

#B6F2C2
(182,242,194)
#A6DCB1
(166,220,177)
#96C6A0
(150,198,160)
#86B08F
(134,176,143)
#769A7E
(118,154,126)
#66846D
(102,132,109)
#566E5C
(86,110,92)
#46584B
(70,88,75)
#36423A
(54,66,58)
#262C29
(38,44,41)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #B6F2C2

#B6F2C2
(182,242,194)
#BCF3C7
(188,243,199)
#C2F4CC
(194,244,204)
#C8F5D1
(200,245,209)
#CEF6D6
(206,246,214)
#D4F7DB
(212,247,219)
#DAF8E0
(218,248,224)
#E0F9E5
(224,249,229)
#E6FAEA
(230,250,234)
#ECFBEF
(236,251,239)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F2C2 color. Also use rgb(182,242,194) instead hex code.

Text Font Color

.myTextColor { color: #B6F2C2; }

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

This text font color is #B6F2C2.

Background Color

.myBgColor { background-color: #B6F2C2; }

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

This div background color is #B6F2C2.

Border color

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

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

This div border color is #B6F2C2.

Opacity

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

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

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

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

This text has shadow with #B6F2C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F2C2.

Preview

Color preview on black background

This text has color #B6F2C2 on black background.


Color preview on white background

This text has color #B6F2C2 on white background.


Black color preview on #B6F2C2 background

This text has black color on #B6F2C2 background.


White color preview on #B6F2C2 background

This text has white color on #B6F2C2 background.


Related colors

Complementary color

Complementary color for #hex is #490D3D.


I love getcolorcode.com

Triadic colors

1 #C2B6F2 and #F2C2B6 with #B6F2C2 are triadic colors.

2 #C2F2B6 and #F2B6C2 with #B6F2C2 are triadic colors.