HEX: #B9EFDF
RGB: (185,239,223)
#B9EFDF contains red, green and blue colors in about the same proportion. Web safe color of #B9EFDF is #CCFFCC (or #CFC).
#B9EFDF color RGB value is (185,239,223).
RGB: (185,239,223)
(73%, 94%, 87%)
R 185 of 255 = 73%
G 239 of 255 = 94%
B 223 of 255 = 87%
R + G + B ~ 85%. #B9EFDF is quite light color.
R + G + B = 185 + 239 + 223 = 647 (100%)
R 185 of 647 ~ 28.59%
G 239 of 647 ~ 36.94%
B 223 of 647 ~ 34.47'%
#B9EFDF color CMYK value is (23,0,7,6).
CMYK: (23,0,7,6) C23M0Y7K6 (23%,0%,7%,6%) (0.23/0.00/0.07/0.06)
Color #B9EFDF in popluar color models
B9 | EF | DF | |
---|---|---|---|
RGB | 185 | 239 | 223 |
HSL | 162° | 62.79% | 83.14% |
HSB/HSV | 162° | 22.59% | 93.73% |
CMYK | 22.59% | 0.00% | 6.69% |
6.27% |
Color #B9EFDF in popluar number systems.
HEX | B9 | EF | DF |
Decimal | 185 | 239 | 223 |
Binary | 10111001 | 11101111 | 11011111 |
Octal | 271 | 357 | 337 |
Shades of #B9EFDF
Tints of #B9EFDF
Examples of css and html codes for elements with #B9EFDF color. Also use rgb(185,239,223) instead hex code.
.myTextColor { color: #B9EFDF; }
<p style="color:#B9EFDF">This sample text font color is #B9EFDF.</p>
This text font color is #B9EFDF.
.myBgColor { background-color: #B9EFDF; }
<div style="background-color:#B9EFDF">Inner text</div>
This div background color is #B9EFDF.
.myBorderColor { border: 1px solid #B9EFDF; }
<div style="border:3px solid #B9EFDF">Div</div>
This div border color is #B9EFDF.
.myOpacity80 { color: #B9EFDF; opacity: 0.8; }
<p style="color:#B9EFDF;opacity:0.8;">80%</p>
Text with #B9EFDF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9EFDF;}
<p style="text-shadow: 3px 3px 1px #B9EFDF">Text here.</p>
This text has shadow with #B9EFDF color.
.textShadow {text-shadow: 3px 3px 1px #B9EFDF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9EFDF, 5px 5px 20px red">Text here.</p>
This text has shadow with #B9EFDF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9EFDF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9EFDF, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9EFDF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9EFDF;
-webkit-box-shadow: 1px 1px 3px 2px #B9EFDF;
box-shadow: 1px 1px 3px 2px #B9EFDF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9EFDF; -webkit-box-shadow: 1px 1px 3px 2px #B9EFDF; box-shadow:1px 1px 3px 2px #B9EFDF;">
Div content here
</div>
This text has color #B9EFDF on black background.
This text has color #B9EFDF on white background.
This text has black color on #B9EFDF background.
This text has white color on #B9EFDF background.
Complementary color for #hex is #461020.