COLOR #B1F6CE

HEX: #B1F6CE RGB: (177,246,206)

Color info

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

RGB color model

#B1F6CE color RGB value is (177,246,206).

RGB: (177,246,206) (69%, 96%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 246 of 255 = 96%
B 206 of 255 = 81%

177
246
206

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

Portions of RGB colors in percentages

R + G + B = 177 + 246 + 206 = 629 (100%)
R 177 of 629 ~ 28.14%
G 246 of 629 ~ 39.11%
B 206 of 629 ~ 32.75'%

%28.14
%39.11
%32.75

CMYK color model

#B1F6CE color CMYK value is (28,0,16,4).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK: (28,0,16,4) C28M0Y16K4 (28%,0%,16%,4%) (0.28/0.00/0.16/0.04) 

CMYK percentages

%28.05
%0
%16.26
%3.53

Codes

Color #B1F6CE in popluar color models

B1 F6 CE
RGB 177 246 206
HSL 145° 79.31% 82.94%
HSB/HSV 145° 28.05% 96.47%
CMYK 28.05% 0.00% 16.26%
3.53%

Color #B1F6CE in popluar number systems.

HEX B1 F6 CE
Decimal 177 246 206
Binary 10110001 11110110 11001110
Octal 261 366 316

Shades and tints

Shades of #B1F6CE

#B1F6CE
(177,246,206)
#A1E0BC
(161,224,188)
#91CAAA
(145,202,170)
#81B498
(129,180,152)
#719E86
(113,158,134)
#618874
(97,136,116)
#517262
(81,114,98)
#415C50
(65,92,80)
#31463E
(49,70,62)
#21302C
(33,48,44)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #B1F6CE

#B1F6CE
(177,246,206)
#B8F6D2
(184,246,210)
#BFF6D6
(191,246,214)
#C6F6DA
(198,246,218)
#CDF6DE
(205,246,222)
#D4F6E2
(212,246,226)
#DBF6E6
(219,246,230)
#E2F6EA
(226,246,234)
#E9F6EE
(233,246,238)
#F0F6F2
(240,246,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F6CE color. Also use rgb(177,246,206) instead hex code.

Text Font Color

.myTextColor { color: #B1F6CE; }

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

This text font color is #B1F6CE.

Background Color

.myBgColor { background-color: #B1F6CE; }

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

This div background color is #B1F6CE.

Border color

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

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

This div border color is #B1F6CE.

Opacity

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

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

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

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

This text has shadow with #B1F6CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1F6CE.

Preview

Color preview on black background

This text has color #B1F6CE on black background.


Color preview on white background

This text has color #B1F6CE on white background.


Black color preview on #B1F6CE background

This text has black color on #B1F6CE background.


White color preview on #B1F6CE background

This text has white color on #B1F6CE background.


Related colors

Complementary color

Complementary color for #hex is #4E0931.


I love getcolorcode.com

Triadic colors

1 #CEB1F6 and #F6CEB1 with #B1F6CE are triadic colors.

2 #CEF6B1 and #F6B1CE with #B1F6CE are triadic colors.