COLOR #B1EBC2

HEX: #B1EBC2
RGB: (177,235,194)

Color info

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

RGB color model

#B1EBC2 color RGB value is (177,235,194).

  • red value is 177;
  • green value is 235;
  • blue value is 194.
RGB:
(177,235,194)
(69%,92%,76%)

RGB channels and saturation

R 177 of 255 = 69%
G 235 of 255 = 92%
B 194 of 255 = 76%

177
235
194

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

Portions of RGB colors in percentages

R + G + B =
177 + 235 + 194 = 606 (100%)
R 177 of 606 ~ 29.21%
G 235 of 606 ~ 38.78%
B 194 of 606 ~ 32.01%

%29.21
%38.78
%32.01

CMYK color model

#B1EBC2 color CMYK value is (25,0,17,8).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • key color value is 7.84%
CMYK:
(25,0,17,8)
C25M0Y17K8 
(25%,0%,17%,8%)
(0.25/0.00/0.17/0.08)	

CMYK percentages

%24.68
%0
%17.45
%7.84

Codes

Color #B1EBC2 in popluar color models

B1EBC2
RGB177235194
HSL138°59.18%80.78%
HSB/HSV138°24.68%92.16%
CMYK24.68%0.00%17.45%
7.84%

Color #B1EBC2 in popluar number systems.

HEXB1EBC2
Decimal177235194
Binary101100011110101111000010
Octal261353302

Shades and tints

Shades of #B1EBC2

#B1EBC2
(177,235,194)
#A1D6B1
(161,214,177)
#91C1A0
(145,193,160)
#81AC8F
(129,172,143)
#71977E
(113,151,126)
#61826D
(97,130,109)
#516D5C
(81,109,92)
#41584B
(65,88,75)
#31433A
(49,67,58)
#212E29
(33,46,41)
#111918
(17,25,24)
#000000
(0,0,0)

Tints of #B1EBC2

#B1EBC2
(177,235,194)
#B8ECC7
(184,236,199)
#BFEDCC
(191,237,204)
#C6EED1
(198,238,209)
#CDEFD6
(205,239,214)
#D4F0DB
(212,240,219)
#DBF1E0
(219,241,224)
#E2F2E5
(226,242,229)
#E9F3EA
(233,243,234)
#F0F4EF
(240,244,239)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EBC2; }

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

This text font color is #B1EBC2.


Background Color

.myBgColor { background-color: #B1EBC2; }

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

This div background color is #B1EBC2.


Border color

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

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

This div border color is #B1EBC2.


Opacity

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

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

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

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

This text has shadow with #B1EBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EBC2 on black background.


Color preview on white background

This text has color #B1EBC2 on white background.



Black color preview on #B1EBC2 background

This text has black color on #B1EBC2 background.


White color preview on #B1EBC2 background

This text has white color on #B1EBC2 background.