HEX: #B7DAFB
RGB: (183,218,251)
#B7DAFB contains mainly green and blue colors. Web safe color of #B7DAFB is #CCCCFF (or #CCF).
#B7DAFB color RGB value is (183,218,251).
RGB: (183,218,251)
(72%, 85%, 98%)
R 183 of 255 = 72%
G 218 of 255 = 85%
B 251 of 255 = 98%
R + G + B ~ 85%. #B7DAFB is quite light color.
R + G + B = 183 + 218 + 251 = 652 (100%)
R 183 of 652 ~ 28.07%
G 218 of 652 ~ 33.44%
B 251 of 652 ~ 38.5'%
#B7DAFB color CMYK value is (27,13,0,2).
CMYK: (27,13,0,2)
C27M13Y0K2 (27%, 13%, 0%, 2%)
(0.27 / 0.13 / 0.00 / 0.02)
Color #B7DAFB in popluar color models
B7 | DA | FB | |
---|---|---|---|
RGB | 183 | 218 | 251 |
HSL | 209° | 89.47% | 85.10% |
HSB/HSV | 209° | 27.09% | 98.43% |
CMYK | 27.09% | 13.15% | 0.00% |
1.57% |
Color #B7DAFB in popluar number systems.
HEX | B7 | DA | FB |
Decimal | 183 | 218 | 251 |
Binary | 10110111 | 11011010 | 11111011 |
Octal | 267 | 332 | 373 |
Shades of #B7DAFB
Tints of #B7DAFB
Examples of css and html codes for elements with #B7DAFB color. Also use rgb(183,218,251) instead hex code.
.myTextColor { color: #B7DAFB; }
<p style="color:#B7DAFB">This sample text font color is #B7DAFB.</p>
This text font color is #B7DAFB.
.myBgColor { background-color: #B7DAFB; }
<div style="background-color:#B7DAFB">Inner text</div>
This div background color is #B7DAFB.
.myBorderColor { border: 1px solid #B7DAFB; }
<div style="border:3px solid #B7DAFB">Div</div>
This div border color is #B7DAFB.
.myOpacity80 { color: #B7DAFB; opacity: 0.8; }
<p style="color:#B7DAFB;opacity:0.8;">80%</p>
Text with #B7DAFB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B7DAFB;}
<p style="text-shadow: 3px 3px 1px #B7DAFB">Text here.</p>
This text has shadow with #B7DAFB color.
.textShadow {text-shadow: 3px 3px 1px #B7DAFB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B7DAFB, 5px 5px 20px red">Text here.</p>
This text has shadow with #B7DAFB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7DAFB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B7DAFB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B7DAFB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B7DAFB;
-webkit-box-shadow: 1px 1px 3px 2px #B7DAFB;
box-shadow: 1px 1px 3px 2px #B7DAFB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7DAFB; -webkit-box-shadow: 1px 1px 3px 2px #B7DAFB; box-shadow:1px 1px 3px 2px #B7DAFB;">
Div content here
</div>
This text has color #B7DAFB on black background.
This text has color #B7DAFB on white background.
This text has black color on #B7DAFB background.
This text has white color on #B7DAFB background.
Complementary color for #hex is #482504.