HEX: #B5DBEE
RGB: (181,219,238)
#B5DBEE contains red, green and blue colors in about the same proportion. Web safe color of #B5DBEE is #CCCCFF (or #CCF).
#B5DBEE color RGB value is (181,219,238).
RGB: (181,219,238)
(71%, 86%, 93%)
R 181 of 255 = 71%
G 219 of 255 = 86%
B 238 of 255 = 93%
R + G + B ~ 83%. #B5DBEE is quite light color.
R + G + B = 181 + 219 + 238 = 638 (100%)
R 181 of 638 ~ 28.37%
G 219 of 638 ~ 34.33%
B 238 of 638 ~ 37.3'%
#B5DBEE color CMYK value is (24,8,0,7).
CMYK: (24,8,0,7) C24M8Y0K7 (24%,8%,0%,7%) (0.24/0.08/0.00/0.07)
Color #B5DBEE in popluar color models
B5 | DB | EE | |
---|---|---|---|
RGB | 181 | 219 | 238 |
HSL | 200° | 62.64% | 82.16% |
HSB/HSV | 200° | 23.95% | 93.33% |
CMYK | 23.95% | 7.98% | 0.00% |
6.67% |
Color #B5DBEE in popluar number systems.
HEX | B5 | DB | EE |
Decimal | 181 | 219 | 238 |
Binary | 10110101 | 11011011 | 11101110 |
Octal | 265 | 333 | 356 |
Shades of #B5DBEE
Tints of #B5DBEE
Examples of css and html codes for elements with #B5DBEE color. Also use rgb(181,219,238) instead hex code.
.myTextColor { color: #B5DBEE; }
<p style="color:#B5DBEE">This sample text font color is #B5DBEE.</p>
This text font color is #B5DBEE.
.myBgColor { background-color: #B5DBEE; }
<div style="background-color:#B5DBEE">Inner text</div>
This div background color is #B5DBEE.
.myBorderColor { border: 1px solid #B5DBEE; }
<div style="border:3px solid #B5DBEE">Div</div>
This div border color is #B5DBEE.
.myOpacity80 { color: #B5DBEE; opacity: 0.8; }
<p style="color:#B5DBEE;opacity:0.8;">80%</p>
Text with #B5DBEE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5DBEE;}
<p style="text-shadow: 3px 3px 1px #B5DBEE">Text here.</p>
This text has shadow with #B5DBEE color.
.textShadow {text-shadow: 3px 3px 1px #B5DBEE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5DBEE, 5px 5px 20px red">Text here.</p>
This text has shadow with #B5DBEE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5DBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5DBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5DBEE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B5DBEE;
-webkit-box-shadow: 1px 1px 3px 2px #B5DBEE;
box-shadow: 1px 1px 3px 2px #B5DBEE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5DBEE; -webkit-box-shadow: 1px 1px 3px 2px #B5DBEE; box-shadow:1px 1px 3px 2px #B5DBEE;">
Div content here
</div>
This text has color #B5DBEE on black background.
This text has color #B5DBEE on white background.
This text has black color on #B5DBEE background.
This text has white color on #B5DBEE background.
Complementary color for #hex is #4A2411.