HEX: #B0F9EB
RGB: (176,249,235)
#B0F9EB contains mainly green and blue colors. Web safe color of #B0F9EB is #99FFFF (or #9FF).
#B0F9EB color RGB value is (176,249,235).
RGB: (176,249,235)
(69%, 98%, 92%)
R 176 of 255 = 69%
G 249 of 255 = 98%
B 235 of 255 = 92%
R + G + B ~ 86%. #B0F9EB is light color.
R + G + B = 176 + 249 + 235 = 660 (100%)
R 176 of 660 ~ 26.67%
G 249 of 660 ~ 37.73%
B 235 of 660 ~ 35.61'%
#B0F9EB color CMYK value is (29,0,6,2).
CMYK: (29,0,6,2) C29M0Y6K2 (29%,0%,6%,2%) (0.29/0.00/0.06/0.02)
Color #B0F9EB in popluar color models
B0 | F9 | EB | |
---|---|---|---|
RGB | 176 | 249 | 235 |
HSL | 168° | 85.88% | 83.33% |
HSB/HSV | 168° | 29.32% | 97.65% |
CMYK | 29.32% | 0.00% | 5.62% |
2.35% |
Color #B0F9EB in popluar number systems.
HEX | B0 | F9 | EB |
Decimal | 176 | 249 | 235 |
Binary | 10110000 | 11111001 | 11101011 |
Octal | 260 | 371 | 353 |
Shades of #B0F9EB
Tints of #B0F9EB
Examples of css and html codes for elements with #B0F9EB color. Also use rgb(176,249,235) instead hex code.
.myTextColor { color: #B0F9EB; }
<p style="color:#B0F9EB">This sample text font color is #B0F9EB.</p>
This text font color is #B0F9EB.
.myBgColor { background-color: #B0F9EB; }
<div style="background-color:#B0F9EB">Inner text</div>
This div background color is #B0F9EB.
.myBorderColor { border: 1px solid #B0F9EB; }
<div style="border:3px solid #B0F9EB">Div</div>
This div border color is #B0F9EB.
.myOpacity80 { color: #B0F9EB; opacity: 0.8; }
<p style="color:#B0F9EB;opacity:0.8;">80%</p>
Text with #B0F9EB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0F9EB;}
<p style="text-shadow: 3px 3px 1px #B0F9EB">Text here.</p>
This text has shadow with #B0F9EB color.
.textShadow {text-shadow: 3px 3px 1px #B0F9EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0F9EB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B0F9EB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0F9EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0F9EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0F9EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B0F9EB;
-webkit-box-shadow: 1px 1px 3px 2px #B0F9EB;
box-shadow: 1px 1px 3px 2px #B0F9EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B0F9EB; -webkit-box-shadow: 1px 1px 3px 2px #B0F9EB; box-shadow:1px 1px 3px 2px #B0F9EB;">
Div content here
</div>
This text has color #B0F9EB on black background.
This text has color #B0F9EB on white background.
This text has black color on #B0F9EB background.
This text has white color on #B0F9EB background.
Complementary color for #hex is #4F0614.