COLOR #B1E9C2

HEX: #B1E9C2 RGB: (177,233,194)

Color info

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

RGB color model

#B1E9C2 color RGB value is (177,233,194).

RGB: (177,233,194) (69%, 91%, 76%)

RGB channels and saturation

R 177 of 255 = 69%
G 233 of 255 = 91%
B 194 of 255 = 76%

177
233
194

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

Portions of RGB colors in percentages

R + G + B = 177 + 233 + 194 = 604 (100%)
R 177 of 604 ~ 29.3%
G 233 of 604 ~ 38.58%
B 194 of 604 ~ 32.12'%

%29.3
%38.58
%32.12

CMYK color model

#B1E9C2 color CMYK value is (24,0,17,9).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 8.63%

CMYK: (24,0,17,9)
C24M0Y17K9 (24%, 0%, 17%, 9%)
(0.24 / 0.00 / 0.17 / 0.09)

CMYK percentages

%24.03
%0
%16.74
%8.63

Codes

Color #B1E9C2 in popluar color models

B1 E9 C2
RGB 177 233 194
HSL 138° 56.00% 80.39%
HSB/HSV 138° 24.03% 91.37%
CMYK 24.03% 0.00% 16.74%
8.63%

Color #B1E9C2 in popluar number systems.

HEX B1 E9 C2
Decimal 177 233 194
Binary 10110001 11101001 11000010
Octal 261 351 302

Shades and tints

Shades of #B1E9C2

#B1E9C2
(177,233,194)
#A1D4B1
(161,212,177)
#91BFA0
(145,191,160)
#81AA8F
(129,170,143)
#71957E
(113,149,126)
#61806D
(97,128,109)
#516B5C
(81,107,92)
#41564B
(65,86,75)
#31413A
(49,65,58)
#212C29
(33,44,41)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #B1E9C2

#B1E9C2
(177,233,194)
#B8EBC7
(184,235,199)
#BFEDCC
(191,237,204)
#C6EFD1
(198,239,209)
#CDF1D6
(205,241,214)
#D4F3DB
(212,243,219)
#DBF5E0
(219,245,224)
#E2F7E5
(226,247,229)
#E9F9EA
(233,249,234)
#F0FBEF
(240,251,239)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E9C2 color. Also use rgb(177,233,194) instead hex code.

Text Font Color

.myTextColor { color: #B1E9C2; }

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

This text font color is #B1E9C2.

Background Color

.myBgColor { background-color: #B1E9C2; }

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

This div background color is #B1E9C2.

Border color

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

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

This div border color is #B1E9C2.

Opacity

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

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

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

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

This text has shadow with #B1E9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E9C2.

Preview

Color preview on black background

This text has color #B1E9C2 on black background.


Color preview on white background

This text has color #B1E9C2 on white background.


Black color preview on #B1E9C2 background

This text has black color on #B1E9C2 background.


White color preview on #B1E9C2 background

This text has white color on #B1E9C2 background.


Related colors

Complementary color

Complementary color for #hex is #4E163D.


I love getcolorcode.com

Triadic colors

1 #C2B1E9 and #E9C2B1 with #B1E9C2 are triadic colors.

2 #C2E9B1 and #E9B1C2 with #B1E9C2 are triadic colors.