COLOR #B1E2CE

HEX: #B1E2CE RGB: (177,226,206)

Color info

#B1E2CE contains red, green and blue colors in about the same proportion. Web safe color of #B1E2CE is #99CCCC (or #9CC).

RGB color model

#B1E2CE color RGB value is (177,226,206).

RGB: (177,226,206) (69%, 89%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 226 of 255 = 89%
B 206 of 255 = 81%

177
226
206

R + G + B ~ 80%. #B1E2CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 226 + 206 = 609 (100%)
R 177 of 609 ~ 29.06%
G 226 of 609 ~ 37.11%
B 206 of 609 ~ 33.83'%

%29.06
%37.11
%33.83

CMYK color model

#B1E2CE color CMYK value is (22,0,9,11).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 8.85%
  • key color value is 11.37%

CMYK: (22,0,9,11)
C22M0Y9K11 (22%, 0%, 9%, 11%)
(0.22 / 0.00 / 0.09 / 0.11)

CMYK percentages

%21.68
%0
%8.85
%11.37

Codes

Color #B1E2CE in popluar color models

B1 E2 CE
RGB 177 226 206
HSL 156° 45.79% 79.02%
HSB/HSV 156° 21.68% 88.63%
CMYK 21.68% 0.00% 8.85%
11.37%

Color #B1E2CE in popluar number systems.

HEX B1 E2 CE
Decimal 177 226 206
Binary 10110001 11100010 11001110
Octal 261 342 316

Shades and tints

Shades of #B1E2CE

#B1E2CE
(177,226,206)
#A1CEBC
(161,206,188)
#91BAAA
(145,186,170)
#81A698
(129,166,152)
#719286
(113,146,134)
#617E74
(97,126,116)
#516A62
(81,106,98)
#415650
(65,86,80)
#31423E
(49,66,62)
#212E2C
(33,46,44)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #B1E2CE

#B1E2CE
(177,226,206)
#B8E4D2
(184,228,210)
#BFE6D6
(191,230,214)
#C6E8DA
(198,232,218)
#CDEADE
(205,234,222)
#D4ECE2
(212,236,226)
#DBEEE6
(219,238,230)
#E2F0EA
(226,240,234)
#E9F2EE
(233,242,238)
#F0F4F2
(240,244,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E2CE; }

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

This text font color is #B1E2CE.

Background Color

.myBgColor { background-color: #B1E2CE; }

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

This div background color is #B1E2CE.

Border color

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

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

This div border color is #B1E2CE.

Opacity

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

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

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

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

This text has shadow with #B1E2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E2CE.

Preview

Color preview on black background

This text has color #B1E2CE on black background.


Color preview on white background

This text has color #B1E2CE on white background.


Black color preview on #B1E2CE background

This text has black color on #B1E2CE background.


White color preview on #B1E2CE background

This text has white color on #B1E2CE background.


Related colors

Complementary color

Complementary color for #hex is #4E1D31.


I love getcolorcode.com

Triadic colors

1 #CEB1E2 and #E2CEB1 with #B1E2CE are triadic colors.

2 #CEE2B1 and #E2B1CE with #B1E2CE are triadic colors.