HEX: #B5DEFD
RGB: (181,222,253)
#B5DEFD contains mainly green and blue colors. Web safe color of #B5DEFD is #CCCCFF (or #CCF).
#B5DEFD color RGB value is (181,222,253).
RGB: (181,222,253)
(71%, 87%, 99%)
R 181 of 255 = 71%
G 222 of 255 = 87%
B 253 of 255 = 99%
R + G + B ~ 86%. #B5DEFD is light color.
R + G + B = 181 + 222 + 253 = 656 (100%)
R 181 of 656 ~ 27.59%
G 222 of 656 ~ 33.84%
B 253 of 656 ~ 38.57'%
#B5DEFD color CMYK value is (28,12,0,1).
CMYK: (28,12,0,1)
C28M12Y0K1 (28%, 12%, 0%, 1%)
(0.28 / 0.12 / 0.00 / 0.01)
Color #B5DEFD in popluar color models
B5 | DE | FD | |
---|---|---|---|
RGB | 181 | 222 | 253 |
HSL | 206° | 94.74% | 85.10% |
HSB/HSV | 206° | 28.46% | 99.22% |
CMYK | 28.46% | 12.25% | 0.00% |
0.78% |
Color #B5DEFD in popluar number systems.
HEX | B5 | DE | FD |
Decimal | 181 | 222 | 253 |
Binary | 10110101 | 11011110 | 11111101 |
Octal | 265 | 336 | 375 |
Shades of #B5DEFD
Tints of #B5DEFD
Examples of css and html codes for elements with #B5DEFD color. Also use rgb(181,222,253) instead hex code.
.myTextColor { color: #B5DEFD; }
<p style="color:#B5DEFD">This sample text font color is #B5DEFD.</p>
This text font color is #B5DEFD.
.myBgColor { background-color: #B5DEFD; }
<div style="background-color:#B5DEFD">Inner text</div>
This div background color is #B5DEFD.
.myBorderColor { border: 1px solid #B5DEFD; }
<div style="border:3px solid #B5DEFD">Div</div>
This div border color is #B5DEFD.
.myOpacity80 { color: #B5DEFD; opacity: 0.8; }
<p style="color:#B5DEFD;opacity:0.8;">80%</p>
Text with #B5DEFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5DEFD;}
<p style="text-shadow: 3px 3px 1px #B5DEFD">Text here.</p>
This text has shadow with #B5DEFD color.
.textShadow {text-shadow: 3px 3px 1px #B5DEFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5DEFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5DEFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5DEFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5DEFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5DEFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5DEFD;
-webkit-box-shadow: 1px 1px 3px 2px #B5DEFD;
box-shadow: 1px 1px 3px 2px #B5DEFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5DEFD; -webkit-box-shadow: 1px 1px 3px 2px #B5DEFD; box-shadow:1px 1px 3px 2px #B5DEFD;">
Div content here
</div>
This text has color #B5DEFD on black background.
This text has color #B5DEFD on white background.
This text has black color on #B5DEFD background.
This text has white color on #B5DEFD background.
Complementary color for #hex is #4A2102.