COLOR #B1EDCE

HEX: #B1EDCE RGB: (177,237,206)

Color info

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

RGB color model

#B1EDCE color RGB value is (177,237,206).

RGB: (177,237,206) (69%, 93%, 81%)

RGB channels and saturation

R 177 of 255 = 69%
G 237 of 255 = 93%
B 206 of 255 = 81%

177
237
206

R + G + B ~ 81%. #B1EDCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 237 + 206 = 620 (100%)
R 177 of 620 ~ 28.55%
G 237 of 620 ~ 38.23%
B 206 of 620 ~ 33.23'%

%28.55
%38.23
%33.23

CMYK color model

#B1EDCE color CMYK value is (25,0,13,7).

  • cyan value is 25.32%
  • magenta value is 0.00%
  • yellow value is 13.08%
  • key color value is 7.06%

CMYK: (25,0,13,7)
C25M0Y13K7 (25%, 0%, 13%, 7%)
(0.25 / 0.00 / 0.13 / 0.07)

CMYK percentages

%25.32
%0
%13.08
%7.06

Codes

Color #B1EDCE in popluar color models

B1 ED CE
RGB 177 237 206
HSL 149° 62.50% 81.18%
HSB/HSV 149° 25.32% 92.94%
CMYK 25.32% 0.00% 13.08%
7.06%

Color #B1EDCE in popluar number systems.

HEX B1 ED CE
Decimal 177 237 206
Binary 10110001 11101101 11001110
Octal 261 355 316

Shades and tints

Shades of #B1EDCE

#B1EDCE
(177,237,206)
#A1D8BC
(161,216,188)
#91C3AA
(145,195,170)
#81AE98
(129,174,152)
#719986
(113,153,134)
#618474
(97,132,116)
#516F62
(81,111,98)
#415A50
(65,90,80)
#31453E
(49,69,62)
#21302C
(33,48,44)
#111B1A
(17,27,26)
#000000
(0,0,0)

Tints of #B1EDCE

#B1EDCE
(177,237,206)
#B8EED2
(184,238,210)
#BFEFD6
(191,239,214)
#C6F0DA
(198,240,218)
#CDF1DE
(205,241,222)
#D4F2E2
(212,242,226)
#DBF3E6
(219,243,230)
#E2F4EA
(226,244,234)
#E9F5EE
(233,245,238)
#F0F6F2
(240,246,242)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EDCE; }

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

This text font color is #B1EDCE.

Background Color

.myBgColor { background-color: #B1EDCE; }

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

This div background color is #B1EDCE.

Border color

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

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

This div border color is #B1EDCE.

Opacity

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

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

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

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

This text has shadow with #B1EDCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1EDCE.

Preview

Color preview on black background

This text has color #B1EDCE on black background.


Color preview on white background

This text has color #B1EDCE on white background.


Black color preview on #B1EDCE background

This text has black color on #B1EDCE background.


White color preview on #B1EDCE background

This text has white color on #B1EDCE background.


Related colors

Complementary color

Complementary color for #hex is #4E1231.


I love getcolorcode.com

Triadic colors

1 #CEB1ED and #EDCEB1 with #B1EDCE are triadic colors.

2 #CEEDB1 and #EDB1CE with #B1EDCE are triadic colors.