COLOR #B6FCC1

HEX: #B6FCC1 RGB: (182,252,193)

Color info

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

RGB color model

#B6FCC1 color RGB value is (182,252,193).

RGB: (182,252,193) (71%, 99%, 76%)

RGB channels and saturation

R 182 of 255 = 71%
G 252 of 255 = 99%
B 193 of 255 = 76%

182
252
193

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

Portions of RGB colors in percentages

R + G + B = 182 + 252 + 193 = 627 (100%)
R 182 of 627 ~ 29.03%
G 252 of 627 ~ 40.19%
B 193 of 627 ~ 30.78'%

%29.03
%40.19
%30.78

CMYK color model

#B6FCC1 color CMYK value is (28,0,23,1).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 23.41%
  • key color value is 1.18%

CMYK: (28,0,23,1)
C28M0Y23K1 (28%, 0%, 23%, 1%)
(0.28 / 0.00 / 0.23 / 0.01)

CMYK percentages

%27.78
%0
%23.41
%1.18

Codes

Color #B6FCC1 in popluar color models

B6 FC C1
RGB 182 252 193
HSL 129° 92.11% 85.10%
HSB/HSV 129° 27.78% 98.82%
CMYK 27.78% 0.00% 23.41%
1.18%

Color #B6FCC1 in popluar number systems.

HEX B6 FC C1
Decimal 182 252 193
Binary 10110110 11111100 11000001
Octal 266 374 301

Shades and tints

Shades of #B6FCC1

#B6FCC1
(182,252,193)
#A6E6B0
(166,230,176)
#96D09F
(150,208,159)
#86BA8E
(134,186,142)
#76A47D
(118,164,125)
#668E6C
(102,142,108)
#56785B
(86,120,91)
#46624A
(70,98,74)
#364C39
(54,76,57)
#263628
(38,54,40)
#162017
(22,32,23)
#000000
(0,0,0)

Tints of #B6FCC1

#B6FCC1
(182,252,193)
#BCFCC6
(188,252,198)
#C2FCCB
(194,252,203)
#C8FCD0
(200,252,208)
#CEFCD5
(206,252,213)
#D4FCDA
(212,252,218)
#DAFCDF
(218,252,223)
#E0FCE4
(224,252,228)
#E6FCE9
(230,252,233)
#ECFCEE
(236,252,238)
#F2FCF3
(242,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6FCC1 color. Also use rgb(182,252,193) instead hex code.

Text Font Color

.myTextColor { color: #B6FCC1; }

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

This text font color is #B6FCC1.

Background Color

.myBgColor { background-color: #B6FCC1; }

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

This div background color is #B6FCC1.

Border color

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

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

This div border color is #B6FCC1.

Opacity

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

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

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

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

This text has shadow with #B6FCC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B6FCC1.

Preview

Color preview on black background

This text has color #B6FCC1 on black background.


Color preview on white background

This text has color #B6FCC1 on white background.


Black color preview on #B6FCC1 background

This text has black color on #B6FCC1 background.


White color preview on #B6FCC1 background

This text has white color on #B6FCC1 background.


Related colors

Complementary color

Complementary color for #hex is #49033E.


I love getcolorcode.com

Triadic colors

1 #C1B6FC and #FCC1B6 with #B6FCC1 are triadic colors.

2 #C1FCB6 and #FCB6C1 with #B6FCC1 are triadic colors.