COLOR #B1E6C3

HEX: #B1E6C3 RGB: (177,230,195)

Color info

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

RGB color model

#B1E6C3 color RGB value is (177,230,195).

RGB: (177,230,195) (69%, 90%, 76%)

RGB channels and saturation

R 177 of 255 = 69%
G 230 of 255 = 90%
B 195 of 255 = 76%

177
230
195

R + G + B ~ 78%. #B1E6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 230 + 195 = 602 (100%)
R 177 of 602 ~ 29.4%
G 230 of 602 ~ 38.21%
B 195 of 602 ~ 32.39'%

%29.4
%38.21
%32.39

CMYK color model

#B1E6C3 color CMYK value is (23,0,15,10).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%

CMYK: (23,0,15,10)
C23M0Y15K10 (23%, 0%, 15%, 10%)
(0.23 / 0.00 / 0.15 / 0.10)

CMYK percentages

%23.04
%0
%15.22
%9.8

Codes

Color #B1E6C3 in popluar color models

B1 E6 C3
RGB 177 230 195
HSL 140° 51.46% 79.80%
HSB/HSV 140° 23.04% 90.20%
CMYK 23.04% 0.00% 15.22%
9.80%

Color #B1E6C3 in popluar number systems.

HEX B1 E6 C3
Decimal 177 230 195
Binary 10110001 11100110 11000011
Octal 261 346 303

Shades and tints

Shades of #B1E6C3

#B1E6C3
(177,230,195)
#A1D2B2
(161,210,178)
#91BEA1
(145,190,161)
#81AA90
(129,170,144)
#71967F
(113,150,127)
#61826E
(97,130,110)
#516E5D
(81,110,93)
#415A4C
(65,90,76)
#31463B
(49,70,59)
#21322A
(33,50,42)
#111E19
(17,30,25)
#000000
(0,0,0)

Tints of #B1E6C3

#B1E6C3
(177,230,195)
#B8E8C8
(184,232,200)
#BFEACD
(191,234,205)
#C6ECD2
(198,236,210)
#CDEED7
(205,238,215)
#D4F0DC
(212,240,220)
#DBF2E1
(219,242,225)
#E2F4E6
(226,244,230)
#E9F6EB
(233,246,235)
#F0F8F0
(240,248,240)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E6C3 color. Also use rgb(177,230,195) instead hex code.

Text Font Color

.myTextColor { color: #B1E6C3; }

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

This text font color is #B1E6C3.

Background Color

.myBgColor { background-color: #B1E6C3; }

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

This div background color is #B1E6C3.

Border color

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

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

This div border color is #B1E6C3.

Opacity

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

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

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

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

This text has shadow with #B1E6C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E6C3.

Preview

Color preview on black background

This text has color #B1E6C3 on black background.


Color preview on white background

This text has color #B1E6C3 on white background.


Black color preview on #B1E6C3 background

This text has black color on #B1E6C3 background.


White color preview on #B1E6C3 background

This text has white color on #B1E6C3 background.


Related colors

Complementary color

Complementary color for #hex is #4E193C.


I love getcolorcode.com

Triadic colors

1 #C3B1E6 and #E6C3B1 with #B1E6C3 are triadic colors.

2 #C3E6B1 and #E6B1C3 with #B1E6C3 are triadic colors.