COLOR #B2E6BF

HEX: #B2E6BF RGB: (178,230,191)

Color info

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

RGB color model

#B2E6BF color RGB value is (178,230,191).

RGB: (178,230,191) (70%, 90%, 75%)

RGB channels and saturation

R 178 of 255 = 70%
G 230 of 255 = 90%
B 191 of 255 = 75%

178
230
191

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

Portions of RGB colors in percentages

R + G + B = 178 + 230 + 191 = 599 (100%)
R 178 of 599 ~ 29.72%
G 230 of 599 ~ 38.4%
B 191 of 599 ~ 31.89'%

%29.72
%38.4
%31.89

CMYK color model

#B2E6BF color CMYK value is (23,0,17,10).

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

CMYK: (23,0,17,10)
C23M0Y17K10 (23%, 0%, 17%, 10%)
(0.23 / 0.00 / 0.17 / 0.10)

CMYK percentages

%22.61
%0
%16.96
%9.8

Codes

Color #B2E6BF in popluar color models

B2 E6 BF
RGB 178 230 191
HSL 135° 50.98% 80.00%
HSB/HSV 135° 22.61% 90.20%
CMYK 22.61% 0.00% 16.96%
9.80%

Color #B2E6BF in popluar number systems.

HEX B2 E6 BF
Decimal 178 230 191
Binary 10110010 11100110 10111111
Octal 262 346 277

Shades and tints

Shades of #B2E6BF

#B2E6BF
(178,230,191)
#A2D2AE
(162,210,174)
#92BE9D
(146,190,157)
#82AA8C
(130,170,140)
#72967B
(114,150,123)
#62826A
(98,130,106)
#526E59
(82,110,89)
#425A48
(66,90,72)
#324637
(50,70,55)
#223226
(34,50,38)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #B2E6BF

#B2E6BF
(178,230,191)
#B9E8C4
(185,232,196)
#C0EAC9
(192,234,201)
#C7ECCE
(199,236,206)
#CEEED3
(206,238,211)
#D5F0D8
(213,240,216)
#DCF2DD
(220,242,221)
#E3F4E2
(227,244,226)
#EAF6E7
(234,246,231)
#F1F8EC
(241,248,236)
#F8FAF1
(248,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2E6BF; }

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

This text font color is #B2E6BF.

Background Color

.myBgColor { background-color: #B2E6BF; }

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

This div background color is #B2E6BF.

Border color

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

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

This div border color is #B2E6BF.

Opacity

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

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

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

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

This text has shadow with #B2E6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2E6BF.

Preview

Color preview on black background

This text has color #B2E6BF on black background.


Color preview on white background

This text has color #B2E6BF on white background.


Black color preview on #B2E6BF background

This text has black color on #B2E6BF background.


White color preview on #B2E6BF background

This text has white color on #B2E6BF background.


Related colors

Complementary color

Complementary color for #hex is #4D1940.


I love getcolorcode.com

Triadic colors

1 #BFB2E6 and #E6BFB2 with #B2E6BF are triadic colors.

2 #BFE6B2 and #E6B2BF with #B2E6BF are triadic colors.