HEX: #B4D8FD
RGB: (180,216,253)
#B4D8FD contains mainly green and blue colors. Web safe color of #B4D8FD is #CCCCFF (or #CCF).
#B4D8FD color RGB value is (180,216,253).
RGB: (180,216,253)
(71%, 85%, 99%)
R 180 of 255 = 71%
G 216 of 255 = 85%
B 253 of 255 = 99%
R + G + B ~ 85%. #B4D8FD is quite light color.
R + G + B = 180 + 216 + 253 = 649 (100%)
R 180 of 649 ~ 27.73%
G 216 of 649 ~ 33.28%
B 253 of 649 ~ 38.98'%
#B4D8FD color CMYK value is (29,15,0,1).
CMYK: (29,15,0,1)
C29M15Y0K1 (29%, 15%, 0%, 1%)
(0.29 / 0.15 / 0.00 / 0.01)
Color #B4D8FD in popluar color models
B4 | D8 | FD | |
---|---|---|---|
RGB | 180 | 216 | 253 |
HSL | 210° | 94.81% | 84.90% |
HSB/HSV | 210° | 28.85% | 99.22% |
CMYK | 28.85% | 14.62% | 0.00% |
0.78% |
Color #B4D8FD in popluar number systems.
HEX | B4 | D8 | FD |
Decimal | 180 | 216 | 253 |
Binary | 10110100 | 11011000 | 11111101 |
Octal | 264 | 330 | 375 |
Shades of #B4D8FD
Tints of #B4D8FD
Examples of css and html codes for elements with #B4D8FD color. Also use rgb(180,216,253) instead hex code.
.myTextColor { color: #B4D8FD; }
<p style="color:#B4D8FD">This sample text font color is #B4D8FD.</p>
This text font color is #B4D8FD.
.myBgColor { background-color: #B4D8FD; }
<div style="background-color:#B4D8FD">Inner text</div>
This div background color is #B4D8FD.
.myBorderColor { border: 1px solid #B4D8FD; }
<div style="border:3px solid #B4D8FD">Div</div>
This div border color is #B4D8FD.
.myOpacity80 { color: #B4D8FD; opacity: 0.8; }
<p style="color:#B4D8FD;opacity:0.8;">80%</p>
Text with #B4D8FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B4D8FD;}
<p style="text-shadow: 3px 3px 1px #B4D8FD">Text here.</p>
This text has shadow with #B4D8FD color.
.textShadow {text-shadow: 3px 3px 1px #B4D8FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B4D8FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B4D8FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B4D8FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B4D8FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B4D8FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B4D8FD;
-webkit-box-shadow: 1px 1px 3px 2px #B4D8FD;
box-shadow: 1px 1px 3px 2px #B4D8FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B4D8FD; -webkit-box-shadow: 1px 1px 3px 2px #B4D8FD; box-shadow:1px 1px 3px 2px #B4D8FD;">
Div content here
</div>
This text has color #B4D8FD on black background.
This text has color #B4D8FD on white background.
This text has black color on #B4D8FD background.
This text has white color on #B4D8FD background.
Complementary color for #hex is #4B2702.