COLOR #B6F8C6

HEX: #B6F8C6 RGB: (182,248,198)

Color info

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

RGB color model

#B6F8C6 color RGB value is (182,248,198).

RGB: (182,248,198) (71%, 97%, 78%)

RGB channels and saturation

R 182 of 255 = 71%
G 248 of 255 = 97%
B 198 of 255 = 78%

182
248
198

R + G + B ~ 82%. #B6F8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 182 + 248 + 198 = 628 (100%)
R 182 of 628 ~ 28.98%
G 248 of 628 ~ 39.49%
B 198 of 628 ~ 31.53'%

%28.98
%39.49
%31.53

CMYK color model

#B6F8C6 color CMYK value is (27,0,20,3).

  • cyan value is 26.61%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 2.75%

CMYK: (27,0,20,3)
C27M0Y20K3 (27%, 0%, 20%, 3%)
(0.27 / 0.00 / 0.20 / 0.03)

CMYK percentages

%26.61
%0
%20.16
%2.75

Codes

Color #B6F8C6 in popluar color models

B6 F8 C6
RGB 182 248 198
HSL 135° 82.50% 84.31%
HSB/HSV 135° 26.61% 97.25%
CMYK 26.61% 0.00% 20.16%
2.75%

Color #B6F8C6 in popluar number systems.

HEX B6 F8 C6
Decimal 182 248 198
Binary 10110110 11111000 11000110
Octal 266 370 306

Shades and tints

Shades of #B6F8C6

#B6F8C6
(182,248,198)
#A6E2B4
(166,226,180)
#96CCA2
(150,204,162)
#86B690
(134,182,144)
#76A07E
(118,160,126)
#668A6C
(102,138,108)
#56745A
(86,116,90)
#465E48
(70,94,72)
#364836
(54,72,54)
#263224
(38,50,36)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #B6F8C6

#B6F8C6
(182,248,198)
#BCF8CB
(188,248,203)
#C2F8D0
(194,248,208)
#C8F8D5
(200,248,213)
#CEF8DA
(206,248,218)
#D4F8DF
(212,248,223)
#DAF8E4
(218,248,228)
#E0F8E9
(224,248,233)
#E6F8EE
(230,248,238)
#ECF8F3
(236,248,243)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6F8C6 color. Also use rgb(182,248,198) instead hex code.

Text Font Color

.myTextColor { color: #B6F8C6; }

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

This text font color is #B6F8C6.

Background Color

.myBgColor { background-color: #B6F8C6; }

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

This div background color is #B6F8C6.

Border color

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

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

This div border color is #B6F8C6.

Opacity

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

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

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

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

This text has shadow with #B6F8C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6F8C6.

Preview

Color preview on black background

This text has color #B6F8C6 on black background.


Color preview on white background

This text has color #B6F8C6 on white background.


Black color preview on #B6F8C6 background

This text has black color on #B6F8C6 background.


White color preview on #B6F8C6 background

This text has white color on #B6F8C6 background.


Related colors

Complementary color

Complementary color for #hex is #490739.


I love getcolorcode.com

Triadic colors

1 #C6B6F8 and #F8C6B6 with #B6F8C6 are triadic colors.

2 #C6F8B6 and #F8B6C6 with #B6F8C6 are triadic colors.