COLOR #B6FFC1

HEX: #B6FFC1
RGB: (182,255,193)

Color info

#B6FFC1 contains mainly green color. Web safe color of #B6FFC1 is #CCFFCC (or #CFC).

RGB color model

#B6FFC1 color RGB value is (182,255,193).

  • red value is 182;
  • green value is 255;
  • blue value is 193.
RGB:
(182,255,193)
(71%,100%,76%)

RGB channels and saturation

R 182 of 255 = 71%
G 255 of 255 = 100%
B 193 of 255 = 76%

182
255
193

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

Portions of RGB colors in percentages

R + G + B =
182 + 255 + 193 = 630 (100%)
R 182 of 630 ~ 28.89%
G 255 of 630 ~ 40.48%
B 193 of 630 ~ 30.63%

%28.89
%40.48
%30.63

CMYK color model

#B6FFC1 color CMYK value is (29,0,24,0).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 24.31%
  • key color value is 0.00%
CMYK:
(29,0,24,0)
C29M0Y24K0 
(29%,0%,24%,0%)
(0.29/0.00/0.24/0.00)	

CMYK percentages

%28.63
%0
%24.31
%0

Codes

Color #B6FFC1 in popluar color models

B6FFC1
RGB182255193
HSL129°100.00%85.69%
HSB/HSV129°28.63%100.00%
CMYK28.63%0.00%24.31%
0.00%

Color #B6FFC1 in popluar number systems.

HEXB6FFC1
Decimal182255193
Binary101101101111111111000001
Octal266377301

Shades and tints

Shades of #B6FFC1

#B6FFC1
(182,255,193)
#A6E8B0
(166,232,176)
#96D19F
(150,209,159)
#86BA8E
(134,186,142)
#76A37D
(118,163,125)
#668C6C
(102,140,108)
#56755B
(86,117,91)
#465E4A
(70,94,74)
#364739
(54,71,57)
#263028
(38,48,40)
#161917
(22,25,23)
#000000
(0,0,0)

Tints of #B6FFC1

#B6FFC1
(182,255,193)
#BCFFC6
(188,255,198)
#C2FFCB
(194,255,203)
#C8FFD0
(200,255,208)
#CEFFD5
(206,255,213)
#D4FFDA
(212,255,218)
#DAFFDF
(218,255,223)
#E0FFE4
(224,255,228)
#E6FFE9
(230,255,233)
#ECFFEE
(236,255,238)
#F2FFF3
(242,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6FFC1; }

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

This text font color is #B6FFC1.


Background Color

.myBgColor { background-color: #B6FFC1; }

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

This div background color is #B6FFC1.


Border color

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

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

This div border color is #B6FFC1.


Opacity

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

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

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

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

This text has shadow with #B6FFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6FFC1 on black background.


Color preview on white background

This text has color #B6FFC1 on white background.



Black color preview on #B6FFC1 background

This text has black color on #B6FFC1 background.


White color preview on #B6FFC1 background

This text has white color on #B6FFC1 background.