COLOR #B1E5AC

HEX: #B1E5AC RGB: (177,229,172)

Color info

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

RGB color model

#B1E5AC color RGB value is (177,229,172).

RGB: (177,229,172) (69%, 90%, 67%)

RGB channels and saturation

R 177 of 255 = 69%
G 229 of 255 = 90%
B 172 of 255 = 67%

177
229
172

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

Portions of RGB colors in percentages

R + G + B = 177 + 229 + 172 = 578 (100%)
R 177 of 578 ~ 30.62%
G 229 of 578 ~ 39.62%
B 172 of 578 ~ 29.76'%

%30.62
%39.62
%29.76

CMYK color model

#B1E5AC color CMYK value is (23,0,25,10).

  • cyan value is 22.71%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 10.20%

CMYK: (23,0,25,10)
C23M0Y25K10 (23%, 0%, 25%, 10%)
(0.23 / 0.00 / 0.25 / 0.10)

CMYK percentages

%22.71
%0
%24.89
%10.2

Codes

Color #B1E5AC in popluar color models

B1 E5 AC
RGB 177 229 172
HSL 115° 52.29% 78.63%
HSB/HSV 115° 24.89% 89.80%
CMYK 22.71% 0.00% 24.89%
10.20%

Color #B1E5AC in popluar number systems.

HEX B1 E5 AC
Decimal 177 229 172
Binary 10110001 11100101 10101100
Octal 261 345 254

Shades and tints

Shades of #B1E5AC

#B1E5AC
(177,229,172)
#A1D19D
(161,209,157)
#91BD8E
(145,189,142)
#81A97F
(129,169,127)
#719570
(113,149,112)
#618161
(97,129,97)
#516D52
(81,109,82)
#415943
(65,89,67)
#314534
(49,69,52)
#213125
(33,49,37)
#111D16
(17,29,22)
#000000
(0,0,0)

Tints of #B1E5AC

#B1E5AC
(177,229,172)
#B8E7B3
(184,231,179)
#BFE9BA
(191,233,186)
#C6EBC1
(198,235,193)
#CDEDC8
(205,237,200)
#D4EFCF
(212,239,207)
#DBF1D6
(219,241,214)
#E2F3DD
(226,243,221)
#E9F5E4
(233,245,228)
#F0F7EB
(240,247,235)
#F7F9F2
(247,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1E5AC; }

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

This text font color is #B1E5AC.

Background Color

.myBgColor { background-color: #B1E5AC; }

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

This div background color is #B1E5AC.

Border color

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

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

This div border color is #B1E5AC.

Opacity

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

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

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

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

This text has shadow with #B1E5AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1E5AC.

Preview

Color preview on black background

This text has color #B1E5AC on black background.


Color preview on white background

This text has color #B1E5AC on white background.


Black color preview on #B1E5AC background

This text has black color on #B1E5AC background.


White color preview on #B1E5AC background

This text has white color on #B1E5AC background.


Related colors

Complementary color

Complementary color for #hex is #4E1A53.


I love getcolorcode.com

Triadic colors

1 #ACB1E5 and #E5ACB1 with #B1E5AC are triadic colors.

2 #ACE5B1 and #E5B1AC with #B1E5AC are triadic colors.