COLOR #B1E1E7

HEX: #B1E1E7
RGB: (177,225,231)

Color info

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

RGB color model

#B1E1E7 color RGB value is (177,225,231).

  • red value is 177;
  • green value is 225;
  • blue value is 231.
RGB:
(177,225,231)
(69%,88%,91%)

RGB channels and saturation

R 177 of 255 = 69%
G 225 of 255 = 88%
B 231 of 255 = 91%

177
225
231

R + G + B ~ 83%. #B1E1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 225 + 231 = 633 (100%)
R 177 of 633 ~ 27.96%
G 225 of 633 ~ 35.55%
B 231 of 633 ~ 36.49%

%27.96
%35.55
%36.49

CMYK color model

#B1E1E7 color CMYK value is (23,3,0,9).

  • cyan value is 23.38%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(23,3,0,9)
C23M3Y0K9 
(23%,3%,0%,9%)
(0.23/0.03/0.00/0.09)	

CMYK percentages

%23.38
%2.6
%0
%9.41

Codes

Color #B1E1E7 in popluar color models

B1E1E7
RGB177225231
HSL187°52.94%80.00%
HSB/HSV187°23.38%90.59%
CMYK23.38%2.60%0.00%
9.41%

Color #B1E1E7 in popluar number systems.

HEXB1E1E7
Decimal177225231
Binary101100011110000111100111
Octal261341347

Shades and tints

Shades of #B1E1E7

#B1E1E7
(177,225,231)
#A1CDD2
(161,205,210)
#91B9BD
(145,185,189)
#81A5A8
(129,165,168)
#719193
(113,145,147)
#617D7E
(97,125,126)
#516969
(81,105,105)
#415554
(65,85,84)
#31413F
(49,65,63)
#212D2A
(33,45,42)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #B1E1E7

#B1E1E7
(177,225,231)
#B8E3E9
(184,227,233)
#BFE5EB
(191,229,235)
#C6E7ED
(198,231,237)
#CDE9EF
(205,233,239)
#D4EBF1
(212,235,241)
#DBEDF3
(219,237,243)
#E2EFF5
(226,239,245)
#E9F1F7
(233,241,247)
#F0F3F9
(240,243,249)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E1E7 color. Also use rgb(177,225,231) instead hex code.

Text Font Color

.myTextColor { color: #B1E1E7; }

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

This text font color is #B1E1E7.


Background Color

.myBgColor { background-color: #B1E1E7; }

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

This div background color is #B1E1E7.


Border color

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

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

This div border color is #B1E1E7.


Opacity

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

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

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

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

This text has shadow with #B1E1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E1E7 on black background.


Color preview on white background

This text has color #B1E1E7 on white background.



Black color preview on #B1E1E7 background

This text has black color on #B1E1E7 background.


White color preview on #B1E1E7 background

This text has white color on #B1E1E7 background.