HEX: #B3D2FD
RGB: (179,210,253)
#B3D2FD contains mainly green and blue colors. Web safe color of #B3D2FD is #99CCFF (or #9CF).
#B3D2FD color RGB value is (179,210,253).
RGB: (179,210,253)
(70%, 82%, 99%)
R 179 of 255 = 70%
G 210 of 255 = 82%
B 253 of 255 = 99%
R + G + B ~ 84%. #B3D2FD is quite light color.
R + G + B = 179 + 210 + 253 = 642 (100%)
R 179 of 642 ~ 27.88%
G 210 of 642 ~ 32.71%
B 253 of 642 ~ 39.41'%
#B3D2FD color CMYK value is (29,17,0,1).
CMYK: (29,17,0,1)
C29M17Y0K1 (29%, 17%, 0%, 1%)
(0.29 / 0.17 / 0.00 / 0.01)
Color #B3D2FD in popluar color models
B3 | D2 | FD | |
---|---|---|---|
RGB | 179 | 210 | 253 |
HSL | 215° | 94.87% | 84.71% |
HSB/HSV | 215° | 29.25% | 99.22% |
CMYK | 29.25% | 17.00% | 0.00% |
0.78% |
Color #B3D2FD in popluar number systems.
HEX | B3 | D2 | FD |
Decimal | 179 | 210 | 253 |
Binary | 10110011 | 11010010 | 11111101 |
Octal | 263 | 322 | 375 |
Shades of #B3D2FD
Tints of #B3D2FD
Examples of css and html codes for elements with #B3D2FD color. Also use rgb(179,210,253) instead hex code.
.myTextColor { color: #B3D2FD; }
<p style="color:#B3D2FD">This sample text font color is #B3D2FD.</p>
This text font color is #B3D2FD.
.myBgColor { background-color: #B3D2FD; }
<div style="background-color:#B3D2FD">Inner text</div>
This div background color is #B3D2FD.
.myBorderColor { border: 1px solid #B3D2FD; }
<div style="border:3px solid #B3D2FD">Div</div>
This div border color is #B3D2FD.
.myOpacity80 { color: #B3D2FD; opacity: 0.8; }
<p style="color:#B3D2FD;opacity:0.8;">80%</p>
Text with #B3D2FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B3D2FD;}
<p style="text-shadow: 3px 3px 1px #B3D2FD">Text here.</p>
This text has shadow with #B3D2FD color.
.textShadow {text-shadow: 3px 3px 1px #B3D2FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B3D2FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B3D2FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B3D2FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B3D2FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B3D2FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B3D2FD;
-webkit-box-shadow: 1px 1px 3px 2px #B3D2FD;
box-shadow: 1px 1px 3px 2px #B3D2FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B3D2FD; -webkit-box-shadow: 1px 1px 3px 2px #B3D2FD; box-shadow:1px 1px 3px 2px #B3D2FD;">
Div content here
</div>
This text has color #B3D2FD on black background.
This text has color #B3D2FD on white background.
This text has black color on #B3D2FD background.
This text has white color on #B3D2FD background.
Complementary color for #hex is #4C2D02.