COLOR #B1EEE1

HEX: #B1EEE1
RGB: (177,238,225)

Color info

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

RGB color model

#B1EEE1 color RGB value is (177,238,225).

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

RGB channels and saturation

R 177 of 255 = 69%
G 238 of 255 = 93%
B 225 of 255 = 88%

177
238
225

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

Portions of RGB colors in percentages

R + G + B =
177 + 238 + 225 = 640 (100%)
R 177 of 640 ~ 27.66%
G 238 of 640 ~ 37.19%
B 225 of 640 ~ 35.16%

%27.66
%37.19
%35.16

CMYK color model

#B1EEE1 color CMYK value is (26,0,5,7).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(26,0,5,7)
C26M0Y5K7 
(26%,0%,5%,7%)
(0.26/0.00/0.05/0.07)	

CMYK percentages

%25.63
%0
%5.46
%6.67

Codes

Color #B1EEE1 in popluar color models

B1EEE1
RGB177238225
HSL167°64.21%81.37%
HSB/HSV167°25.63%93.33%
CMYK25.63%0.00%5.46%
6.67%

Color #B1EEE1 in popluar number systems.

HEXB1EEE1
Decimal177238225
Binary101100011110111011100001
Octal261356341

Shades and tints

Shades of #B1EEE1

#B1EEE1
(177,238,225)
#A1D9CD
(161,217,205)
#91C4B9
(145,196,185)
#81AFA5
(129,175,165)
#719A91
(113,154,145)
#61857D
(97,133,125)
#517069
(81,112,105)
#415B55
(65,91,85)
#314641
(49,70,65)
#21312D
(33,49,45)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #B1EEE1

#B1EEE1
(177,238,225)
#B8EFE3
(184,239,227)
#BFF0E5
(191,240,229)
#C6F1E7
(198,241,231)
#CDF2E9
(205,242,233)
#D4F3EB
(212,243,235)
#DBF4ED
(219,244,237)
#E2F5EF
(226,245,239)
#E9F6F1
(233,246,241)
#F0F7F3
(240,247,243)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EEE1; }

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

This text font color is #B1EEE1.


Background Color

.myBgColor { background-color: #B1EEE1; }

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

This div background color is #B1EEE1.


Border color

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

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

This div border color is #B1EEE1.


Opacity

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

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

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

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

This text has shadow with #B1EEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EEE1 on black background.


Color preview on white background

This text has color #B1EEE1 on white background.



Black color preview on #B1EEE1 background

This text has black color on #B1EEE1 background.


White color preview on #B1EEE1 background

This text has white color on #B1EEE1 background.