HEX: #B2EFDB
RGB: (178,239,219)
#B2EFDB contains mainly green and blue colors. Web safe color of #B2EFDB is #99FFCC (or #9FC).
#B2EFDB color RGB value is (178,239,219).
RGB: (178,239,219)
(70%, 94%, 86%)
R 178 of 255 = 70%
G 239 of 255 = 94%
B 219 of 255 = 86%
R + G + B ~ 83%. #B2EFDB is quite light color.
R + G + B = 178 + 239 + 219 = 636 (100%)
R 178 of 636 ~ 27.99%
G 239 of 636 ~ 37.58%
B 219 of 636 ~ 34.43'%
#B2EFDB color CMYK value is (26,0,8,6).
CMYK: (26,0,8,6)
C26M0Y8K6 (26%, 0%, 8%, 6%)
(0.26 / 0.00 / 0.08 / 0.06)
Color #B2EFDB in popluar color models
B2 | EF | DB | |
---|---|---|---|
RGB | 178 | 239 | 219 |
HSL | 160° | 65.59% | 81.76% |
HSB/HSV | 160° | 25.52% | 93.73% |
CMYK | 25.52% | 0.00% | 8.37% |
6.27% |
Color #B2EFDB in popluar number systems.
HEX | B2 | EF | DB |
Decimal | 178 | 239 | 219 |
Binary | 10110010 | 11101111 | 11011011 |
Octal | 262 | 357 | 333 |
Shades of #B2EFDB
Tints of #B2EFDB
Examples of css and html codes for elements with #B2EFDB color. Also use rgb(178,239,219) instead hex code.
.myTextColor { color: #B2EFDB; }
<p style="color:#B2EFDB">This sample text font color is #B2EFDB.</p>
This text font color is #B2EFDB.
.myBgColor { background-color: #B2EFDB; }
<div style="background-color:#B2EFDB">Inner text</div>
This div background color is #B2EFDB.
.myBorderColor { border: 1px solid #B2EFDB; }
<div style="border:3px solid #B2EFDB">Div</div>
This div border color is #B2EFDB.
.myOpacity80 { color: #B2EFDB; opacity: 0.8; }
<p style="color:#B2EFDB;opacity:0.8;">80%</p>
Text with #B2EFDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2EFDB;}
<p style="text-shadow: 3px 3px 1px #B2EFDB">Text here.</p>
This text has shadow with #B2EFDB color.
.textShadow {text-shadow: 3px 3px 1px #B2EFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2EFDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B2EFDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2EFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2EFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2EFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B2EFDB;
-webkit-box-shadow: 1px 1px 3px 2px #B2EFDB;
box-shadow: 1px 1px 3px 2px #B2EFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2EFDB; -webkit-box-shadow: 1px 1px 3px 2px #B2EFDB; box-shadow:1px 1px 3px 2px #B2EFDB;">
Div content here
</div>
This text has color #B2EFDB on black background.
This text has color #B2EFDB on white background.
This text has black color on #B2EFDB background.
This text has white color on #B2EFDB background.
Complementary color for #hex is #4D1024.