COLOR #B1EED7

HEX: #B1EED7
RGB: (177,238,215)

Color info

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

RGB color model

#B1EED7 color RGB value is (177,238,215).

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

RGB channels and saturation

R 177 of 255 = 69%
G 238 of 255 = 93%
B 215 of 255 = 84%

177
238
215

R + G + B ~ 82%. #B1EED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 238 + 215 = 630 (100%)
R 177 of 630 ~ 28.1%
G 238 of 630 ~ 37.78%
B 215 of 630 ~ 34.13%

%28.1
%37.78
%34.13

CMYK color model

#B1EED7 color CMYK value is (26,0,10,7).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(26,0,10,7)
C26M0Y10K7 
(26%,0%,10%,7%)
(0.26/0.00/0.10/0.07)	

CMYK percentages

%25.63
%0
%9.66
%6.67

Codes

Color #B1EED7 in popluar color models

B1EED7
RGB177238215
HSL157°64.21%81.37%
HSB/HSV157°25.63%93.33%
CMYK25.63%0.00%9.66%
6.67%

Color #B1EED7 in popluar number systems.

HEXB1EED7
Decimal177238215
Binary101100011110111011010111
Octal261356327

Shades and tints

Shades of #B1EED7

#B1EED7
(177,238,215)
#A1D9C4
(161,217,196)
#91C4B1
(145,196,177)
#81AF9E
(129,175,158)
#719A8B
(113,154,139)
#618578
(97,133,120)
#517065
(81,112,101)
#415B52
(65,91,82)
#31463F
(49,70,63)
#21312C
(33,49,44)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #B1EED7

#B1EED7
(177,238,215)
#B8EFDA
(184,239,218)
#BFF0DD
(191,240,221)
#C6F1E0
(198,241,224)
#CDF2E3
(205,242,227)
#D4F3E6
(212,243,230)
#DBF4E9
(219,244,233)
#E2F5EC
(226,245,236)
#E9F6EF
(233,246,239)
#F0F7F2
(240,247,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EED7; }

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

This text font color is #B1EED7.


Background Color

.myBgColor { background-color: #B1EED7; }

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

This div background color is #B1EED7.


Border color

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

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

This div border color is #B1EED7.


Opacity

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

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

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

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

This text has shadow with #B1EED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EED7 on black background.


Color preview on white background

This text has color #B1EED7 on white background.



Black color preview on #B1EED7 background

This text has black color on #B1EED7 background.


White color preview on #B1EED7 background

This text has white color on #B1EED7 background.