COLOR #B1E2CB

HEX: #B1E2CB RGB: (177,226,203)

Color info

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

RGB color model

#B1E2CB color RGB value is (177,226,203).

RGB: (177,226,203) (69%, 89%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 226 of 255 = 89%
B 203 of 255 = 80%

177
226
203

R + G + B ~ 79%. #B1E2CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 226 + 203 = 606 (100%)
R 177 of 606 ~ 29.21%
G 226 of 606 ~ 37.29%
B 203 of 606 ~ 33.5'%

%29.21
%37.29
%33.5

CMYK color model

#B1E2CB color CMYK value is (22,0,10,11).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK: (22,0,10,11) C22M0Y10K11 (22%,0%,10%,11%) (0.22/0.00/0.10/0.11) 

CMYK percentages

%21.68
%0
%10.18
%11.37

Codes

Color #B1E2CB in popluar color models

B1 E2 CB
RGB 177 226 203
HSL 152° 45.79% 79.02%
HSB/HSV 152° 21.68% 88.63%
CMYK 21.68% 0.00% 10.18%
11.37%

Color #B1E2CB in popluar number systems.

HEX B1 E2 CB
Decimal 177 226 203
Binary 10110001 11100010 11001011
Octal 261 342 313

Shades and tints

Shades of #B1E2CB

#B1E2CB
(177,226,203)
#A1CEB9
(161,206,185)
#91BAA7
(145,186,167)
#81A695
(129,166,149)
#719283
(113,146,131)
#617E71
(97,126,113)
#516A5F
(81,106,95)
#41564D
(65,86,77)
#31423B
(49,66,59)
#212E29
(33,46,41)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #B1E2CB

#B1E2CB
(177,226,203)
#B8E4CF
(184,228,207)
#BFE6D3
(191,230,211)
#C6E8D7
(198,232,215)
#CDEADB
(205,234,219)
#D4ECDF
(212,236,223)
#DBEEE3
(219,238,227)
#E2F0E7
(226,240,231)
#E9F2EB
(233,242,235)
#F0F4EF
(240,244,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E2CB; }

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

This text font color is #B1E2CB.

Background Color

.myBgColor { background-color: #B1E2CB; }

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

This div background color is #B1E2CB.

Border color

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

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

This div border color is #B1E2CB.

Opacity

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

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

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

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

This text has shadow with #B1E2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E2CB.

Preview

Color preview on black background

This text has color #B1E2CB on black background.


Color preview on white background

This text has color #B1E2CB on white background.


Black color preview on #B1E2CB background

This text has black color on #B1E2CB background.


White color preview on #B1E2CB background

This text has white color on #B1E2CB background.


Related colors

Complementary color

Complementary color for #hex is #4E1D34.


I love getcolorcode.com

Triadic colors

1 #CBB1E2 and #E2CBB1 with #B1E2CB are triadic colors.

2 #CBE2B1 and #E2B1CB with #B1E2CB are triadic colors.