COLOR #B1E2AC

HEX: #B1E2AC
RGB: (177,226,172)

Color info

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

RGB color model

#B1E2AC color RGB value is (177,226,172).

  • red value is 177;
  • green value is 226;
  • blue value is 172.
RGB:
(177,226,172)
(69%,89%,67%)

RGB channels and saturation

R 177 of 255 = 69%
G 226 of 255 = 89%
B 172 of 255 = 67%

177
226
172

R + G + B ~ 75%. #B1E2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
177 + 226 + 172 = 575 (100%)
R 177 of 575 ~ 30.78%
G 226 of 575 ~ 39.3%
B 172 of 575 ~ 29.91%

%30.78
%39.3
%29.91

CMYK color model

#B1E2AC color CMYK value is (22,0,24,11).

  • cyan value is 21.68%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 11.37%
CMYK:
(22,0,24,11)
C22M0Y24K11 
(22%,0%,24%,11%)
(0.22/0.00/0.24/0.11)	

CMYK percentages

%21.68
%0
%23.89
%11.37

Codes

Color #B1E2AC in popluar color models

B1E2AC
RGB177226172
HSL114°48.21%78.04%
HSB/HSV114°23.89%88.63%
CMYK21.68%0.00%23.89%
11.37%

Color #B1E2AC in popluar number systems.

HEXB1E2AC
Decimal177226172
Binary101100011110001010101100
Octal261342254

Shades and tints

Shades of #B1E2AC

#B1E2AC
(177,226,172)
#A1CE9D
(161,206,157)
#91BA8E
(145,186,142)
#81A67F
(129,166,127)
#719270
(113,146,112)
#617E61
(97,126,97)
#516A52
(81,106,82)
#415643
(65,86,67)
#314234
(49,66,52)
#212E25
(33,46,37)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #B1E2AC

#B1E2AC
(177,226,172)
#B8E4B3
(184,228,179)
#BFE6BA
(191,230,186)
#C6E8C1
(198,232,193)
#CDEAC8
(205,234,200)
#D4ECCF
(212,236,207)
#DBEED6
(219,238,214)
#E2F0DD
(226,240,221)
#E9F2E4
(233,242,228)
#F0F4EB
(240,244,235)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E2AC color. Also use rgb(177,226,172) instead hex code.

Text Font Color

.myTextColor { color: #B1E2AC; }

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

This text font color is #B1E2AC.


Background Color

.myBgColor { background-color: #B1E2AC; }

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

This div background color is #B1E2AC.


Border color

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

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

This div border color is #B1E2AC.


Opacity

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

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

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

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

This text has shadow with #B1E2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E2AC on black background.


Color preview on white background

This text has color #B1E2AC on white background.



Black color preview on #B1E2AC background

This text has black color on #B1E2AC background.


White color preview on #B1E2AC background

This text has white color on #B1E2AC background.