COLOR #B2ECB1

HEX: #B2ECB1 RGB: (178,236,177)

Color info

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

RGB color model

#B2ECB1 color RGB value is (178,236,177).

RGB: (178,236,177) (70%, 93%, 69%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 177 of 255 = 69%

178
236
177

R + G + B ~ 77%. #B2ECB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 236 + 177 = 591 (100%)
R 178 of 591 ~ 30.12%
G 236 of 591 ~ 39.93%
B 177 of 591 ~ 29.95'%

%30.12
%39.93
%29.95

CMYK color model

#B2ECB1 color CMYK value is (25,0,25,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 7.45%

CMYK: (25,0,25,7)
C25M0Y25K7 (25%, 0%, 25%, 7%)
(0.25 / 0.00 / 0.25 / 0.07)

CMYK percentages

%24.58
%0
%25
%7.45

Codes

Color #B2ECB1 in popluar color models

B2 EC B1
RGB 178 236 177
HSL 119° 60.82% 80.98%
HSB/HSV 119° 25.00% 92.55%
CMYK 24.58% 0.00% 25.00%
7.45%

Color #B2ECB1 in popluar number systems.

HEX B2 EC B1
Decimal 178 236 177
Binary 10110010 11101100 10110001
Octal 262 354 261

Shades and tints

Shades of #B2ECB1

#B2ECB1
(178,236,177)
#A2D7A1
(162,215,161)
#92C291
(146,194,145)
#82AD81
(130,173,129)
#729871
(114,152,113)
#628361
(98,131,97)
#526E51
(82,110,81)
#425941
(66,89,65)
#324431
(50,68,49)
#222F21
(34,47,33)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #B2ECB1

#B2ECB1
(178,236,177)
#B9EDB8
(185,237,184)
#C0EEBF
(192,238,191)
#C7EFC6
(199,239,198)
#CEF0CD
(206,240,205)
#D5F1D4
(213,241,212)
#DCF2DB
(220,242,219)
#E3F3E2
(227,243,226)
#EAF4E9
(234,244,233)
#F1F5F0
(241,245,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ECB1 color. Also use rgb(178,236,177) instead hex code.

Text Font Color

.myTextColor { color: #B2ECB1; }

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

This text font color is #B2ECB1.

Background Color

.myBgColor { background-color: #B2ECB1; }

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

This div background color is #B2ECB1.

Border color

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

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

This div border color is #B2ECB1.

Opacity

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

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

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

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

This text has shadow with #B2ECB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2ECB1.

Preview

Color preview on black background

This text has color #B2ECB1 on black background.


Color preview on white background

This text has color #B2ECB1 on white background.


Black color preview on #B2ECB1 background

This text has black color on #B2ECB1 background.


White color preview on #B2ECB1 background

This text has white color on #B2ECB1 background.


Related colors

Complementary color

Complementary color for #hex is #4D134E.


I love getcolorcode.com

Triadic colors

1 #B1B2EC and #ECB1B2 with #B2ECB1 are triadic colors.

2 #B1ECB2 and #ECB2B1 with #B2ECB1 are triadic colors.