COLOR #B1EEBA

HEX: #B1EEBA
RGB: (177,238,186)

Color info

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

RGB color model

#B1EEBA color RGB value is (177,238,186).

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

RGB channels and saturation

R 177 of 255 = 69%
G 238 of 255 = 93%
B 186 of 255 = 73%

177
238
186

R + G + B ~ 78%. #B1EEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 238 + 186 = 601 (100%)
R 177 of 601 ~ 29.45%
G 238 of 601 ~ 39.6%
B 186 of 601 ~ 30.95%

%29.45
%39.6
%30.95

CMYK color model

#B1EEBA color CMYK value is (26,0,22,7).

  • cyan value is 25.63%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 6.67%
CMYK:
(26,0,22,7)
C26M0Y22K7 
(26%,0%,22%,7%)
(0.26/0.00/0.22/0.07)	

CMYK percentages

%25.63
%0
%21.85
%6.67

Codes

Color #B1EEBA in popluar color models

B1EEBA
RGB177238186
HSL129°64.21%81.37%
HSB/HSV129°25.63%93.33%
CMYK25.63%0.00%21.85%
6.67%

Color #B1EEBA in popluar number systems.

HEXB1EEBA
Decimal177238186
Binary101100011110111010111010
Octal261356272

Shades and tints

Shades of #B1EEBA

#B1EEBA
(177,238,186)
#A1D9AA
(161,217,170)
#91C49A
(145,196,154)
#81AF8A
(129,175,138)
#719A7A
(113,154,122)
#61856A
(97,133,106)
#51705A
(81,112,90)
#415B4A
(65,91,74)
#31463A
(49,70,58)
#21312A
(33,49,42)
#111C1A
(17,28,26)
#000000
(0,0,0)

Tints of #B1EEBA

#B1EEBA
(177,238,186)
#B8EFC0
(184,239,192)
#BFF0C6
(191,240,198)
#C6F1CC
(198,241,204)
#CDF2D2
(205,242,210)
#D4F3D8
(212,243,216)
#DBF4DE
(219,244,222)
#E2F5E4
(226,245,228)
#E9F6EA
(233,246,234)
#F0F7F0
(240,247,240)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EEBA; }

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

This text font color is #B1EEBA.


Background Color

.myBgColor { background-color: #B1EEBA; }

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

This div background color is #B1EEBA.


Border color

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

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

This div border color is #B1EEBA.


Opacity

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

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

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

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

This text has shadow with #B1EEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EEBA on black background.


Color preview on white background

This text has color #B1EEBA on white background.



Black color preview on #B1EEBA background

This text has black color on #B1EEBA background.


White color preview on #B1EEBA background

This text has white color on #B1EEBA background.