COLOR #B1EBEE

HEX: #B1EBEE
RGB: (177,235,238)

Color info

#B1EBEE contains mainly green and blue colors. Web safe color of #B1EBEE is #99FFFF (or #9FF).

RGB color model

#B1EBEE color RGB value is (177,235,238).

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

RGB channels and saturation

R 177 of 255 = 69%
G 235 of 255 = 92%
B 238 of 255 = 93%

177
235
238

R + G + B ~ 85%. #B1EBEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 235 + 238 = 650 (100%)
R 177 of 650 ~ 27.23%
G 235 of 650 ~ 36.15%
B 238 of 650 ~ 36.62%

%27.23
%36.15
%36.62

CMYK color model

#B1EBEE color CMYK value is (26,1,0,7).

  • cyan value is 25.63%
  • magenta value is 1.26%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,1,0,7)
C26M1Y0K7 
(26%,1%,0%,7%)
(0.26/0.01/0.00/0.07)	

CMYK percentages

%25.63
%1.26
%0
%6.67

Codes

Color #B1EBEE in popluar color models

B1EBEE
RGB177235238
HSL183°64.21%81.37%
HSB/HSV183°25.63%93.33%
CMYK25.63%1.26%0.00%
6.67%

Color #B1EBEE in popluar number systems.

HEXB1EBEE
Decimal177235238
Binary101100011110101111101110
Octal261353356

Shades and tints

Shades of #B1EBEE

#B1EBEE
(177,235,238)
#A1D6D9
(161,214,217)
#91C1C4
(145,193,196)
#81ACAF
(129,172,175)
#71979A
(113,151,154)
#618285
(97,130,133)
#516D70
(81,109,112)
#41585B
(65,88,91)
#314346
(49,67,70)
#212E31
(33,46,49)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #B1EBEE

#B1EBEE
(177,235,238)
#B8ECEF
(184,236,239)
#BFEDF0
(191,237,240)
#C6EEF1
(198,238,241)
#CDEFF2
(205,239,242)
#D4F0F3
(212,240,243)
#DBF1F4
(219,241,244)
#E2F2F5
(226,242,245)
#E9F3F6
(233,243,246)
#F0F4F7
(240,244,247)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EBEE; }

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

This text font color is #B1EBEE.


Background Color

.myBgColor { background-color: #B1EBEE; }

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

This div background color is #B1EBEE.


Border color

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

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

This div border color is #B1EBEE.


Opacity

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

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

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

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

This text has shadow with #B1EBEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EBEE on black background.


Color preview on white background

This text has color #B1EBEE on white background.



Black color preview on #B1EBEE background

This text has black color on #B1EBEE background.


White color preview on #B1EBEE background

This text has white color on #B1EBEE background.