COLOR #B1EBBD

HEX: #B1EBBD
RGB: (177,235,189)

Color info

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

RGB color model

#B1EBBD color RGB value is (177,235,189).

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

RGB channels and saturation

R 177 of 255 = 69%
G 235 of 255 = 92%
B 189 of 255 = 74%

177
235
189

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

Portions of RGB colors in percentages

R + G + B =
177 + 235 + 189 = 601 (100%)
R 177 of 601 ~ 29.45%
G 235 of 601 ~ 39.1%
B 189 of 601 ~ 31.45%

%29.45
%39.1
%31.45

CMYK color model

#B1EBBD color CMYK value is (25,0,20,8).

  • cyan value is 24.68%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 7.84%
CMYK:
(25,0,20,8)
C25M0Y20K8 
(25%,0%,20%,8%)
(0.25/0.00/0.20/0.08)	

CMYK percentages

%24.68
%0
%19.57
%7.84

Codes

Color #B1EBBD in popluar color models

B1EBBD
RGB177235189
HSL132°59.18%80.78%
HSB/HSV132°24.68%92.16%
CMYK24.68%0.00%19.57%
7.84%

Color #B1EBBD in popluar number systems.

HEXB1EBBD
Decimal177235189
Binary101100011110101110111101
Octal261353275

Shades and tints

Shades of #B1EBBD

#B1EBBD
(177,235,189)
#A1D6AC
(161,214,172)
#91C19B
(145,193,155)
#81AC8A
(129,172,138)
#719779
(113,151,121)
#618268
(97,130,104)
#516D57
(81,109,87)
#415846
(65,88,70)
#314335
(49,67,53)
#212E24
(33,46,36)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #B1EBBD

#B1EBBD
(177,235,189)
#B8ECC3
(184,236,195)
#BFEDC9
(191,237,201)
#C6EECF
(198,238,207)
#CDEFD5
(205,239,213)
#D4F0DB
(212,240,219)
#DBF1E1
(219,241,225)
#E2F2E7
(226,242,231)
#E9F3ED
(233,243,237)
#F0F4F3
(240,244,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1EBBD; }

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

This text font color is #B1EBBD.


Background Color

.myBgColor { background-color: #B1EBBD; }

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

This div background color is #B1EBBD.


Border color

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

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

This div border color is #B1EBBD.


Opacity

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

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

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

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

This text has shadow with #B1EBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1EBBD on black background.


Color preview on white background

This text has color #B1EBBD on white background.



Black color preview on #B1EBBD background

This text has black color on #B1EBBD background.


White color preview on #B1EBBD background

This text has white color on #B1EBBD background.