COLOR #B2E6BB

HEX: #B2E6BB RGB: (178,230,187)

Color info

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

RGB color model

#B2E6BB color RGB value is (178,230,187).

RGB: (178,230,187) (70%, 90%, 73%)

RGB channels and saturation

R 178 of 255 = 70%
G 230 of 255 = 90%
B 187 of 255 = 73%

178
230
187

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

Portions of RGB colors in percentages

R + G + B = 178 + 230 + 187 = 595 (100%)
R 178 of 595 ~ 29.92%
G 230 of 595 ~ 38.66%
B 187 of 595 ~ 31.43'%

%29.92
%38.66
%31.43

CMYK color model

#B2E6BB color CMYK value is (23,0,19,10).

  • cyan value is 22.61%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%

CMYK: (23,0,19,10)
C23M0Y19K10 (23%, 0%, 19%, 10%)
(0.23 / 0.00 / 0.19 / 0.10)

CMYK percentages

%22.61
%0
%18.7
%9.8

Codes

Color #B2E6BB in popluar color models

B2 E6 BB
RGB 178 230 187
HSL 130° 50.98% 80.00%
HSB/HSV 130° 22.61% 90.20%
CMYK 22.61% 0.00% 18.70%
9.80%

Color #B2E6BB in popluar number systems.

HEX B2 E6 BB
Decimal 178 230 187
Binary 10110010 11100110 10111011
Octal 262 346 273

Shades and tints

Shades of #B2E6BB

#B2E6BB
(178,230,187)
#A2D2AA
(162,210,170)
#92BE99
(146,190,153)
#82AA88
(130,170,136)
#729677
(114,150,119)
#628266
(98,130,102)
#526E55
(82,110,85)
#425A44
(66,90,68)
#324633
(50,70,51)
#223222
(34,50,34)
#121E11
(18,30,17)
#000000
(0,0,0)

Tints of #B2E6BB

#B2E6BB
(178,230,187)
#B9E8C1
(185,232,193)
#C0EAC7
(192,234,199)
#C7ECCD
(199,236,205)
#CEEED3
(206,238,211)
#D5F0D9
(213,240,217)
#DCF2DF
(220,242,223)
#E3F4E5
(227,244,229)
#EAF6EB
(234,246,235)
#F1F8F1
(241,248,241)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E6BB color. Also use rgb(178,230,187) instead hex code.

Text Font Color

.myTextColor { color: #B2E6BB; }

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

This text font color is #B2E6BB.

Background Color

.myBgColor { background-color: #B2E6BB; }

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

This div background color is #B2E6BB.

Border color

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

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

This div border color is #B2E6BB.

Opacity

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

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

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

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

This text has shadow with #B2E6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E6BB.

Preview

Color preview on black background

This text has color #B2E6BB on black background.


Color preview on white background

This text has color #B2E6BB on white background.


Black color preview on #B2E6BB background

This text has black color on #B2E6BB background.


White color preview on #B2E6BB background

This text has white color on #B2E6BB background.


Related colors

Complementary color

Complementary color for #hex is #4D1944.


I love getcolorcode.com

Triadic colors

1 #BBB2E6 and #E6BBB2 with #B2E6BB are triadic colors.

2 #BBE6B2 and #E6B2BB with #B2E6BB are triadic colors.